Description Usage Arguments Value Examples
View source: R/data_to_FHT_loss_function.R
Takes design matrices X
, Z
and data t
, delta, and returns a function to be optimized.
1 | data_to_FHT_loss_function(X, Z, times, delta)
|
X |
Design matrix for |
Z |
Design matrix for |
times |
Survival times (possibly censored) |
delta |
Vector of same length as |
optimizable_function
Function taking parameters as a list (containing beta
, gamma
).
1 | R code here showing how your function works
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.