Batch process policy tree interpretations
Source:R/margot_interpret_policy_batch.R
margot_interpret_policy_batch.Rd
This function now accepts a vector of model names to process and produces a single combined output. The common description is printed once at the top, followed by each model's specific findings.
Usage
margot_interpret_policy_batch(
models,
model_names = NULL,
save_path = NULL,
prefix = NULL,
include_timestamp = FALSE,
...
)
Arguments
- models
A list containing the results from multi-arm causal forest models.
- model_names
A character vector of model names to interpret. If NULL, all models are processed.
- save_path
The path where the combined interpretation will be saved. If NULL, nothing is saved.
- prefix
An optional prefix for the filename.
- include_timestamp
Logical; whether to include a timestamp in the filename (if desired).
- ...
Additional arguments to pass to margot_interpret_policy_tree().