mix.dens: Estimated densities

Description Usage Arguments See Also Examples

View source: R/mix.dens.R

Description

Plot the estimated density or log-density (univariate case, p=1).

Usage

1
mix.dens(y, model, log=FALSE, ylab=NULL, xlab = NULL, main = NULL, ...)

Arguments

y

the response vector

model

a variable returned by smsn.mix

log

Logical, plot log-density if TRUE (default = FALSE)

ylab

Title of the ylab, if NULL default is selected

xlab

Title of the xlab, if NULL default is selected

main

Main Title, if NULL default is selected

...

further arguments to plot

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.dens in mixsmsn...