I have the following dataframe:
data <- data.frame(Individuo=c("1","2","3","4","5","6"),
Sexo=c(2,4,4,2,4,2),Ocupaçao=c(1,1,2,2,1,2),
Raça=c("Branco","Negro","Pardo","Branco","Pardo","Branco"),
Estudo=c(10,12,14,16,13,11))
Where,...
asked by
13.03.2018 / 21:03