all_treatment_combinations: Return a dataframe containing all treatment combinations of...

View source: R/rewardestimation.R

all_treatment_combinationsR 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))


iai documentation built on July 9, 2023, 5:41 p.m.