diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-10 20:54:26 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-10 20:54:26 -0700 |
| commit | 14cb619997719aac2971b5ef89feacc421764458 (patch) | |
| tree | 89c90e84b40579d67c0ad72811f2b1719ff70f46 /man/rsc.Rd | |
| parent | cbed2931c9244daa2e1e8d4c0b13958f8e5e0148 (diff) | |
Update docs
Diffstat (limited to 'man/rsc.Rd')
| -rwxr-xr-x | man/rsc.Rd | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -11,7 +11,7 @@ \usage{ - rsc(cv, threshold = "minimum") + rsc(cv, threshold = "minimum", weights = NULL) } @@ -26,6 +26,16 @@ optimal threshold according to the selection performed in \code{\link{rsc_cv}}. } + \item{weights}{ + When \code{weights} are provided, thresholding + is applied to \code{|r| * weights} instead of + \code{|r|}. Final estimator values are unchanged. + This can be a p x p matrix + or a vector of the length of the lower + triangle. These weights should be generated + by using \code{\link{stability_score}} for + the inverse variance of the subsampled angles. + } } |
