Description Usage Arguments Details Value Examples
Get the tidy variance summary and confidence intervals from a fitted OLS maars_lm, lm
class object
1 2 3 4 5 6 7 8 9 10 11 |
mod_fit |
(maars_lm, lm) A fitted OLS |
parm |
( |
level |
(double) : numeric value between 0 and 1 indicating the confidence level (e.g., 0.95) |
sand |
(logical) : |
boot_emp |
(logical) : |
boot_sub |
(logical) : |
boot_mul |
(logical) : |
boot_res |
(logical) : |
well_specified |
(logical) : |
The function generates the same output as get_boot_summary
,
but also includes lower and upper confidence intervals for the regression
coefficients according to the significance level specified in the "level"
argument.
(tibble) : Combined standard error and confidence intervals
summary from a fitted OLS maars_lm, lm
class object
1 2 3 4 | ## Not run:
# TODO: Add here
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.