Re: [R] Generalized additive models: Plots for Qualitative Data

2012-09-06 Thread Jean V Adams
Dontrece, Try using the all.terms argument to the plot.gam() function. plot(gam4, shade=TRUE, pages=1, all.terms=TRUE) Does that work? Jean Dontrece Smith wrote on 09/06/2012 06:50:07 AM: > > Hello, > My name is Dontrece Smith. I am creating figures for my GAMs. I change my > qualitative v

Re: [R] Generalized additive models: Plots for Qualitative Data

2012-09-06 Thread David Winsemius
On Sep 6, 2012, at 4:50 AM, Dontrece Smith wrote: > Hello, > My name is Dontrece Smith. I am creating figures for my GAMs. I change my > qualitative variables to 1 or 2 in my dataset, so I would be able to run my > GAMs. However, R will only display plots for my quantitative variables and > not m

[R] Generalized additive models: Plots for Qualitative Data

2012-09-06 Thread Dontrece Smith
Hello, My name is Dontrece Smith. I am creating figures for my GAMs. I change my qualitative variables to 1 or 2 in my dataset, so I would be able to run my GAMs. However, R will only display plots for my quantitative variables and not my qualitative variables. Is there any way to fix this issue? I