| jump {dynsurv} | R Documentation |
Generic function for jump information
Description
Generic function for jump information
Usage
jump(object, ...)
## S3 method for class 'bayesCox'
jump(object, ...)
Arguments
object |
An object returned by function |
... |
Other arguments. |
Value
A data.frame with 3 columns ("Count", "Iter", "Cov"), where
"Count" is the number of coefficient pieces (jumps) for each
iteration; Iter is the iteration number; Cov contains the
character values of the covariates.
Methods (by class)
-
jump(bayesCox): Extract Jump Information from Bayesian Dyanmic ModelExtract number of coefficient pieces from
bayesCoxfitting results, and summarize them into a data frame. It is only applicable whenmodel="Dynamic"is specified.
See Also
bayesCox, plotJumpTrace, and
plotJumpHist.
Examples
## See the examples in bayesCox
[Package dynsurv version 0.4-7 Index]