🍁 Variables Categoricas#

Simple Bar Chart#

barplot(table(rbinom(1000, 20, 1/2)))
_images/Parte1_2_0.png
source("help.r")
n <- 50
data <- data.frame(sexo = sample(c("mujer","hombre"),n, replace = T),  resp = sample(c("si","no"),n, replace = T) )