Skip to content
Back to formatted view

Raw Message

Message-ID: <838957.33822.qm@web31801.mail.mud.yahoo.com>
Date: 2008-09-19T18:21:13Z
From: Yinghui Wang
Subject: Weighted polytomous logistic regression

Hi,

I am trying to fit a polytomous logistic regression with inverted sampling probabity as weight. I've tried multinom(nnet) function. While the results look not right. For example, the results were not the same for the following two model. Should I normalize the weights first? Or there were some other functions to use?

multinom(y~x,weights=rep(2,length(y))
vs.
multinom(y~x)

Thanks,
Yinghui