Alaa Sindi
2015-Aug-28 18:00 UTC
[R] Change the maximum likelihood of multinomial logic model in R
Dear all, Can anyone help me to change the maximum likelihood of multinomial logic model in R? Thanks
Alaa Sindi
2015-Aug-28 18:26 UTC
[R] Change the maximum likelihood of multinomial logic model in R
Dear All, can anybody help me with an example on how to use mlogit.optim? Regards> On Aug 28, 2015, at 9:00 PM, Alaa Sindi <alaasindi at gmail.com> wrote: > > Dear all, > > Can anyone help me to change the maximum likelihood of multinomial logic model in R? > > Thanks
Don McKenzie
2015-Aug-28 19:13 UTC
[R] Change the maximum likelihood of multinomial logic model in R
Have you looked at the help for mlogit.optim? At the minimum you need a likelihood function and starting value(s). If you don?t understand the function syntax you may have difficulty interpreting any output that you do get.> On Aug 28, 2015, at 11:26 AM, Alaa Sindi <alaasindi at gmail.com> wrote: > > Dear All, > can anybody help me with an example on how to use mlogit.optim? > > Regards > > >> On Aug 28, 2015, at 9:00 PM, Alaa Sindi <alaasindi at gmail.com> wrote: >> >> Dear all, >> >> Can anyone help me to change the maximum likelihood of multinomial logic model in R? >> >> Thanks > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
David Winsemius
2015-Aug-28 20:31 UTC
[R] Change the maximum likelihood of multinomial logic model in R
On Aug 28, 2015, at 11:26 AM, Alaa Sindi wrote:> Dear All, > can anybody help me with an example on how to use mlogit.optim?That is just a helper function. The examples are all on the mogit help page.> >> On Aug 28, 2015, at 9:00 PM, Alaa Sindi <alaasindi at gmail.com> wrote: >> >> Dear all, >> >> Can anyone help me to change the maximum likelihood of multinomial logic model in R? >> >> Thanks > > ______________________________________________ >David Winsemius Alameda, CA, USA