all_treatment_combinations {iai}R Documentation

Return a dataframe containing all treatment combinations of one or more treatment vectors, ready for use as treatment candidates in 'fit_predict!' or 'predict'

Description

Julia Equivalent: IAI.all_treatment_combinations

Usage

all_treatment_combinations(...)

Arguments

...

A vector of possible options for each treatment

Examples

## Not run: iai::all_treatment_combinations(c(1, 2, 3))


[Package iai version 1.10.1 Index]