diff options
Diffstat (limited to 'man')
| -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. + } } |
