Skip to contents

Runs residual, influence, collinearity, goodness-of-fit, and specification tests, then summarises the overall assessment.

Usage

full_diagnostics(
  y,
  X,
  y_hat = NULL,
  model_type = "linear",
  column_names = NULL
)

Arguments

y

Response.

X

Design matrix.

y_hat

Optional fitted values (OLS used if NULL).

model_type

"linear", "logistic", "poisson".

column_names

Optional column names for X.

Value

A morie_diagnostic_report.