summary.submod_train {StratifiedMedicine}R Documentation

Subgroup Identification (Summary)

Description

Summary for subgroup identification function.

Usage

## S3 method for class 'submod_train'
summary(object, round_est = 4, round_SE = 4, round_CI = 4, ...)

Arguments

object

Trained submod_train model.

round_est

Rounding for trt ests (default=4)

round_SE

Rounding for trt SEs (default=4)

round_CI

Rounding for trt CIs (default=4)

...

Any additional parameters, not currently passed through.

Value

List of key outputs (1) Number of Identified Subgroups, and (2) Treatment effect estimates, SEs, and CIs for each subgroup/estimand


[Package StratifiedMedicine version 1.0.5 Index]