all.equal | R Documentation |
Two model fits are compared using standard all.equal
-methods
after discarding certain elements considered irrelevant for the equality
of the fits, e.g., the runtime and the call.
## S3 method for class 'twinstim'
all.equal(target, current, ..., ignore = NULL)
## S3 method for class 'hhh4'
all.equal(target, current, ..., ignore = NULL)
target , current |
the model fits to be compared. |
... |
further arguments for standard
|
ignore |
an optional character vector of elements to ignore when
comparing the two fitted objects. The following elements are always
ignored: |
Either TRUE
or a character vector describing differences between
the target
and the current
model fit.
Sebastian Meyer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.