R/data.R

#' Description of testdata
#'
#' The data set testdata contains two variables.
#'
#' @format A data frame with 20 rows and 2 variables:
#' \describe{
#' \item{Poissondata}{Contains 20 realizations of Poisson distributed random variables.}
#' \item{group}{Contains the group names of the Poisson data.}
#' }
#'
#' @source {Artificial example data.}
#'
#' @examples
#' data(testdata)    #Lazy loading of the test data. To view the data type testdata.
"testdata"

#' Description of testdata2
#'
#' The data set testdata2 contains two variables.
#'
#' @format A data frame with 16 rows and 2 variables:
#' \describe{
#' \item{Poissondata}{Contains 16 realizations of Poisson distributed random variables.}
#' \item{group}{Contains the group names of the Poisson data.}
#' }
#'
#' @source {Artificial example data.}
#'
#' @examples
#' data(testdata2)    #Lazy loading of the test data. To view the data type testdata.
"testdata2"

Try the CPCAT package in your browser

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

CPCAT documentation built on July 2, 2024, 5:06 p.m.