update.rasch: Update and Re-fit a Model Call

Description Usage Arguments Value

View source: R/auxiliar_functions.r

Description

update will update and (by default) re-fit a model. It does this by extracting the call stored in the object, updating the call and (by default) evaluating that call.

Usage

1
2
  ## S3 method for class 'rasch'
update(object, formula., ..., evaluate = TRUE)

Arguments

object

A fitted rasch model.

formula.

Changes to the formula - see update.formula for details.

...

Additional arguments to the call, or arguments with changed values.

evaluate

If true, evaluate the new call, else, return the call.

Value

If evaluate = TRUE the fitted object, otherwise the updated call.


nando11235813/raschreg documentation built on Oct. 2, 2021, 3:11 p.m.