Learn R Programming

olsrr (version 0.5.3)

ols_prep_srchart_data: Standardized residual chart data

Description

Generates data for standardized residual chart.

Usage

ols_prep_srchart_data(model)

Arguments

model

An object of class lm.

Examples

Run this code
model <- lm(read ~ write + math + science, data = hsb)
ols_prep_srchart_data(model)

Run the code above in your browser using DataLab