Description Usage Arguments Value
Compute bootstrapped linear regression
1 | lmBoot(y, X, nboot = 100, intercept = T, boot.type = "np")
|
y |
Numeric Vector of dependent variables |
X |
Numeric Matrix or data.frame of dim n x k, where n is the number of observations and k the number of independent variables |
nboot |
Number of bootstrap iterations (default is 100) |
intercept |
Logical, specifying whether an intercept should be used (default is TRUE) |
boot.type |
Character string specifying which bootstrap type should be used. Must be either "np" (Non-parametric, default) or "wild" (Wild Rademacher bootstrap) |
Vector of sample skewness for all rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.