View source: R/112.ConfidenceIntervals_ADJ_n_Graph.R
| PlotciALR | R Documentation |
Plot of CI estimation of adjusted Likelihood Ratio
PlotciALR(n, alp, h)
n |
- Number of trials |
alp |
- Alpha value (significance level required) |
h |
- Adding factor |
The plots of the Confidence Interval using adjusted Likelihood Ratio method for n given alp and h
Other Adjusted methods of CI estimation:
PlotciAAS(),
PlotciAAllg(),
PlotciAAll(),
PlotciALT(),
PlotciASC(),
PlotciATW(),
PlotciAWD(),
ciAAS(),
ciAAll(),
ciALR(),
ciALT(),
ciASC(),
ciATW(),
ciAWD()
n=5; alp=0.05;h=2 PlotciALR(n,alp,h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.