On 16/01/2015 3:02 PM, Paul Johnson wrote:
> Dear R friends
>
> I wanted a function to make a simple percent table that would be easy for
> students to use. The goal originally was to have a simple thing people
> would call like this
>
> pctable(rowvar, colvar, data)
>
> and the things "rowvar"
Dear R friends
I wanted a function to make a simple percent table that would be easy for
students to use. The goal originally was to have a simple thing people
would call like this
pctable(rowvar, colvar, data)
and the things "rowvar" and "colvar" might be names of variables in data. I
wanted to