inst/doc/MDB-helpers.R

###############################################################################@
#' Summarize the number of seizures observed in samples
#'
#' @param x MDB object (by default, the MDB to which the function is attached).
#'
#' @return A table with Min., 1st Qu., Median, Mean, 3rd Qu. and Max. values
#'
#' @export
#'
summarize_seizures <- function(x = THISMDB) {
  return(summary(x$samples$seizures))
}

Try the TKCat package in your browser

Any scripts or data that you put into this service are public.

TKCat documentation built on May 20, 2026, 1:07 a.m.