R/sample_data.R

#' @title Sample Data
#'
#' @description This dataset is for an experiment measuring the effect
#' of flashing lights on the movement of fish. It includes the treatment
#' assignments of 156 fish and the turn angles of each fish when swimming.
#' @format A table with fish treatment assignments and turn angles:
#' \describe{
#' \item{w}{Treatment Assignment: 1 indicates exposure to flashing light
#' and 0 indicates no exposure}
#' \item{turn_angle}{Angle at which the fish swim}
#' }
"sample_data"
ymabene/Counternull documentation built on Feb. 25, 2024, 10:18 a.m.