[R] Score test in logistic regression in R

Marc Schwartz marc_schwartz at comcast.net
Tue Sep 25 17:55:55 CEST 2007


On Mon, 2007-09-24 at 21:36 -0400, Paek, Insu wrote:
> Hello,
> 
>   I am wondering if R has any ways to conduct the score test in logistic
> regression?
>   Could you let me know please?
> 
>   Thanks,
>   Insu  

You may need to provide further clarification, as the most common
reference to a score test in LR seems to be for testing the proportional
odds assumptions behind that particular approach.

If this is correct, there is a worked example in V&R's MASS 4 (the book)
on page 204 with respect to the use of the polr() function in MASS (the
package.)

An alternative is in Frank's Design package, where using ?residuals.lrm
will provide some examples, including diagnostic plots.

HTH,

Marc Schwartz



More information about the R-help mailing list