I think something like table(Preference, Sex, data=table) will get you
started. With 3+ variables, you are probably looking for a MCA analysis
or simple CA using the stacked approach.
Your SAS table statement,
table Preference, Sex Age Time;
treats Preference vs. all combinations of Sex, Age &
Hi Alfredo,
I have not used SAS nor done a correspondence analysis in many years
but to give R-help readers an idea of what you are doing, we probably
need a short statement of the substantive problem that would lead to
the SAS program:
proc corresp data=table dim=2 outc=_coord;
table Preferen
I am not familiar with SAS, so what did you want your output to look like.
There is the 'table' function that might do the job and then there is
always 'dplyr' which can do the hard stuff. So we need more information on
what you want.
Jim Holtman
*Data Munger Guru*
*What is the problem that you
3 matches
Mail list logo