get_partial_effect {deepregression} | R Documentation |
Return partial effect of one smooth term
Description
Return partial effect of one smooth term
Usage
get_partial_effect(
object,
names = NULL,
return_matrix = FALSE,
which_param = 1,
newdata = NULL,
...
)
Arguments
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 |
[Package deepregression version 1.0.0 Index]