Displaying 1 result from an estimated 1 matches for "smoothng".
Did you mean:
smoothing
2010 Mar 19
2
Factor variables with GAM models
I'm just starting to learn about GAM models.
When using the lm function in R, any factors I have in my data set are
automatically converted into a series of binomial variables.
For example, if I have a data.frame with a column named color and values
"red", "green", "blue". The lm function automatically replaces it with
3 variables colorred, colorgreen,