Description Usage Arguments Value References
View source: R/unequalVarShink.R
Traditional JS shrinkage estimation assumes equal variances for each of the data points, while this algorithm extends JS shrinkage estimation to entries with different variances.
1 | unequalVarShrink(stat, vars, verbose = TRUE)
|
stat |
Input statistics to be shrinkage estimated. |
vars |
Corresponding variances of equal length. |
verbose |
Whether information about the algorithm should be reported. |
A data frame containing the shrinkage estimated statistics.
http://projecteuclid.org/euclid.ss/1331729986
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.