radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
459 stars 136 forks source link

Limited import of factor variables #203

Closed Leo47114711 closed 1 year ago

Leo47114711 commented 1 year ago

Hi! I loaded a CSV file with categorical attributes, but I could only select the first 10 for a target variable after selecting logistic regression. How can you expand this list to all loaded categorical attributes please? Kind regards, Leo

vnijs commented 1 year ago

For response variables in logistic the model will only show binary categorical variables. Also, if there is no variation the variable will also not be shown.