library(Design)
d <- datadist(mydata); options(datadist='d')
f <- lrm(incidence ~ sun*trees)  # lrm is for binary or ordinal response
plot(f, sun=NA, trees=NA)
# add method='image' or 'contour' to get other types of graphs
plot(f, sun=NA, trees=NA, fun='plogis')  # probability scale

Correction: fun=plogis not 'plogis'. Sorry about that -FH

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to