Displaying 1 result from an estimated 1 matches for "pctabl".
Did you mean:
pctable
2015 Jan 16
1
S3 generic method dispatch on promises
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 avoid the usage of "with" (as we now see in the table help).
Then some people wanted more features, and I agreed with the suggestion to
create a formula inter...