Learn R Programming

mixsmsn (version 1.1-10)

mix.dens: Estimated densities

Description

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

Usage

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

Run this code
# NOT RUN {
 ## see \code{\link{bmi}} and \code{\link{smsn.mix}}
# }

Run the code above in your browser using DataLab