forked from dakep/pense-rpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
88 lines (87 loc) · 2.22 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(as_starting_point,enpy_starting_points)
S3method(as_starting_point,pense_cvfit)
S3method(as_starting_point,pense_fit)
S3method(as_starting_point,starting_point)
S3method(c,starting_point)
S3method(c,starting_points)
S3method(coef,pense_cvfit)
S3method(coef,pense_fit)
S3method(pensem_cv,default)
S3method(pensem_cv,pense_cvfit)
S3method(plot,pense_cvfit)
S3method(plot,pense_fit)
S3method(predict,pense_cvfit)
S3method(predict,pense_fit)
S3method(print,nsoptim_metrics)
S3method(print,pense_cvfit)
S3method(print,pense_pred_perf)
S3method(residuals,pense_cvfit)
S3method(residuals,pense_fit)
S3method(summary,pense_cvfit)
export(adamest_cv)
export(adapense_cv)
export(as_starting_point)
export(cd_algorithm_options)
export(consistency_const)
export(elnet)
export(elnet_cv)
export(en_admm_options)
export(en_cd_options)
export(en_dal_options)
export(en_lars_options)
export(en_options_aug_lars)
export(en_options_dal)
export(enpy)
export(enpy_initial_estimates)
export(enpy_options)
export(initest_options)
export(mloc)
export(mlocscale)
export(mm_algorithm_options)
export(mscale)
export(mscale_algorithm_options)
export(mstep_options)
export(pense)
export(pense_cv)
export(pense_options)
export(pensem)
export(pensem_cv)
export(prediction_performance)
export(prinsens)
export(regmest)
export(regmest_cv)
export(rho_function)
export(starting_point)
export(tau_size)
importFrom(Matrix,drop)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,sparseVector)
importFrom(Rcpp,evalCpp)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(methods,as)
importFrom(methods,is)
importFrom(parallel,clusterApplyLB)
importFrom(parallel,clusterCall)
importFrom(parallel,clusterEvalQ)
importFrom(rlang,abort)
importFrom(rlang,exec)
importFrom(rlang,is_missing)
importFrom(rlang,warn)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,uniroot)
useDynLib(pense, .registration = TRUE)