Description Usage Arguments Details Value See Also Examples
A function to generate a random sample of hazard rates from a first order autoregrssive BPS prior distribution.
| 1 | BPSpriorSample(ss = 1, hyp = BPSpriorElicit())
 | 
| ss | requested sample size | 
| hyp | list of hyperparameters (as generated by  | 
A random sample of ss hazard rates is extracted from the first order autoregressive BPS prior distribution
identified by hyp.
A list with two components:
| hyp | list of hyperparameters identifying the BPS prior distribution from which the sample was extracted (copy of the input argument) | 
| eta | matrix with  | 
| 1 2 3 4 5 6 7 8 | # set RNG seed (for example reproducibility only)
set.seed(1234)
# select a BPS prior distribution
hypars<-BPSpriorElicit(r0 = 0.1, H = 1, T00 = 50, ord = 4, G = 3, c = 0.9)
# generate a sample of ten hazard rates
prior<-BPSpriorSample(ss = 10, hyp = hypars)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.