plot.deeptrafo {deeptrafo} | R Documentation |
Plot method for deep conditional transformation models
Description
Plot method for deep conditional transformation models
Usage
## S3 method for class 'deeptrafo'
plot(
x,
which = NULL,
type = c("smooth", "trafo", "pdf", "cdf"),
newdata = NULL,
which_param = c("shifting", "interacting"),
only_data = FALSE,
K = 40,
q = NULL,
...
)
Arguments
x |
Object of class |
which |
Which effect to plot, default selects all smooth effects in the shift term. |
type |
Character; One of "smooth", "trafo", "pdf", or "cdf". |
newdata |
Optional new data ( |
which_param |
Character; either |
only_data |
Logical, if |
K |
Integer; If |
q |
Vector of response values to compute predictions at, see |
... |
Further arguments, passed to fit, plot or predict function |