powered by
cat2Table(eff.obj, digits, rownames=NULL, colnames=NULL)
effect
effects
NULL
library(car) data(Duncan) Duncan$inc.cat <- cut(Duncan$income, 3) mod <- lm(prestige ~ inc.cat*type + income, data=Duncan) e1 <- effect("inc.cat*type", mod) cat2Table(e1)
Run the code above in your browser using DataLab