diagnostics {trafo}R Documentation

Diagnostics for fitted models

Description

Returns information about the transformation and selected diagnostics to check model assumptions.

Usage

diagnostics(object, ...)

Arguments

object

an object that contains two models that should be compared.

...

other parameters that can be passed to the function.

Value

The return depends on the class of its argument. The documentation of particular methods gives detailed information about the return of that method.

See Also

diagnostics.trafo_lm, diagnostics.trafo_compare


[Package trafo version 1.0.1 Index]