plot,GeDSgam-method | R Documentation |
Plots on the linear predictor scale the component functions of a GeDSgam
object fitted using NGeDSgam
.
## S4 method for signature 'GeDSgam,ANY'
plot(x, base_learners = NULL, f = NULL, n = 3L, ...)
x |
a |
base_learners |
either NULL or a vector of character string specifying the base-learners of the model for which predictions should be plotted. Note that single base-learner predictions are provided on the linear predictor scale. |
f |
(optional) specifies the underlying component function or generating process to which the model was fit. This parameter is useful if the user wishes to plot the specified function/process alongside the model fit and the data. |
n |
integer value (2, 3 or 4) specifying the order ( |
... |
further arguments to be passed to the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.