Re: [R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread Konrad BLOCHER
A statistical analysis, properly conducted, is a delicate dissection > of > uncertainties, a surgery of suppositions. ~M.J.Moroney >> >> -Oorspronkelijk bericht- >> Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Namens Konrad BLOCHER >> Verzonden:

Re: [R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread ONKELINX, Thierry
rwerp: Re: [R] Multivariate Maximum Likelihood Estimation OK I got gls running but this is the error message that I got: > gls_results <- gls(LnWRPK ~ LnWGDP+LnWYIELD,correlation = corAR1) Error in switch(mode(x), "NULL" = structure(NULL, class = "formula"), : inva

Re: [R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread Konrad BLOCHER
ot say. ~William W. Watt > A statistical analysis, properly conducted, is a delicate dissection of uncertainties, a surgery of suppositions. ~M.J.Moroney > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Konrad BLOCHER > Verzonden: woens

Re: [R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread Gavin Simpson
put your faith in what statistics say until you have carefully > > considered what they do not say. ~William W. Watt > > A statistical analysis, properly conducted, is a delicate dissection of > > uncertainties, a surgery of suppositions. ~M.J.Moroney > > > > -O

Re: [R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread Konrad BLOCHER
ositions. ~M.J.Moroney > > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Namens Konrad BLOCHER > Verzonden: woensdag 6 februari 2008 12:12 > Aan: r-help@r-project.org > Onderwerp: [R] Multivariate Maximum Likelihood Estimation > > H

[R] Multivariate Maximum Likelihood Estimation

2008-02-06 Thread Konrad BLOCHER
Hi, I am trying to perform Maximum Likelihood estimation of a Multivariate model (2 independent variables + intercept) with autocorrelated errors of 1st order (ar(1)). Does R have a function for that? I could only find an univariate option (ar.mle function) and when writing my own I find that it