summary.PRISM {StratifiedMedicine} | R Documentation |
PRISM: Patient Response Identifier for Stratified Medicine (Summary)
Description
Summary for PRISM algorithm results. Outputs configuration, which variables pass the filter (if used), subgroup summaries, and treatment effect estimates.
Usage
## S3 method for class 'PRISM'
summary(object, round_est = 4, round_SE = 4, round_CI = 4, ...)
Arguments
object |
Trained PRISM 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 PRISM outputs: (1) Configuration, (2) Variables that pass filter (if filter is used), (3) Number of Identified Subgroups, and (4) Parameter Estimates, SEs, and CIs for each subgroup/estimand
[Package StratifiedMedicine version 1.0.5 Index]