Skip to content
/ PDT Public

Pitch Discrimination Task

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

sebsilas/PDT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitch Discrimination Task (PDT)

The PDT is an adaptive test for testing pitch discrimination.

Citation

We also advise mentioning the software versions you used, in particular the versions of the PDT, psychTestR, and psychTestRCAT packages. You can find these version numbers from R by running the following commands:

library(PDT)
library(psychTestR)
library(psychTestRCAT)
if (!require(devtools)) install.packages("devtools")
x <- devtools::session_info()
x$packages[x$packages$package %in% c("PDT", "psychTestR", "psychTestRCAT"), ]

Installation instructions (local use)

  1. If you don't have R installed, install it from here: https://cloud.r-project.org/

  2. Open R.

  3. Install the ‘devtools’ package with the following command:

install.packages('devtools')

  1. Install the PDT:

devtools::install_github('sebsilas/PDT')

Usage

Quick demo

You can demo the PDT at the R console, as follows:

# Load the PDT package
library(PDT)

# Run a demo
PDT_standalone(demo = TRUE)

# Include in timeline

PDT()

About

Pitch Discrimination Task

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages