Description Usage Arguments Value Author(s) See Also Examples
View source: R/plot.autoGAM_frame.R
Plot method for an object of class autoGAM_frame.
1 2 |
x |
An object of class |
type |
The type of the plot to be created. Valid inputs are |
... |
Other plot arguments (Not being used for objects of class |
Desired plots that were requested by the type argument.
Shahin Roshani
https://shahin-roshani.github.io/autoGAM/articles/autoGAM.html
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
my_mtcars <- mtcars %>% mutate_at('vs',as.factor)
carsGAM <- autoGAM_frame(mpg~disp+drat+vs,data=my_mtcars) %>% backward_select %>% autoGAM_fit
plot(carsGAM,type='forms')
plot(carsGAM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.