R users, I got a problem to analyze with probit model. What package contains the algorithm to do probit model. Lawrence N.M Kazembe Mathematical Sciences Department Chancellor College University of Malawi P.O. Box 280 Zomba Malawi Tel: (265) 524 222 ext 284 Fax: (265) 524 046 e-mail: lkazembe at chirunga.sdnp.org.mw url: kazembe.cjb.net kazembe.tsx.org -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Look at glm function. glm(formula,family=binomial(link=probit)) Hope will help! LAWRENCE KAZEMBE wrote:> R users, > I got a problem to analyze with probit model. What package contains the algorithm to do probit model. > > Lawrence N.M Kazembe > Mathematical Sciences Department > Chancellor College > University of Malawi > P.O. Box 280 > Zomba > Malawi > > Tel: (265) 524 222 ext 284 > Fax: (265) 524 046 > e-mail: lkazembe at chirunga.sdnp.org.mw > url: kazembe.cjb.net > kazembe.tsx.org > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._-------------- next part -------------- A non-text attachment was scrubbed... Name: krcabrer.vcf Type: text/x-vcard Size: 270 bytes Desc: Card for Kenneth Cabrera Url : https://stat.ethz.ch/pipermail/r-help/attachments/20010831/a3d89f0e/krcabrer.vcf
>From: "LAWRENCE KAZEMBE" <lkazembe at chirunga.sdnp.org.mw> >To: r-help at stat.math.ethz.ch >Subject: [R] Probit model >I got a problem to analyze with probit model. What packagecontains the algorithm to do probit model. In the base package, look at the help for "glm" and for "family". The way R does this (which is, of course, the way S does it) is somewhat unusual, although elegant once you get the idea, so it might help to read the relevant chapter in (for example) Venables and Ripley's book. Jon Baron -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Apparently Analagous Threads
- p value in MANOVA
- [LLVMdev] The meaning of SDNPHasChain
- [LLVMdev] Questions about instruction selection and instruction definitions
- [LLVMdev] Questions about instruction selection and instruction definitions
- Confused with an error message related to "plotrix" library in the newer versions of R.