Skip to content

Rmetrics - Litzenberger and Ramaswamy (1979) MLE estimators in R?

1 message · Robert Iquiapaza

#
Seems that Litzenberger and Ramaswamy did not provide the likelihood
function within the article (I did not see the references), but they
included the normal equations of that function. You can use R to solve
that system of equations, the solutions will be your ML estimates.
?solve

Otherwise some  methods available in plm package or lme4 could help.

Robert

2013/11/11 nooldor <nooldor at gmail.com>: