CHIVE | R Documentation |
This function estimates: (1). the proportion of the explained variation (2). the explained variation by covariates in a linear model assuming the covariates have sparse effects.
CHIVE(y, x, xext = NULL, alpha = c(0.05))
y |
outcome: a vector of length n. |
x |
covariates: a matrix of nxp dimension. |
xext |
supplementary covariates of Nxp dimension. |
alpha |
confidence level is 100*(1-alpha)% |
Both point estimate and confidence intervals are computed.
Estimate of the proportion of explained variation, variance estimates, and confidence intervals.
Cai, T. T. Guo, Z. (2020). Semisupervised inference for explained variance in high dimensional linear regression and its applications, Journal of Royal Statistical Society, Ser. B., 82, 391-419.
## Not run: CHIVE(y,x,lam=0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.