plot | R Documentation |
Marginal response smooth plot functions for parametric and nonparametric associations.
## S4 method for signature 'bayesGAMfit,missing' plot(x, y, applylink = TRUE, ...) ## S4 method for signature 'predictPlotObject,missing' plot(x, y, ...) ## S4 method for signature 'posteriorPredictObject,missing' plot(x, y, ...)
x |
an object of class |
y |
unused |
applylink |
logical to indicate whether the inverse link function should be applied to the plots |
... |
optional additional arguments to pass to the |
A list of univariate and bivariate plots generated by plot functions based on ggplot2
H. Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer-Verlag New York, 2016.
mcmc_plots
f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter=500, chains = 1) plot(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.