Christopher W. Ryan <cryan <at> binghamton.edu> writes: > > Is there a way to automate fitting and assessing loglinear models for > several nominal variables . . . something akin to step or drop1 or add1 > for linear or logistic regression?
Not strictly for loglinear, but glm works with stepAIC. Make sure that in the field you are working this approach is an accepted ritual. Dieter ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.