Skip to content
Prev 25630 / 398502 Next

Logistic Regression on a Windows Machine

On Sunday 24 November 2002 08:51 pm, Carrie Beam wrote:
Not sure about your first question, depends on what you want to do (standard 
logistic regression can be done with the glm function, while polr does 
proportional odds logistic regression).

As for R packages (more commonly referred to as libraries), many of them come 
with the default R installation, but you have to load them before you can use 
them. MASS and nls are among them. You should see a full list using

library()

For more information, try

?glm
library(MASS)
?polr

etc.

Deepayan


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._