inputData = t(matrix(c(3,2,3.5,12,4.7,4.1,5.2,
4.9,7.1,6.1,6.2,5.2,14,5.3),2,7,dimnames=list(c("r","d"))))
inputData = data.frame(inputData)
methods = c("z_score", "boxandwhiskers")
params = list(
z_score = list(d=2),
boxandwhiskers = list(d=2)
)
compare_univariate_methods(inputData, methods, params)
Run the code above in your browser using DataLab