Probably a better question for julia-stats, but there's also likely some people here who can answer.
On Wed, Oct 1, 2014 at 4:23 AM, Andrei <[email protected]> wrote: > Probably simple question, but I can't find any reference. > > What is the most convenient way to convert categorical variable to a set > of dummy vars? > So far I've been using > > int(indicatormat(df[:categoricalvar])) > > but it's pretty annoying to do it for every variable, give every indicator > a name, resolve collinearity, etc. > Is there any standard way to do these operations? >
