Learn R Programming

olsrr (version 0.6.0)

ols_test_outlier: Bonferroni Outlier Test

Description

Detect outliers using Bonferroni p values.

Usage

ols_test_outlier(model, cut_off = 0.05, n_max = 10, ...)

Arguments

model

An object of class lm.

cut_off

Bonferroni p-values cut off for reporting observations.

n_max

Maximum number of observations to report, default is 10.

...

Other arguments.

Examples

Run this code
# model
model <- lm(y ~ ., data = surgical)
ols_test_outlier(model)

Run the code above in your browser using DataLab