# NOT RUN {
data(datafake)
an=anova(lm(y_numeric~y_logistic+GROUP:TIMEPOINT,data=datafake))
# Raw output:
an
rownames(an)=make.label(rownames(an),
l=list(
l1=c("y_logistic","A logistic variable"),
l2=c(":"," interaction with "))
)
# Gives:
an
# }
Run the code above in your browser using DataLab