dx: Diagnose model

Description Usage Arguments Details

View source: R/petri.R View source: R/dx.R

Description

Diagnose model

Usage

1
dx(.model, ..., .out = TRUE, .viz = TRUE)

Arguments

.model

A model.

...

One or more unquoted dx functions (see details). User-defined dx functions can receive arguments native to the function and will supersede dx arguments. Leaving "..." blank will cause dx to automatically select dx functions based on model class and family. See details for documentation on selected dx_functions.

.out

Print output to console. User-defined dx functions will overwrite this argument.

.viz

Print plots to plotting window. User-defined dx functions will overwrite this argument.

Details

A blank "..." will cause dx to automatically select dx functions based on class and family (if applicable).

At this time only lm() class models are supported.

lm() diagnostics:


calebwpalmer/doctr documentation built on Sept. 18, 2020, 5:18 a.m.