estfun.tramnet {tramnet}R Documentation

estfun method for class "tramnet"

Description

estfun method for class "tramnet" which computes the score contributions w.r.t. each model parameter.

Usage

## S3 method for class 'tramnet'
estfun(object, parm = coef(object, with_baseline =
  TRUE, tol = 0), w = NULL, newdata, ...)

Arguments

object

object of class "tramnet"

parm

parameters for evaluating the score

w

weights

newdata

data on which to compute the score contributions

...

additional arguments to estfun

Value

Matrix of score contributions w.r.t. model parameters evaluated at parm

Author(s)

Lucas Kook


[Package tramnet version 0.0-3 Index]