Description Usage Arguments Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ## S3 method for class 'contour'
profile(
fitted,
xlim = c(NA, NA),
ylim = c(NA, NA),
profile.title = paste(fitted$subtitle, "\n", lplot.type, "Likelihood for",
variable.namex, "and", variable.namey, "\n", model.dist.str),
variable.namex = fitted$xlab,
variable.namey = fitted$ylab,
transformationx = "linear",
transformationy = "linear",
original.par = F,
levels = c(0.001, 0.01, 0.2, 0.4, 0.6, 0.8, 0.9),
pretty.x = NULL,
pretty.y = NULL,
add = F,
lty = 1,
col = 1,
lwd = 1,
static = static,
...
)
|
fitted |
|
xlim |
|
ylim |
|
profile.title |
|
variable.namex |
|
variable.namey |
|
transformationx |
|
transformationy |
|
original.par |
|
levels |
|
pretty.x |
|
pretty.y |
|
add |
|
lty |
|
col |
|
lwd |
|
... |
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.