RVls | R Documentation |
This function uses least-square estimates in computing the proportion of the explained variation.
RVls(y, x, lam = 1, alpha = c(0.05))
y |
outcome: a vector of length n. |
x |
covariates: a matrix of nxp dimension. |
lam |
parameter for altering the weighting matrix. |
alpha |
a vector of type I errors used to generate (1-alpha)confidence intervals. |
This method works only for the case n>p. It uses the least-square approach for the estimation. Covariates are allowed to be correlated.
Estimate of proportion of the explained variation, variance estimates under normality and non-normality error, and the corresponding confidence intervals.
Chen, H.Y. (2022). Statistical inference on explained variation in high-dimensional linear model with dense effects. arXiv:2201.08723
Chen, H. Y., Li, H., Argos, M., Persky, V. W., and Turyk, M. (2022). Statistical Methods for Assessing Explained Variation of a Health Outcome by Mixture of Exposures. International Journal of Environmental Research and Public Health.
## Not run: RVls(y,x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.