Learn R Programming

teal.modules.clinical (version 0.9.0)

split_choices: Split choices_selected objects with interactions into their component variables

Description

Split choices_selected objects with interactions into their component variables

Usage

split_choices(x)

Value

a choices_selected() object.

Arguments

x

(choices_selected)
object with interaction terms

Examples

Run this code
split_choices(choices_selected(choices = c("x:y", "a*b"), selected = all_choices()))

Run the code above in your browser using DataLab