I have a dataset:
MATRICULA <- c(111,222,444,1010,1020,777,888,999,555,666,333)
VALOR <- c(1000,2000,4000,10000,11000,7000,8000,9000,5000,6000,3000)
DADOS <- data.frame(MATRICULA, VALOR)
How to perform separately on the r tag the...
asked by
28.12.2018 / 14:14