Description Usage Arguments Value Examples
Transform parameter to hazard in the age-cohort-interaction model
| 1 2 3 4 5 | par2haz_aci(par, J, K)
par2grid_aci(par, cuts_age, cuts_cohort)
par_sel2par_aci(par_sel, sel)
 | 
| par | parameter of the age-cohort-interaction model in the
form  | 
| J | length of  | 
| K | length of  | 
a matrix of dimension K * J
| 1 2 3 4 5 6 7 | ## Not run: 
J <-  10
K <-  15
set.seed(0)
persp(par2haz_aci(rnorm(J * K), K, J))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.