- Y
The outcome variable. Must be numeric or survival (ex; Surv(time,cens) )
- A
Treatment variable. (Default supports binary treatment, either numeric or
factor). "ple_train" accomodates >2 along with binary treatments.
- X
Covariate space.
- param
Parameter estimation and inference function. Based on the discovered
subgroups, estimate parameter estimates and correspond variability metrics. Options
include "lm" (unadjusted linear regression), "dr" (doubly-robust estimator),
"gcomp" (G-computation, average the patient-level estimates), "cox" (cox regression),
and "rmst" (RMST based estimates as in survRMST package). Default for "gaussian",
"binomial" is "dr", while default for "survival" is "cox". Currently only available
for binary treatments or A=NULL.
- mu_hat
Patient-level estimates (see ple_train)
- Subgrps
Identified subgroups. Can be pre-specified, or determined
adaptively (see submod_train).
- alpha_ovrl
Two-sided alpha level for overall population
- alpha_s
Two-sided alpha level at subgroup
- combine
Given identified subgroups and correspond point-estimates/SEs/sample sizes,
combine="SS" will use sample size weighting for estimates at the overall level. Not
applicable for param="dr","ple".
- ...
Any additional parameters, not currently passed through.