# Example 7.6 from "Applied Nonparametric Statistical Methods" (5th edition)
friedman(ch7$pulse, ch7$time.period, ch7$student, do.exact = FALSE, do.asymp = TRUE)
# Exercise 7.12 from "Applied Nonparametric Statistical Methods" (5th edition)
friedman(ch7$names.recalled, ch7$group, ch7$medical.student, use.Iman.Davenport = TRUE,
do.exact = FALSE, do.asymp = TRUE)
Run the code above in your browser using DataLab