andable. Is there a way to scale the plot
> differently?
>
>
> From: Bert Gunter
> To: Andrew Crane-Droesch
> Cc: Pollyanna Fisher ; "r-help@r-project.org"
>
> Sent: Saturday, November 14, 2015 12:22 PM
> Subject: Re: [R] plot.ga
Yes. And see the "all.terms" parameter of plot.gam(), which by default
is FALSE, yielding the error message reported.
Cheers,
Bert
Bert Gunter
"Data is not information. Information is not knowledge. And knowledge
is certainly not wisdom."
-- Clifford Stoll
On Sat, Nov 14, 2015 at 2:16 PM, An
Your problem is that you've specified a parametric linear model. Your
output is a set of parametric coefficients. You can replace `gam` with
`lm` in your example, and you'll get identical results. If you wish to
specify one of the terms nonparametrically, you'd use s(chlag), for
example (assum
3 matches
Mail list logo