-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 873 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 873 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
S3method(coef,SLOPE)
S3method(deviance,SLOPE)
S3method(plot,SLOPE)
S3method(plot,TrainedSLOPE)
S3method(predict,BinomialSLOPE)
S3method(predict,GaussianSLOPE)
S3method(predict,MultinomialSLOPE)
S3method(predict,PoissonSLOPE)
S3method(predict,SLOPE)
S3method(print,SLOPE)
S3method(print,TrainedSLOPE)
S3method(print,summary_SLOPE)
S3method(print,summary_TrainedSLOPE)
S3method(refit,TrainedSLOPE)
S3method(score,BinomialSLOPE)
S3method(score,GaussianSLOPE)
S3method(score,MultinomialSLOPE)
S3method(score,PoissonSLOPE)
S3method(summary,SLOPE)
S3method(summary,TrainedSLOPE)
export(SLOPE)
export(cvSLOPE)
export(plotClusters)
export(plotDiagnostics)
export(refit)
export(regularizationWeights)
export(score)
export(sortedL1Prox)
export(trainSLOPE)
import(Matrix)
importFrom(Rcpp,sourceCpp)
useDynLib(SLOPE, .registration = TRUE)