Re: [R] Creation of mlogit models from text file

2011-10-17 Thread Bhargava Sana
From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] Sent: Monday, October 17, 2011 4:58 PM To: Bhargava Sana Cc: r-help@r-project.org Subject: Re: [R] Creation of mlogit models from text file I'm not at all familiar with mlogit or Biogene so I can't really give a definitive answer

Re: [R] Creation of mlogit models from text file

2011-10-17 Thread R. Michael Weylandt
ndering if there have been previous attempts to setup a > model object without estimating it in R just based on some character > variables. > > Bhargava > > -Original Message- > From: R. Michael Weylandt [mailto:michael.weyla...@gmail.com] > Sent: Monday, October 17, 201

Re: [R] Creation of mlogit models from text file

2011-10-17 Thread Bhargava Sana
] Creation of mlogit models from text file You're going to have to say more about your text file if you want meaningful help: specifically, what is in the file: data, output from other software, etc? There are probably two questions to deal with here: reading in whatever is in the text file and mappi

Re: [R] Creation of mlogit models from text file

2011-10-17 Thread R. Michael Weylandt
You're going to have to say more about your text file if you want meaningful help: specifically, what is in the file: data, output from other software, etc? There are probably two questions to deal with here: reading in whatever is in the text file and mapping it to the correct R object and settin

[R] Creation of mlogit models from text file

2011-10-17 Thread Bhargava Sana
Hello all, Has anyone tried to create an R mlogit model object from a text file? If yes, what would be the best way to do it? I already have models that have been estimated using other software and would like to use R to help me make predictions for new data. Thank you! Bhargava Sana