Learn R Programming

smdata (version 1.2)

guilt1: Study 1 judged probabilities of guilt

Description

Judged probabilities of guilt in a criminal trial scenario (Study 1).

Usage

data("guilt1")

Arguments

Format

A data frame with 104 observations on the following 7 variables.

observ

a numeric vector indexing cases

crguilt

a numeric vector recording the judged probability of guilt in a criminal trial scenario

cigult

a numeric vector recording the judged probability of guilt in a civil trial scenario

crvd1

a numeric vector taking the value 1 if the respondent returned a ``guilty'' verdict in the criminal trial and 0 otherwise

crvd2

a numeric vector taking the value 1 if the respondent returned a ``not guilty'' verdict in the criminal trial and 0 otherwise

civd1

a numeric vector taking the value 1 if the respondent returned a ``guilty'' verdict in the civil trial and 0 otherwise

civd2

a numeric vectortaking the value 1 if the respondent returned a ``not guilty'' verdict in the civil trial and 0 otherwise

References

Smithson,M., Gracik, L., & Deady, S. (2007). Guilty, not guilty, or ?multiple verdict options in jury verdict choices. Journal of Behavioral Decision Making, 20, 481-498.

Examples

Run this code
# NOT RUN {
data("guilt1", package="smdata")
# }

Run the code above in your browser using DataLab