showOLS {mcStats} | R Documentation |
Show hypothesis tests from OLS
Description
Show hypothesis tests from OLS
Usage
showOLS(formula, data, verbose = 1)
Arguments
formula |
forumula for regression. Passed to lm |
data |
data for regression. Passed to lm |
verbose |
if verbose > 0 the resulting graph is printed |
Value
model object resulting from the regression
Examples
showOLS(mpg ~ cyl + disp, mtcars)
[Package mcStats version 0.1.2 Index]