Skip to content

Commit

Permalink
Added bees data
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeechey committed Feb 17, 2024
1 parent 9fe8337 commit a669de5
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: opa
Type: Package
Title: An Implementation of Ordinal Pattern Analysis
Version: 0.8.2.005
Version: 0.8.2.006
Authors@R: person("Timothy", "Beechey", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8858-946X"))
Description: Quantifies hypothesis to data fit for repeated measures
Expand Down
23 changes: 19 additions & 4 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Childhood growth data
#'
#' Distance from the the pituitary to the pteryo-maxillary fissure.
#'
#'
#' Distance from the the pituitary to the pteryo-maxillary fissure.
#'
#' @format ## `pituitary`
#' A data frame with 108 rows and 4 columns:
#' \describe{
Expand All @@ -11,4 +11,19 @@
#' \item{sex}{sex of each individual}
#' }
#' @source Potthoff, R. F., & Roy, S. N. (1964). A Generalized Multivariate Analysis of Variance Model Useful Especially for Growth Curve Problems. Biometrika, 51(3/4), 313–326. https://doi.org/10.2307/2334137
"pituitary"
"pituitary"


#' Bee data
#'
#' Time between visits to a mechanical flower by bees in two experimental conditions.
#'
#' @format ## `bees`
#' A data frame with 20 rows and 14 columns:
#' \describe{
#' \item{bee}{Unique identifier for each individual bee.}
#' \item{condition}{Factor identifying the two experimental conditions. In the frustrated condition bees were temporarily restricted from returning to the hive after collecting nectar, in the free condition bees were able to return to the hive without delay.}
#' \item{t1-t12}{Time between visits to the mechanical flower (in seconds) in each of 12 consecutive trials.}
#' }
#' @source Grice, J. W., Craig, D. P. A., & Abramson, C. I. (2015). A Simple and Transparent Alternative to Repeated Measures ANOVA. SAGE Open, 5(3), 215824401560419. https://doi.org/10.1177/2158244015604192
"bees"
Binary file added data/bees.rda
Binary file not shown.
25 changes: 25 additions & 0 deletions man/bees.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a669de5

Please sign in to comment.