Description Usage Arguments Value
This function provides a means of obtaining bias corrected and accelerated bootstrap confidence intervals for the regression coefficients (reflecting the original full set of predictors) as well as exact empirical p-values.
1 2 3 4 5 6 7 8 9 10 |
formula |
a model formula |
data |
a data frame |
ncomp |
The number of principal components to retain. If left as NULL the minimum of P-1 and the number of non-zero eigenvalues will be returned. |
family |
one of the glm families supported by R's glm function. |
nsamp |
number of bootstrap samples |
parallel |
whether to use parallel processing for bootstrapping |
ncores |
if parallel=TRUE, the number of cores. defaults to 4. |
conf.level |
the confidence level for the confidence intervals. defaults to 0.95 |
an object with class "gpcrBoot".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.