Nothing
## Example Exponential
## time censored
Data_T1 = rcensT1(rdistrX = rexp, param_X = list("rate" = 2),
n = 1e02, t_censored = 1)
## time censored estimate with desired censoring percentage.
Data_T1 = rcensT1(rdistrX = rexp, param_X = list("rate" = 2),
qdistrX = qexp, n = 1e02, theta = .8)
## Example with plot in examples_plot/Example_rcensT1_plot.R
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.