heck2016: Recognition Memory Data of a Single Participant

heck2016R Documentation

Recognition Memory Data of a Single Participant

Description

A dataset containing 'old' and 'new' responses of a single participant from a 2x2 within design (memory strength: strong vs. weak; base rate: 30

Usage

heck2016

Format

A data frame with 1,200 rows and 2 variables:

cat

type of response

rt

response time

Examples

## Not run: 
head(heck2016)
file <- paste0(path.package("gpt"), "/models/2htm_exgauss_2x2.txt")
fit <- gpt_fit("cat", "rt", heck2016, file=file,
               latent="exgauss", n.fit=c(1,1),
               restrictions=list("dn_s=do_s", "dn_w=do_w"))
fit
pqplot(fit)
hist(fit)
plot(fit)

## End(Not run)

danheck/gpt documentation built on March 29, 2025, 1:17 p.m.