summary.submod_train: Subgroup Identification (Summary)

View source: R/submod_train.R

summary.submod_trainR 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


StratifiedMedicine documentation built on March 30, 2022, 1:06 a.m.