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 23 | ## S3 method for class 'plot'
profile(
fitted,
profile.title = paste(fitted$subtitle, "\n", lplot.type, "Likelihood and ",
percent.conf.level(conf.level), "Confidence Interval", "\n for", variable.name,
model.dist.str),
confidence.interval = T,
conf.level = GetSMRDDefault("SMRD.ConfLevel")/100,
xlim = NULL,
ylim = c(0, 1.05),
log.axis = F,
variable.name = fitted$xlab,
original.par = F,
add = F,
lty = 1,
lwd = 2,
print.ci = T,
col = 1,
plotem = T,
need.smooth = F,
approx.plot = F,
...
)
|
fitted |
|
profile.title |
|
confidence.interval |
|
conf.level |
|
xlim |
|
ylim |
|
log.axis |
|
variable.name |
|
original.par |
|
add |
|
lty |
|
lwd |
|
print.ci |
|
col |
|
plotem |
|
need.smooth |
|
approx.plot |
|
... |
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 | ## Not run:
lzbearing.ld <- frame.to.ld(lzbearing,
response.column = 1)
gmleprobplot(lzbearing.ld,
distribution = "egeng",
xlim = c(10,199),
ylim = c(.0011,.991),
compare = c("Weibull","Lognormal","Exponential"))
text(2.4969, -1.31908, "EXP")
text(2.50633, -3.4758, "WEIB")
text(2.34606, -5.75833, "EGENG")
text(2.70432, -6.94453, "LOGNOR")
tmp <- one.dim.profile(bear.egeng.gmle.out,
profile.on.list = 3,
range.list = list(c(-1,2.0)),
size = 50,
save.structures = F)
profile.plot(tmp, variable.name = "lambda")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.