-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_pkgdown.yml
More file actions
64 lines (59 loc) · 1.48 KB
/
Copy path_pkgdown.yml
File metadata and controls
64 lines (59 loc) · 1.48 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
64
destination: docs
development:
mode: auto
url: https://jolars.github.io/SLOPE/
template:
bootstrap: 5
params:
ganalytics: UA-85513662-2
news:
releases:
- text: "Version 0.2.0"
href: https://jolars.co/blog/2020-04-14-slope-0-2-0/
reference:
- title: Main Functionality
desc:
Fit the model with `SLOPE()`, visualize the results with `plot.SLOPE()`,
and produce predictions for new data with `predict.SLOPE()`.
- contents:
- SLOPE
- plot.SLOPE
- print.SLOPE
- summary.SLOPE
- print.summary_SLOPE
- predict.SLOPE
- coef.SLOPE
- deviance.SLOPE
- score
- title: Clusters
desc: Analyze the cluster strucure from SLOPE fits
- contents:
- plotClusters
- title: Model Tuning
desc:
Use `cvSLOPE()` to perform cross-validation for selecting the optimal
regularization parameters, `plot.TrainedSLOPE()` to visualize the results,
and `refit()` to fit the final model to your data set.
- contents:
- cvSLOPE
- trainSLOPE
- plot.TrainedSLOPE
- print.TrainedSLOPE
- refit
- summary.TrainedSLOPE
- print.summary_TrainedSLOPE
- title: Utilities
desc: Helper functions for various tasks.
- contents:
- plotDiagnostics
- regularizationWeights
- sortedL1Prox
- title: Data Sets
desc: Data sets buddled with the package.
- contents:
- abalone
- bodyfat
- heart
- student
- wine
- glioma