search for: keepdata

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

Did you mean: keep_data
2012 May 03
2
GAM, how to set qr=TRUE
Hello, I don't understand what went wrong or how to fix this. How do I set qr=TRUE for gam? When I produce a fit using gam like this: fit = gam(y~s(x),data=as.data.frame(l_yx),family=family,control = list(keepData=T)) ...then try to use predict: (see #1 below in the traceback() ) > traceback() 6: stop("lm object does not have a proper 'qr' component.\n Rank zero or should not have used lm(.., qr=FALSE).") at #81 5: qr.lm(object) at #81 4: summary.glm(object, dispersion = dispersion) at...