setupHazard | R Documentation |
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.
setupHazard(dist, pars, grad = FALSE, hess = FALSE)
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 |
a list of functions used in evaluating the log posterior
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.