summaryrefslogtreecommitdiff
path: root/man/rsc.Rd
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 20:54:26 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 20:54:26 -0700
commit14cb619997719aac2971b5ef89feacc421764458 (patch)
tree89c90e84b40579d67c0ad72811f2b1719ff70f46 /man/rsc.Rd
parentcbed2931c9244daa2e1e8d4c0b13958f8e5e0148 (diff)
Update docs
Diffstat (limited to 'man/rsc.Rd')
-rwxr-xr-xman/rsc.Rd12
1 files changed, 11 insertions, 1 deletions
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.
+ }
}