Description Usage Arguments Examples
Compute the MLEs of censored Weibull data by reparameterization and using optim()
function.
1 | add_Weibull_mle_robust(censor_data, weight = "no")
|
censor_data |
The value of function |
weight |
Specify the way to put a weight on the data. "no": do not put the weight on the data. |
1 2 | censor_data <- simulate_weibull_data(1, 5, 0.2, 1, 1)
( censor_data_with_mle <- add_Weibull_mle_robust(censor_data) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.