powered by
Prints the statistics about the callback rates
# S3 method for stat_mcr print(x, digits = 3, ...)
Printed output.
a stat_mcr object.
stat_mcr
minimal number of significant digits.
further arguments passed to or from other methods.
data(labour1) x <- callback(labour1, "offer", "hist", "callback", comp = "all") print(stat_mcr(x,level=0.90))
Run the code above in your browser using DataLab