Skip to content
Prev 181531 / 398502 Next

Still can't find missing data

Farley, Robert <FarleyR <at> metro.net> writes:
haven't found anything that works.
I never understood the logic that exclude=NULL needs na.action in addition.

test <- c(1,2,3,1,2,3,NA,NA,1,2,3) 
xtabs(~test,exclude=NULL,na.action=na.pass)

Dieter