Description Usage Arguments Value
View source: R/auxiliar_functions.r
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.
1 2 |
object |
A fitted rasch model. |
formula. |
Changes to the formula - see |
... |
Additional arguments to the call, or arguments with changed values. |
evaluate |
If true, evaluate the new call, else, return the call. |
If evaluate = TRUE
the fitted object, otherwise the updated call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.