Need similar functionality to SAS's table proc function, except it must take any statistical function that compares two variables within R. This would really open up potential use cases for the library to huge array of possibilities.
Constraints:
A single function for the entire table only. Focus--no multiple choice statistical comparisons. The function may generate multiple outputs, e.g. mean + Standard deviation.
Interface must be as simple as possible.
Questions:
How will it handle the '*' operator? As factor? As multiplication?
Need similar functionality to SAS's table proc function, except it must take any statistical function that compares two variables within R. This would really open up potential use cases for the library to huge array of possibilities.
Constraints:
Questions: