Learn R Programming

mcStats (version 0.1.0)

showOLS: 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

Run this code
# NOT RUN {
showOLS(mpg ~ cyl + disp, mtcars)
# }

Run the code above in your browser using DataLab