Skip to contents

Builds a structured summary object for a fitted qgcompmulti_mi model. The summary follows the same general presentation as summary.qgcompmulti() while adding the pooled multiple-imputation metadata and Rubin diagnostics that matter for downstream reporting.

Prints a structured summary of a pooled qgcompmulti_mi fit, emphasizing the pooled MSM results while reporting the shared analysis settings and compact Rubin diagnostics as supporting context.

Usage

# S3 method for class 'qgcompmulti_mi'
summary(object, ...)

# S3 method for class 'summary.qgcompmulti_mi'
print(x, ...)

Arguments

object

A fitted qgcompmulti_mi object.

...

Not used.

x

A "summary.qgcompmulti_mi" object produced by summary.qgcompmulti_mi().

Value

An object of class "summary.qgcompmulti_mi" with components for the matched call, original formula, model overview, MI overview, mixture definitions, labeled pooled MSM coefficient table, pooled Rubin diagnostics, and stored labels.

The input object, invisibly.