Displaying 1 result from an estimated 1 matches for "diedho".
Did you mean:
diedhos
2001 Dec 22
2
gam plots
Dear R users,
Using the library(mgcv) and running R under MacOSX, I have fitted a
generalised additive model with binomial errors in order to check the
linearity of two continuous variables ap2mm and diffdaysm in a glm:
> mymodel.gam <- gam(diedhos~ s(ap2mm) + Dweekm + s(diffdaysm) +
Dweekm:diffdaysm + ap2mm:Dweekm, binomial)
I would like postscript gam plots for the two smoothed terms to be
produced on separate pages, but am having trouble getting these. I
can get the two plots output to a single page using
> postscript("gam...