paramFilt {binequality}R Documentation

A function to filter models based on estimated parameters

Description

This functions filters models, excludes them from model averaging, and sets all parameter values/statistics to NA. The filter determines which models should have undefined moments based on the estimated parameters. These are filtered. FIXME - add in specific criteria for filtering.

Usage

paramFilt(paramsList, fitComb)

Arguments

paramsList

a (non-empty) list containing the parameter values, it should be of length(fitComb).

fitComb

a (non-empty) list of fitted models

Value

Returns fitComb, filtered based on the parameters.

References

FIXME - references for specific filtering criteria

Examples

#not run, internal function

[Package binequality version 1.0.4 Index]