regcoeffs.getStats | R Documentation |
calculates standard error, t-values and p-values for regression coefficients based on Jack-Knifing method.
regcoeffs.getStats(coeffs, ci.coeffs = NULL, use.mean = TRUE)
coeffs |
array (npred x ncomp x nresp) with regression coefficients |
ci.coeffs |
array (npred x ncomp x nresp x cv) with regression coefficients for computing confidence intervals (e.g. from cross-validation) using Jack-Knifing method |
use.mean |
logical, tells how to compute standard error for regression coefficients. If |
a list with statistics three arrays: srandard error, t-values and p-values computed for each regression coefficient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.