is_homoscedatic: Can it be considered homoscedatic?

View source: R/validity.R

is_homoscedaticR Documentation

Can it be considered homoscedatic?

Description

Can it be considered homoscedatic?

Usage

is_homoscedatic(x, ...)

## S3 method for class 'lm'
is_homoscedatic(x, ...)

## Default S3 method:
is_homoscedatic(x, y, ...)

Arguments

x

Object to verify

...

other arguments passed to the generic function

y

The grouping variable

model

The result of the lm function


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.