data(Catbus)
mangiaficoD(Steps ~ Gender, data=Catbus, verbose=TRUE)
Nadja = c(6,6,6,7,7,8,8,9,9,9,11,11,11)
Nandor = c(0,1,2,3,4,5,6,7,8,9,10,11)
mangiaficoD(x = Nadja, y = Nandor, verbose=TRUE)
Nadja = c(6,6,6,7,7,8,8,9,9,9,11,11,11)
Nandor = c(0,1,2,3,4,5,6,7,8,9,10,11)
mangiaficoD(x = Nadja, y = Nandor, correct=TRUE)
Guillermo = c(9,8,7,7,7,6,6,6,6,5,5,5,5,5,4,4,4,4,4,4)
mangiaficoD(x = Guillermo, mu=7, verbose=TRUE)
Run the code above in your browser using DataLab