R/seqdata-data.R

#' Synthetic Sequential Data
#'
#' This data set contains synthetic sequential A/B data (500 observations in
#' each of the two groups, where the observations are alternating between
#' groups). \code{y1} denotes the number of successes for the first group,
#' \code{n1} denotes the corresponding total number of observations for the
#' first group. Similarly, \code{y2} denotes the number of successes for the
#' second group and \code{n2} denotes the corresponding total number of
#' observations for the second group.
#'
#' @docType data
#' @keywords dataset
#' @name seqdata
#' @usage seqdata
#' @format A list with 4 elements.
#' @encoding UTF-8
#'
#' @example examples/example.seqdata.R
NULL

Try the abtest package in your browser

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

abtest documentation built on Nov. 22, 2021, 9:07 a.m.