summaryrefslogtreecommitdiff
path: root/man/rsc.Rd
diff options
context:
space:
mode:
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.
+ }
}