search for: gamfit

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

Did you mean: gambit
2007 Mar 27
1
gam parameter predictions --Sorry for double posting
...like this: g1 <- gam(log(cpue) ~ s(rekt1) + s(year) + s(mon) + s(reg1), data = dataTest) Once the model is fitted to the data I want to get the mean model estimates by year. I do the following: obsPred <- data.frame(year = dataTest$year, pred = predict(g1, type = "response")) gamFit <- tapply(obsPred$pred, list(year = obsPred$ar), mean) Is this correct? Thanks in advance > version _ platform i386-pc-mingw32 arch i386 os mingw32 system...