Learn R Programming

distrMod (version 2.8.2)

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

Description

.checkEstClassForParamFamily-methods

Usage

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

Arguments

PFam

a parametric family.

estimator

an estimator.

Value

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

Details

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