compare {MSCMT} | R Documentation |
Compare MSCMT estimation results
Description
compare
collects estimation results from mscmt
for
comparison purposes.
Usage
compare(..., auto.name.prefix = "")
Arguments
... |
Objects of class |
auto.name.prefix |
A character string (default: "") internally used to facilitate automatic naming in nested lists of unnamed estimation results. |
Details
compare
collects (potentially many) estimation results from
mscmt
in a special object of class "mscmt"
, which
includes a component "comparison"
where the different estimation
results are aggregated.
This aggregated information is used by the ggplot.mscmt
and
print.mscmt
methods to present summaries of the different
results.
Value
An object of class "mscmt"
, which itself contains the
individual estimation results as well as a component "comparison"
with aggregated information.