powered by
Show hypothesis tests from OLS
showOLS(formula, data, verbose = 1)
forumula for regression. Passed to lm
data for regression. Passed to lm
if verbose > 0 the resulting graph is printed
model object resulting from the regression
# NOT RUN { showOLS(mpg ~ cyl + disp, mtcars) # }
Run the code above in your browser using DataLab