| get_mixture_data | R Documentation |
Get the mixture data generated from method twoComp_mixt().
get_mixture_data(x)
x |
An object of class |
A numeric vector of the simulated data.
Xavier Milhaud xavier.milhaud.research@gmail.com
sim.X <- twoComp_mixt(n = 20, weight = 0.5,
comp.dist = list("norm", "norm"),
comp.param = list(list("mean"=3, "sd"=0.5),
list("mean"=0, "sd"=1)))
get_mixture_data(sim.X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.