Learn R Programming

bimixt (version 1.0)

rmix: rmix

Description

Creates a random sample from a normal mixture distribution with two components.

Usage

rmix(n, mu1, s1, mu2, s2, p1)

Arguments

n
size of random sample
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.

Examples

Run this code
rmix(30,5,1,10,1.2,.95) 

Run the code above in your browser using DataLab