refit: Refitting Models

Description Usage Arguments Details See Also

Description

Generic function for refitting a models on various subsets or reweighted data sets.

Usage

1
  refit(object, ...)

Arguments

object

An object.

...

Forwarded arguments.

Details

refit is a new generic function for refitting a certain model object on multiple versions of a data set (and is hence different from update). Applications refit models after some kind of model selection, e.g., variable subset selection, partitioning, reweighting etc.

The generic is similar to the one provided in modeltools and fxregime (and should fulfill the same purpose). To avoid dependence on this package, it is also provided here.

See Also

methods


mcsSubset documentation built on May 2, 2019, 6:50 p.m.