powered by
Summarize attributes and levels in tidy choice data containing categorical attributes (before dummy-coding)
ec_summarize_attrlvls(data_in)ec_summarise_attrlvls(data_in)
ec_summarise_attrlvls(data_in)
A tibble with one row per attribute, and a list of the levels
A tibble, containing long-format choice data
This functions looks for categorical attributes and summaries their levels This is helpful when evaluating a new choice data file.
data(icecream) ec_summarize_attrlvls(icecream)
Run the code above in your browser using DataLab