mlr2: Multiple Linear Regression with Influence Diagnostics

View source: R/nm_tests.R

mlr2R Documentation

Multiple Linear Regression with Influence Diagnostics

Description

Performs multiple linear regression and computes influence diagnostics including DFFITS, DFBETAS, Cook's Distance, COVRATIO, and R-Student.

Usage

mlr2(y, x.raw, standardize = 0)

Arguments

y

numeric vector of response

x.raw

data.frame of predictors

standardize

integer, standardization method (0=none, 1=center, 2=scale by mean, 3=z-score)

Value

list with model estimates and influence diagnostics


nmw documentation built on May 8, 2026, 9:07 a.m.