compare: Compare MSCMT estimation results

View source: R/compare.r

compareR Documentation

Compare MSCMT estimation results

Description

compare collects estimation results from mscmt for comparison purposes.

Usage

compare(..., auto.name.prefix = "")

Arguments

...

Objects of class "mscmt" or (a) list(s) containing objects of class "mscmt".

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.


MSCMT documentation built on Nov. 13, 2023, 5:07 p.m.