You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
281B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/convenience_functions.R
  3. \name{IQR}
  4. \alias{IQR}
  5. \title{Return the inter-quartile range}
  6. \usage{
  7. IQR(x)
  8. }
  9. \arguments{
  10. \item{x}{A vector}
  11. }
  12. \value{
  13. The IQR
  14. }
  15. \description{
  16. Safe version of IQR for statify
  17. }