powered by
"plot"(x, histogram = T, breaks = "Sturges", main = model$type, cols = c("#008ED6", "#990033"), ylab = "Density", xlab = "", ...)
bimixt.model
hist
c(color of control component, color of case component)
summary.model
print.model
case=rmix(50,10,1.2,15,1,.7) control=rmix(50,10,1.2,15,1,.95) model=bimixt.model(case=case,control=control, type="4c") plot(model)
Run the code above in your browser using DataLab