quickplot.lm: Plot the True Values vs. the Predicted Values

Description Usage Arguments Value Examples

View source: R/quickplot.lm.R

Description

Plot the True Values vs. the Predicted Values

Usage

1
quickplot.lm(model, data, ind_column)

Arguments

model

the model to be used

data

the data to be fed into the model - MUST include all the predictors in the model

ind_column

independent (outcome) variable column in dataset - please use data$column syntax

Value

plot

Examples

1
2
3
4
## Not run: 
model <- lm(Petal.Length ~ ., data = iris)
quickplot.lm(model, iris, iris$Petal.Length)
## End(Not run)

bmcguir8/mcguiR documentation built on Jan. 7, 2021, 8:40 p.m.