get_studentized_residuals: Gets the studentized residuals from a linear model

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Inputs a linear model from the lm function and returns the studentized residuals as a vector

Usage

1

Arguments

model

An lm object

Value

Numeric vector of studentized residuals

Examples

1
# get_studentized_residuals(my_linear_model)

maxdrohde/bios6312 documentation built on March 13, 2021, 1:50 p.m.