# NOT RUN {
library(CoopGame)
tauValue(v=c(0,0,0,0,1,0,1))
# }
# NOT RUN {
#Example from article by Stach (2011)
library(CoopGame)
v=c(0,0,0,1,2,1,3)
tauValue(v)
#[1] 1.2 0.6 1.2
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab