R/poison.R

#'Poison
#'
#'@description This data is a result from a survey carried out on children of
#'  primary school who suffered from food poisoning. They were asked about their
#'  symptoms and about what they ate.
#'@name poison
#'@docType data
#'@usage data("poison")
#'@format A data frame with 55 rows and 15 columns. 
#'@source
#'This data is from FactoMineR package.
#'
#' @examples
#' \donttest{
#' library(FactoMineR)
#' data(poison)
#' res.mca <- MCA(poison, quanti.sup = 1:2, quali.sup = c(3,4), 
#'    graph = FALSE)
#' fviz_mca_biplot(res.mca, repel = TRUE)+
#' theme_minimal()
#' 
#' }
#' 
NULL

Try the factoextra package in your browser

Any scripts or data that you put into this service are public.

factoextra documentation built on April 2, 2020, 1:09 a.m.