Learn R Programming

iai (version 1.10.2)

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
if (FALSE) iai::all_treatment_combinations(c(1, 2, 3))

Run the code above in your browser using DataLab