Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | SingleDistSim(
number.sim,
distribution,
sample.size,
censor.type = "None",
fail.number = NULL,
fail.fraction = NULL,
theta = c(0, 1),
debug1 = F,
kprint = 0,
randomize = T,
remove.bad = F,
var = T
)
|
number.sim |
|
distribution |
|
sample.size |
|
censor.type |
|
fail.number |
|
fail.fraction |
|
theta |
|
debug1 |
|
kprint |
|
randomize |
|
remove.bad |
|
var |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## Not run:
SingleDistSim(number.sim = 10,
distribution = "Weibull",
theta = c(mu = 0.0, sigma = 1.0),
sample.size = 10,
censor.type = "None")
SingleDistSim(number.sim = 10,
distribution = "Weibull",
theta = c(mu = 0.0, sigma = 1.0),
sample.size = 10,
censor.type = "Type 1",
fail.fraction = 0.5)
SingleDistSim(number.sim = 10,
distribution = "Weibull",
theta = c(mu = 0.0, sigma = 1.0),
sample.size = 10,
censor.type = "Type 2",
fail.number = 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.