geome.fit {eha} | R Documentation |
This function is called from mlreg
. A user may call it directly.
geome.fit(X, Y, rs, strats, offset, init, max.survs, method = "ML", boot = FALSE, control)
X |
The design matrix |
Y |
Survival object |
rs |
risk set produced by risksets |
strats |
Stratum indicator |
offset |
Offset |
init |
Initial values |
max.survs |
Maximal survivors |
method |
"ML" or "MPPL" |
boot |
should we bootstrap? |
control |
See mlreg |
See the code.
Nothing special
Göran Broström
See mlreg