-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
54 lines (53 loc) · 1.06 KB
/
NAMESPACE
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method(loadings,o2m)
S3method(plot,o2m)
S3method(predict,o2m)
S3method(print,cvo2m)
S3method(print,o2m)
S3method(print,pre.o2m)
S3method(print,summary.o2m)
S3method(scores,o2m)
S3method(summary,o2m)
export(adjR2)
export(crossval_o2m)
export(crossval_o2m_adjR2)
export(crossval_sparsity)
export(cv_lambda_checker)
export(cv_lambda_checker_group)
export(err_back)
export(impute_matrix)
export(input_checker)
export(lambda_checker)
export(lambda_checker_group)
export(loadings)
export(loocv)
export(loocv_combi)
export(mse)
export(norm_vec)
export(o2m)
export(o2m2)
export(o2m_stripped)
export(o2m_stripped2)
export(orth)
export(orth_vec)
export(pow_o2m)
export(pow_o2m2)
export(rmsep)
export(rmsep_combi)
export(scores)
export(so2m_group)
export(ssq)
export(thresh_n)
export(thresh_n_gr)
export(vnorm)
import(ggplot2)
import(magrittr)
import(parallel)
import(softImpute)
import(tibble)
importFrom(dplyr,mutate)
importFrom(graphics,abline)
importFrom(stats,cov)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(withr,with_seed)