vd_long_tidy {echoice2} | R Documentation |
Generate tidy choice data with dummies from long-format choice data
Description
Generate tidy choice data with dummies from long-format choice data
Usage
vd_long_tidy(longdata)
Arguments
longdata |
tibble |
Value
tibble
Examples
data(icecream)
vd_long_tidy(icecream)
[Package echoice2 version 0.2.4 Index]