search for: zfac

Displaying 1 result from an estimated 1 matches for "zfac".

Did you mean: fac
2008 Sep 18
1
Reporting with down and across variables
Hi, I have a dataframe like the following: xfact yfact zfact response ------- ------- ------- -------------- x1 y1 z1 r1 x1 y1 z2 r2 ... I want output that looks like: ___ zfac levels___ xfact yfact z1 z2 ... zn ------- ------- ---- ---- ... ---- x1 y1 r1 r2...