plotFittedBetaMix | R Documentation |
Plot the histogram of the z_j and the fitted mixture distribution.
plotFittedBetaMix(betaMixObj, yLim = 5)
betaMixObj |
An object returned from betaMix() |
yLim |
The maximum value on the y-axis (default=5) |
## Not run: data(SIM,package = "betaMix") res <- betaMix(betaMix::SIM, maxalpha = 1e-5,ppr = 0.01,subsamplesize = 30000, ind=TRUE) plotFittedBetaMix(res) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.