From 14cb619997719aac2971b5ef89feacc421764458 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 20:54:26 -0700 Subject: Update docs --- man/rsc.Rd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'man/rsc.Rd') diff --git a/man/rsc.Rd b/man/rsc.Rd index 3fa5fb3..c878cde 100755 --- a/man/rsc.Rd +++ b/man/rsc.Rd @@ -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. + } } -- cgit v1.2.3