setupHazard {spatsurv} | R Documentation |
setupHazard function
Description
A function to set up the baseline hazard, cumulative hazard and derivative functions for use in evaluating the log posterior. This fucntion is not intended for general use.
Usage
setupHazard(dist, pars, grad = FALSE, hess = FALSE)
Arguments
dist |
an object of class 'basehazardspec' |
pars |
parameters with which to create the functions necessary to evaluate the log posterior |
grad |
logical, whetether to create gradient functions for the baseline hazard and cumulative hazard |
hess |
logical, whetether to create hessian functions for the baseline hazard and cumulative hazard |
Value
a list of functions used in evaluating the log posterior
[Package spatsurv version 2.0-1 Index]