Re: [R] Multinomial Logistic Regression with Complex Survey using 'Survey' Package in R

2018-06-19 Thread Bert Gunter
Did you download the new package and check? Is there some reason you shouldn't do this in any case? There is also usually a News file in the package download that tells you about new features. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and stick

Re: [R] Multinomial Logistic Regression with Complex Survey using 'Survey' Package in R

2018-06-19 Thread Anthony Damico
hi, check out the news page.. https://cran.r-project.org/web/packages/survey/NEWS On Tue, Jun 19, 2018 at 5:54 PM, Mackenzie Jones wrote: > Dear R Users, > > I want to use a multinomial logistic regression model with survey data in > the “survey” package. The original package did not have a func

Re: [R] Multinomial logistic regression

2013-05-24 Thread Duncan Mackay
Have a look at Brian Ripleys polr in library(MASS) and multinom in the library(nnet) There are other packages as well so a search will give you more choices Be careful to read the help pages carefully and make sure that you know what you are testing. HTH Duncan Duncan Mackay Department of

Re: [R] Multinomial logistic regression in complex surveys

2010-07-17 Thread Joshua Wiley
I would take a look at mlogit() in package mlogit or vglm() with family = multinomial in package VGAM. HTH, Josh 2010/7/16 Rosario Austral : > Dear R-list members, > I´m using the package "survey" and I need to find a function for > multinomial logistic regression in a complex design. The functi