Re: [R] Score Test Function

2011-06-12 Thread peter dalgaard
On Jun 12, 2011, at 07:54 , wrote: > The score test looks at the effect of adding extra columns to the model > matrix. The function glm.scoretest takes the fitted model object as the > first argument and the extra column, or columns, as the second argument. > Your x2 argument has length o

Re: [R] Score Test Function

2011-06-11 Thread Bill.Venables
To: r-help@r-project.org Subject: [R] Score Test Function Greeting R Community, I'm trying to learn Logistic Regression on my own and am using An Introduction to Logistic Regression Analysis and Reporting (Peng, C., Lee, K., & Ingersoll, G. ,2002). This article uses a Score Test

[R] Score Test Function

2011-06-11 Thread Tyler Rinker
Greeting R Community, I'm trying to learn Logistic Regression on my own and am using An Introduction to Logistic Regression Analysis and Reporting (Peng, C., Lee, K., & Ingersoll, G. ,2002). This article uses a Score Test Stat as a measure of overall fit for a logistic regression model. The