estfun.tramnet {tramnet} | R Documentation |
"tramnet"
estfun
method for class "tramnet"
which computes
the score contributions w.r.t. each model parameter.
## S3 method for class 'tramnet' estfun(object, parm = coef(object, with_baseline = TRUE, tol = 0), w = NULL, newdata, ...)
object |
object of class |
parm |
parameters for evaluating the score |
w |
weights |
newdata |
data on which to compute the score contributions |
... |
additional arguments to |
Matrix of score contributions w.r.t. model parameters
evaluated at parm
Lucas Kook