setupHazard: setupHazard function

View source: R/spatsurvMisc.R

setupHazardR 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


spatsurv documentation built on Oct. 19, 2023, 9:07 a.m.