Learn R Programming

iai (version 1.4.0)

all_treatment_combinations: 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

Run this code
# NOT RUN {
iai::all_treatment_combinations(c(1, 2, 3))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab