Description
Creates a random sample from a normal mixture distribution with two components.Usage
rmix(n, mu1, s1, mu2, s2, p1)
Arguments
mu1
mean of first component
s1
standard deviation of first component
mu2
mean of second component
s2
standard deviation of second component
p1
proportion of values in the first component
Value
A vector of n numeric values from a sample mixture distribution.