mix.hist: Estimated densities

View source: R/mix.hist.R

mix.histR Documentation

Estimated densities

Description

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

Usage

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 hist

main

the same option in hist

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

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

mixsmsn documentation built on June 8, 2025, 10:52 a.m.

Related to mix.hist in mixsmsn...