nalimilan / FreqTables.jl

Frequency tables in Julia
Other
89 stars 19 forks source link

Output should show percentages in addition to amounts #36

Open pdeffebach opened 5 years ago

pdeffebach commented 5 years ago

It would be nice if this showed percentages on the sides of the tables, like stata does.

nalimilan commented 5 years ago

I guess this could be a keyword argument, or a separate function like addmargins in R.