-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
63 lines (62 loc) · 1.59 KB
/
NAMESPACE
File metadata and controls
63 lines (62 loc) · 1.59 KB
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
# Generated by roxygen2: do not edit by hand
S3method(coef,cv.sparsegl)
S3method(coef,sparsegl)
S3method(cverror,irlsspgl)
S3method(cverror,logitspgl)
S3method(cverror,lsspgl)
S3method(estimate_risk,default)
S3method(estimate_risk,lsspgl)
S3method(fitted,cv.sparsegl)
S3method(fitted,sparsegl)
S3method(plot,cv.sparsegl)
S3method(plot,sparsegl)
S3method(predict,cv.sparsegl)
S3method(predict,irlsspgl)
S3method(predict,logitspgl)
S3method(predict,lsspgl)
S3method(predict,sparsegl)
S3method(print,cv.sparsegl)
S3method(print,sparsegl)
S3method(print,summary.cvsparsegl)
S3method(print,summary.sparsegl)
S3method(summary,cv.sparsegl)
S3method(summary,sparsegl)
export(cv.sparsegl)
export(estimate_risk)
export(gr_one_norm)
export(gr_two_norm)
export(grouped_one_norm)
export(grouped_sp_norm)
export(grouped_two_norm)
export(grouped_zero_norm)
export(make_irls_warmup)
export(one_norm)
export(sp_group_norm)
export(sparsegl)
export(two_norm)
export(zero_norm)
import(Matrix)
importFrom(RSpectra,svds)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(dotCall64,.C64)
importFrom(dotCall64,integer_dc)
importFrom(dotCall64,numeric_dc)
importFrom(dotCall64,vector_dc)
importFrom(methods,as)
importFrom(methods,cbind2)
importFrom(methods,rbind2)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(stats,approx)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,predict)
importFrom(utils,packageDescription)
useDynLib(sparsegl, .registration = TRUE)