next up previous contents home.gif
Next: Example Code: predict() Up: A Nonparametric Approach Previous: Example Code: anchors()   Contents

Example Code: mrop()

Utilizing the output from anchors, the user may wish to estimate a multiple response ordered probit as described in King and Wand (2007).
poleff$Cs <- C[,1]
poleff$Ce <- C[,2]
out <- mrop(cbind(Cs, Ce) ~ as.factor(china) + age + male + educyrs,
            data = poleff)
summary(out)



RBuild autobuild user 2010-09-02