heck2016 | R Documentation |
A dataset containing 'old' and 'new' responses of a single participant from a 2x2 within design (memory strength: strong vs. weak; base rate: 30
heck2016
A data frame with 1,200 rows and 2 variables:
type of response
response time
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.