look.resid: Looks at the residuals vs. predicted values for a model

Description Usage Arguments Value Examples

View source: R/look.resid.R

Description

Looks at the residuals vs. predicted values for a model

Usage

1
look.resid(data, model)

Arguments

data

the data you are trying to do models on

model

the model that you would like to look at

Value

returns number of nas

Examples

1
look.resid(no surgery, model = lm(mito_percents ~ sex, data = no_surgery))

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.