|
|
Re: Maximum Likelihood estimation
Posted:
Oct 30, 2006 8:27 PM
|
|
A quick google turns up http://cc.oulu.fi/~jarioksa/opetus/openmeta/metafit.pdf which talks in detail about fitting your model in R.
R is a free statistical package your can download off the internet, very similar to S-plus (which I mentioned earlier as able to deal with the kind of model you would need). http://www.r-project.org/
But even if you fit the model in some other package, there's lots in that document that looks like it will help guide you through the necessary steps.
Glen
|
|