LogitSurrogate-methods {DynTxRegime} | R Documentation |
Methods Available for Objects of Class LogitSurrogate
Description
Methods Available for Objects of Class LogitSurrogate
.phiFunc
calculates logistic surrogate loss-function
.dphiFunc
calculates derivative of logistic surrogate loss-function
Usage
## S4 method for signature 'LogitSurrogate'
.phiFunc(surrogate, u)
## S4 method for signature 'LogitSurrogate'
.dPhiFunc(surrogate, u, du)
[Package DynTxRegime version 4.16 Index]