[R] Change the maximum likelihood of multinomial logic model in R

2015-08-28 Thread Alaa Sindi
Dear all,

Can anyone help me to change the maximum likelihood of multinomial logic model 
in R?

Thanks
__
R-help@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.


Re: [R] Change the maximum likelihood of multinomial logic model in R

2015-08-28 Thread Alaa Sindi
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 alaasi...@gmail.com wrote:
 
 Dear all,
 
 Can anyone help me to change the maximum likelihood of multinomial logic 
 model in R?
 
 Thanks

__
R-help@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.


Re: [R] Change the maximum likelihood of multinomial logic model in R

2015-08-28 Thread Don McKenzie
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 alaasi...@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 alaasi...@gmail.com wrote:
 
 Dear all,
 
 Can anyone help me to change the maximum likelihood of multinomial logic 
 model in R?
 
 Thanks
 
 __
 R-help@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.



__
R-help@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.

Re: [R] Change the maximum likelihood of multinomial logic model in R

2015-08-28 Thread David Winsemius

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 alaasi...@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

__
R-help@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.