Description Usage Arguments Examples
View source: R/LinearRegression.R
Perform boot strapping
1 | bootreg(Y, X, iter = 1, alpha = 0.05)
|
Y |
response vector |
X |
design matrix |
alpha |
(=0.05) significance level for generating confidence intervals |
iter(=1) |
number of iterations to run bootstrap |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.