Description Usage Arguments Value Examples
This function provides a histogram corresponding to the observations and then overlaid with the pmf of a compak smoother using ggplot or graphics.
1 2 3 4 5 |
x |
an object class 'compak' object, obtain from a call to |
... |
other argument passed to or from other methods (currently unused). |
An ggplot object for autoplot.
1 2 3 | data(days)
fit <- compak_fitpmf(days, bandwidth = "CV")
plot(fit) # or autoplot(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.