Learn R Programming

distrMod (version 2.9.4)

.checkEstClassForParamFamily-methods: Methods for Function .checkEstClassForParamFamily in Package `distrMod'

Description

.checkEstClassForParamFamily-methods

Usage

.checkEstClassForParamFamily(PFam, estimator)
# S4 method for ANY,ANY
.checkEstClassForParamFamily(PFam, estimator)

Value

The (default) ANY,ANY-method returns the estimator unchanged.

Arguments

PFam

a parametric family.

estimator

an estimator.

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

Details

The respective methods can be used to cast an estimator to a model-specific subclass with particular methods.