# NOT RUN {
## Calculate tau-U for the example from Parker et al. (2011)
bob <- scdf(c(A = 2, 3, 5, 3, B = 4, 5, 5, 7, 6), name = "Bob")
tau_u(bob)
## Calculate tau-U based on Kendall Tau A
tau_u(Grosche2011$Eva, tau_method = "a")
## Request tau-U for all single-cases fom the Grosche2011 data
tau_u(Grosche2011)
# }
Run the code above in your browser using DataLab