paramFilt {binequality} | R Documentation |
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.
paramFilt(paramsList, fitComb)
paramsList |
a (non-empty) list containing the parameter values, it should be of length(fitComb). |
fitComb |
a (non-empty) list of fitted models |
Returns fitComb, filtered based on the parameters.
FIXME - references for specific filtering criteria
#not run, internal function