R/example_data.R

#' Artificially generated data for examples
#'
#' A dataset in the long format containing the jump height
#' of 3 subjects over 300 days.
#'
#' @format A dataframe with 317 rows and 5 variables:
#' \describe{
#'   \item{subject}{The subject identifier}
#'   \item{time_point}{The point in time from which the data is collected, in days}
#'   \item{jump_height}{The jump height, in cm}
#'   \item{detect_lower}{The lower detection bound for the subject}
#'   \item{detect_upper}{The upper detection bound for the subject}
#' }
#'
#'
"example_data"

Try the edecob package in your browser

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

edecob documentation built on Nov. 4, 2022, 5:07 p.m.