Displaying 1 result from an estimated 1 matches for "lagcap1".
Did you mean:
lagcap2
2006 Feb 08
1
logLik == -Inf in gls
...ng 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,
weights = varFixed( ~ 1/numob4150)
)
The output I get is...
Generalized least squares fit by REML
Model: lci4150 ~ propCapInSto...