Description Usage Arguments Details
View source: R/petri.R View source: R/dx.R
Diagnose model
1 |
.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. |
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:
dx_cooks
dx_res_stand
dx_res_stud
dx_dfits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.