Uses block-wise inversion of the negative Hessian, with a clear split between the regression coefficients (beta) and the Bernstein polynomial coefficients (gamma).
Usage
# S3 method for class 'spbp'
vcov(object, bp.param = FALSE, mask_unstable_gamma = TRUE, ...)Arguments
- object
an object of the class spbp
- bp.param
return Bernstein Polynomial variance.
- mask_unstable_gamma
when
TRUE(default), set \(\gamma\)-related entries toNAif the Bernstein information block is ill-conditioned. SetFALSEinternally when propagating survival uncertainty despite instability.- ...
arguments passed to parent method.