powered by
Performs statistical inference on population cumulative distribution function.
LearnNonparam::PermuTest -> LearnNonparam::OneSampleTest -> CDF
LearnNonparam::PermuTest
LearnNonparam::OneSampleTest
CDF
CDF$new()
CDF$plot()
Inherited methods LearnNonparam::PermuTest$print() LearnNonparam::PermuTest$test()
LearnNonparam::PermuTest$print()
LearnNonparam::PermuTest$test()
new()
Create a new CDF object.
CDF$new(conf_level = 0.95)
conf_level
a number specifying confidence level of the confidence bounds.
A CDF object.
plot()
Plot the estimate and confidence bounds for population cumulative distribution function.
CDF$plot(style = c("graphics", "ggplot2"))
style
a character string specifying which package to use.
The object itself (invisibly).
pmt("onesample.cdf")$test(Table1.2.1)$plot(style = "graphic")
Run the code above in your browser using DataLab