codedthinking / Kezdi.jl

An umbrella of Julia packages for data analysis, in loving memory of Gábor Kézdi
Other
9 stars 0 forks source link

parse `by(variable1 variable2)` #49

Closed korenmiklos closed 1 week ago

gergelyattilakiss commented 1 week ago

@korenmiklos Is this fine with using by(variable1,variable2) or we specifically want the Stata like syntax?

gergelyattilakiss commented 1 week ago

Stata like syntax gives parse error.

korenmiklos commented 1 week ago

by(x, y) is fine. Please write tests for it.