This file contains helper functions used by grf.subg.harm.survival() to improve readability and modularity. Create GRF configuration object
create_grf_config(
frac.tau,
n.min,
dmin.grf,
RCT,
sg.criterion,
maxdepth,
seedit
)List with configuration parameters
Numeric. Fraction of tau for GRF horizon
Integer. Minimum subgroup size
Numeric. Minimum difference in subgroup mean
Logical. Is the data from a randomized controlled trial?
Character. Subgroup selection criterion
Integer. Maximum tree depth
Integer. Random seed
Creates a configuration object to organize GRF parameters