plotFittedBetaMix: Plot the histogram of the z_j and the fitted mixture...

View source: R/betaMix.R

plotFittedBetaMixR Documentation

Plot the histogram of the z_j and the fitted mixture distribution.

Description

Plot the histogram of the z_j and the fitted mixture distribution.

Usage

plotFittedBetaMix(betaMixObj, yLim = 5)

Arguments

betaMixObj

An object returned from betaMix()

yLim

The maximum value on the y-axis (default=5)

Examples

## 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)

haimbar/betaMix documentation built on Jan. 3, 2023, 12:54 p.m.