-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 849 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Generated by roxygen2: do not edit by hand
export(LinearNormalResponseCalculator)
export(LogisticResponseCalculator)
export(NormalPredictorsGenerator)
export(PredictorsGenerator)
export(ResponseCalculator)
export(Simulation)
export(SimulationDataGenerator)
export(Step2)
export(Step3)
export(StepLmWrapper)
export(at_least_correct_predictors_included)
export(betas_heat_map)
export(coeff_bias)
export(coeff_variance)
export(inclusion_order)
export(only_correct_predictors_included)
export(proportion_included)
export(sample_cor_matrix)
export(test_sse2dataframe)
export(test_sse2kable)
export(test_sse_boxplot)
export(training_sse2dataframe)
export(training_sse2kable)
export(training_sse_boxplot)
import(dplyr)
import(ggplot2)
import(knitr)
import(parallel)
import(tibble)
importFrom(R6,R6Class)
importFrom(knitr,kable)
importFrom(tidyr,gather)