# NOT RUN {
tapply(Fish$length, Fish$codend, median, na.rm = TRUE)
SIGN.test(Fish$length[Fish$codend == "smallmesh"], conf.level = 0.99)
# }
# NOT RUN {
dplyr::group_by(Fish, codend) %>%
summarize(MEDIAN = median(length, na.rm = TRUE))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab