R/mousew_summary.R

#' Weights of mice.
#'
#' A (fake) dataset containing the weights of 12 week old male
#' and female mice from two different strains (C57Bl/6J and DBA/2J)
#'
#'
#' @format A data frame with 4 rows and 5 variables:
#' \describe{
#'   \item{sex}{gender, Male (M) or Female (F)}
#'   \item{strain}{strain name, either C57Bl/6J or DBA/2J}
#'   \item{median_weight}{median mouse weight}
#'   \item{mean_weight}{mean mouse weight}
#'   \item{sd_weight}{standard deviation of mouse weight}
#' }
"mousew_summary"
LSRU/TDbiostat2 documentation built on May 8, 2019, 5:45 p.m.