SkillAgentSearch skills...

Quickpsy

quickly fits and plots psychometric functions for multiple groups

Install / Use

/learn @danilinares/Quickpsy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

quickpsy

<!-- badges: start --> <!-- badges: end -->

quickpsy is an R package developed by Daniel Linares and Joan López-Moliner to quickly fit and plot psychometric functions for multiple conditions.

You can find more information at the website.

Installation

You can install the released version of quickpsy from CRAN with:

install.packages("quickpsy")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("danilinares/quickpsy")

At present, the development version of quickpsy is slower than older versions. If you need to perform bootstrap for many conditions you might want to use an older version.

Example

library(quickpsy)

fit <- quickpsy(qpdat, phase, resp, grouping = c("participant", "cond"))

plot(fit, color = cond)
<img src="man/figures/README-example-1.png" width="100%" />

Features

  • Fits and plots multiple conditions with minimal coding.

  • The user does not need to introduce initial parameters for default shapes of the psychometric functions.

  • Calculates parametric and non-parametric bootstrap confidence intervals.

  • Compares parameters and thresholds for different conditions using bootstrap.

  • Guess and lapses can be fixed or free as parameters.

  • Fits cumulative normal, logistic, weibull functions or any function defined by the user.

  • Facilitates the reading of several data files.

Development version (at present it is slower than the CRAN version)

  • Different conditions could share parameters.

  • Easy model comparisons using likelihood ratios or Akaike Information Criterion.

Citation

Linares, D., & López-Moliner, J. (2016). quickpsy: An R package to fit psychometric functions for multiple groups. The R Journal, 2016, vol. 8, num. 1, p. 122-131.

Other R packages to fit psychometric functions

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1mo ago
Forks10

Languages

R

Security Score

75/100

Audited on Feb 27, 2026

No findings