Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 | nonparametric.bootstrap(
data.ld,
number.sim = 10,
kprint = 0,
maxit = 500,
max.sim.scratch.space = 1000,
maxmsd = 100,
debug1 = F,
randomize = T
)
|
data.ld |
|
number.sim |
|
kprint |
|
maxit |
|
max.sim.scratch.space |
|
maxmsd |
|
debug1 |
|
randomize |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
ShockAbsorber.ld <- frame.to.ld(shockabsorber,
response.column = 1,
censor.column = 3,
time.units = "Kilometers")
ShockAbsorber.boot.np<- nonparametric.bootstrap(ShockAbsorber.ld,
number.sim = 20)
plot(ShockAbsorber.boot.np)
summary(ShockAbsorber.boot.np,
compare = T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.