get_partial_effect {deepregression} | R Documentation |
Return partial effect of one smooth term
get_partial_effect(
object,
names = NULL,
return_matrix = FALSE,
which_param = 1,
newdata = NULL,
...
)
object |
deepregression object |
names |
string; for partial match with smooth term |
return_matrix |
logical; whether to return the design matrix or |
which_param |
integer; which distribution parameter
the partial effect ( |
newdata |
data.frame; new data (optional) |
... |
arguments passed to |