R/mice2.R

#' Mice Weight Data for Paired-Samples Mean Test
#'
#'@description contains the weight of 10 mice before and after the treatment.
#'
#' A paired-samples t-test can be performed to answer to this question.
#'@name mice2
#'@docType data
#'@usage data("mice2")
#'@format A data frame with 10 rows and 3 columns
#' @examples
#' data(mice2)
#' head(as.data.frame(mice2))
NULL

Try the datarium package in your browser

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

datarium documentation built on May 21, 2019, 9:02 a.m.