Aliases: predict.densityMclust
Keywords: multivariate
### ** Examples ## No test: x <- faithful$waiting dens <- densityMclust(x, plot = FALSE)
fitting ... | | | 0% | |==== | 5% | |======= | 11% | |=========== | 16% | |=============== | 21% | |================== | 26% | |====================== | 32% | |========================== | 37% | |============================= | 42% | |================================= | 47% | |===================================== | 53% | |========================================= | 58% | |============================================ | 63% | |================================================ | 68% | |==================================================== | 74% | |======================================================= | 79% | |=========================================================== | 84% | |=============================================================== | 89% | |================================================================== | 95% | |======================================================================| 100%
x0 <- seq(50, 100, by = 10) d0 <- predict(dens, x0) plot(dens, what = "density") points(x0, d0, pch = 20)
## End(No test)