Performs statistical inference on population cumulative distribution function.
Methods
Inherited methods
Method new()
Create a new CDF
object.
Usage
CDF$new(conf_level = 0.95)
Arguments
conf_level
a number specifying confidence level of the confidence bounds.
Plot the estimate and confidence bounds for population cumulative distribution function.
Usage
CDF$plot(style = c("graphics", "ggplot2"))
Arguments
style
a character string specifying which package to use.
Returns
The object itself (invisibly).
Examples
pmt("onesample.cdf")$test(Table1.2.1)$plot(style = "graphic")