Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | two.dim.profile(
gmle.out,
profile.setup = NULL,
profile.stable.parameters = NULL,
range.list = NULL,
profile.on.list = NULL,
which = seq(1:length(t.param.names)),
special.stuff.profile = NULL,
size = c(10, 10),
interactive = F,
save.structures = T,
addname = NULL,
monitor = 1,
debug1 = 0,
alt.max = F
)
|
gmle.out |
|
profile.setup |
|
profile.stable.parameters |
|
range.list |
|
profile.on.list |
|
which |
|
special.stuff.profile |
|
size |
|
interactive |
|
save.structures |
|
addname |
|
monitor |
|
debug1 |
|
alt.max |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ## Not run:
R4490.rdu <- frame.to.rdu(r4490,
ID.column = "vin",
time.column = "days" ,
cost.count.column = "costcount" ,
event.column = "code")
attr(R4490.rdu,"WindowInfo")
event.plot(R4490.rdu)
R4490.mcf <- mcf(R4490.rdu)
plot(R4490.mcf)
R4490.nhpp.out <- PlotMCFandNHPP(R4490.rdu, form = "power rule")
one.dim.profile(R4490.nhpp.out,size = 5,save.s = T)
two.dim.profile(R4490.nhpp.out,
profile.on.list = NULL,
which = c(1,2),
size = c(5,5))
profile.contour(R4490.nhpp.outstruct1x2,
transformationy = "log",
variable.namey = "sigma",
variable.namex = "mu",
v = c(0.001, 0.01, .1,0.2, 0.4, 0.7, 0.9) )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.