Skip to content
Prev 263897 / 398502 Next

BY GROUP IN GEV

Hi Dennis:
I tried your suggestions and I am getting the following errors:

Error in x$CP1 : $ operator is invalid for atomic vectors
In addition: Warning message:
In sqrt(diag(varcov)) : NaNs produced

?Peter Maclean
Department of Economics
UDSM 



----- Original Message ----
From: Dennis Murphy <djmuser at gmail.com>
To: Peter Maclean <pmaclean2011 at yahoo.com>
Sent: Wed, June 22, 2011 11:37:02 PM
Subject: Re: [R] BY GROUP IN GEV

Hi:

I think you need

CP ?<- lapply(MAS, function(x){gev(x$CP1, 100, method = "BFGS", control =
? ? ? ? ? ? ? ? ? ? list(maxit = 500))})

See if that works out.

HTH,
Dennis
On Wed, Jun 22, 2011 at 4:06 PM, Peter Maclean <pmaclean2011 at yahoo.com> wrote:
working.