Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Can Spotfire S+ do something similar to SAS proc tabulate?
Solution:
Customers often want to emulate the SAS proc tabulate in Spotfire S+, how best to handle this?
For basic multi-dimensional tables check out either the table() function in Spotfire S+, as it handles contingency tables, or the crosstabs() function for multiway contingency tables. For more advanced work look at summary.formula() in the HMISC library. This gives much more flexibility than table() and should provide the desired output. To see more information about these functions please type at a command prompt:
>?table
>?crosstabs
or
>library(hmisc)
>?summary.formula
http://cran.r-project.org/doc/contrib/Harrell-statcomp-notes.pdf
Comments
0 comments
Article is closed for comments.