Description Usage Arguments Value Examples
Returns either a data frame of the actual value, the predicted value from the model, and the difference between the two OR a plot showing the distribution of differences
1 | accuracy.lm(model, data, ind_column, round = 2, output = "data")
|
model |
model to be examined |
data |
data to be used in model - MUST include all predictors found in model |
ind_column |
independent (outcome) variable column in data - please use data$column syntax |
round |
number of digits the predicted value to be rounded to |
output |
default is output = "data", which returns a data frame. setting this to "plot" will plot the distribution of differences |
data frame or plot
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.