Displaying 1 result from an estimated 1 matches for "subset1985".
2006 Feb 08
1
logLik == -Inf in gls
...l 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 ~ propCapInStomachs + temperature + as.factor(monthNumber) +
lagLci1 + lagcap1 + lagcap2
  Data: monthly
  Subse...