showOLS: Show hypothesis tests from OLS

Description Usage Arguments Value Examples

View source: R/CtsHypothesisTests.R

Description

Show hypothesis tests from OLS

Usage

1
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

1
showOLS(mpg ~ cyl + disp, mtcars)

mczekanski1/mcStats documentation built on March 6, 2020, 12:43 p.m.