R/pop19.R

#' Popescu et al 2019 consonance ratings
#'
#' A dataset containing ratings of consonance.
#'
#' @format A data frame with 80 rows and 7 variables:
#' \describe{
#'   \item{id}{Chord id}
#'   \item{genre}{Musical genre representing the origin of the chord}
#'   \item{rating}{Mean rating}
#'   \item{rating_sd}{SD of the rating}
#'   \item{rating_se}{SE of the rating}
#'   \item{pi_chord}{pitch of the chord tones in midi}
#'   \item{chord_size}{Number of pitches in the chord, numerosity}
#'   \item{dataset}{Name of the dataset}
#'   ...
#' }
#' @source \url{https://doi.org/10.1038/s41598-018-35873-8}
"pop19"
tuomaseerola/inconMore documentation built on Dec. 23, 2021, 1:02 p.m.