search for: monthnumber

Displaying 1 result from an estimated 1 matches for "monthnumber".

2006 Feb 08
1
logLik == -Inf in gls
...(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, weights = varFixed( ~ 1/numob4150) ) The output I get is......