Displaying 1 result from an estimated 1 matches for "attr_act".
2008 Apr 03
1
newbie subset question
I want to look at all the records making up a "row and column" of a
crosstab, but I'm not getting it right. I'm trying to use subset() but
my selection ((prod_act=="other") || (attr_act=="other")) gives my no
records. See the second table below. Getting just the row does work,
as seen in the third table.
Why is this failing me?
> .Table <- xtabs(~prod_act+attr_act, data=Dataset) ; .Table ;
remove(.Table)
attr_act
prod_act dk/rf home...