Learn R Programming

MRStdCRT (version 0.1.1)

summary.MRS_obj: Summarize a MRS_obj Fit

Description

Print a concise summary of a model-robust standardization CRT fit, including the c-ATE and i-ATE estimates with SEs and CIs.

Usage

# S3 method for MRS_obj
summary(object, ...)

Value

Invisibly returns the original MRS_obj object, after printing:

  • Fitting method and family,

  • Number of clusters and cluster sizes,

  • A three-column table (Estimate, SE, 95% CI) with rownames c-ATE and i-ATE,

  • The NICS test statistic and p-value.

Arguments

object

An object of class MRS_obj, as returned by MRStdCRT_fit().

...

Additional arguments (currently ignored).