mix.hist: Estimated densities

Description Usage Arguments See Also Examples

View source: R/mix.hist.R

Description

Plot the histogram along with the estimated density (univariate case, p=1).

Usage

1
mix.hist(y, model, breaks, main, col.hist, col.dens, ...)

Arguments

y

the response vector

model

a variable returned by smsn.mix

breaks

the same option in histogram

main

the same option in histogram

col.hist

change the color of the histogram bars

col.dens

change the color of the density curve

...

further arguments to hist

See Also

smsn.mix

Examples

1
 ## see \code{\link{bmi}} and \code{\link{smsn.mix}}

mixsmsn documentation built on Oct. 6, 2021, 5:10 p.m.

Related to mix.hist in mixsmsn...