ronggui
2004-Dec-14 15:02 UTC
[R] can R do the goodman modified multiple regression method?
the method is described in the article:goodman leo A.,a modified multiple regression approch to analysis of dischotomous variables",american sociological review 33(hebruary):28-46 thank you in advance:)
John Fox
2004-Dec-15 15:34 UTC
[R] can R do the goodman modified multiple regression method?
Dear ronggui, If memory serves me right, this is a relatively early presentation for sociologists of loglinear models for contingency tables (in which all the variables are dichotomous). You can fit such a model in R as a generalised linear model using glm() or via the loglin() function. The latter, which works by iterative proportional fitting, will be more similar in approach to what's in the Goodman paper (but both produce ML estimates). I hope that this helps, John -------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox --------------------------------> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of ronggui > Sent: Tuesday, December 14, 2004 10:03 AM > To: R-help > Subject: [R] can R do the goodman modified multiple regression method? > > the method is described in the article:goodman leo A.,a > modified multiple regression approch to analysis of > dischotomous variables",american sociological review > 33(hebruary):28-46 > > thank you in advance:) > > ______________________________________________ > R-help at 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