https://github.com/cran/bayestestR
Raw File
Tip revision: 79b3ea026adbb877bc1921a9cf1ea0eae067cb63 authored by Dominique Makowski on 12 February 2024, 11:40:02 UTC
version 0.13.2
Tip revision: 79b3ea0
disgust.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{disgust}
\alias{disgust}
\title{Moral Disgust Judgment}
\format{
A data frame with 500 rows and 5 variables:
\describe{
\item{score}{Score on the questionnaire, which ranges from 0 to 50 with higher scores representing harsher moral judgment}
\item{condition}{one of three conditions, differing by the odor present in the room: a pleasant scent associated with cleanliness (lemon), a disgusting scent (sulfur), and a control condition in which no unusual odor is present}
}

\if{html}{\out{<div class="sourceCode r">}}\preformatted{data("disgust")
head(disgust, n = 5)
#>   score condition
#> 1    13   control
#> 2    26   control
#> 3    30   control
#> 4    23   control
#> 5    34   control
}\if{html}{\out{</div>}}
}
\description{
A sample (simulated) dataset, used in tests and some examples.
}
\author{
Richard D. Morey
}
\keyword{data}
back to top