Displaying 1 result from an estimated 1 matches for "propcapinstomach".
Did you mean:
propcapinstomachs
2006 Feb 08
1
logLik == -Inf in gls
...iables)
- There is some autocorrelation in the data that is not accounted for by
the model (most is accounted for).
But, I've tried recreating the problem using a simpler data set, and have
never found the same problem.
The command I use to fit the model is...
result2 <- gls(lci4150 ~ propCapInStomachs +
temperature +
as.factor(monthNumber) +
lagLci1 +
lagcap1 +
lagcap2,
data = monthly,
subset = subset1985,
na.action = na.approx,...