Skip to contents

This functions is handy wrapper that calls the default plotting functions for the model of a specific engine. Equivalent to calling effects of a fitted distribution function.

Usage

# S3 method for DistributionModel
effects(object, ...)

Arguments

object

Any fitted distribution object.

...

Not used.

Value

None.

Note

For some models, where default coefficients plots are not available, this function will attempt to generate partial dependency plots instead.

Examples

if (FALSE) {
# Where mod is an estimated distribution model
mod$effects()
}