Displaying 1 result from an estimated 1 matches for "zfact".
Did you mean:
fact
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...