Learn R Programming

quickpsy (version 0.1.2)

thresholds: Calculates the thresholds

Description

thresholds alculates the thresholds

Usage

thresholds(qp, prob = NULL, log = FALSE)

Arguments

qp
output from quickpsy
prob
Probability to calculate the threshold.
log
Use TRUE, if the logarithm of the independent variable has been used to fit the curves (default is FALSE).

Examples

Run this code
library(MPDiR) # contains the Vernier data
data(Vernier) # ?Venier for the reference
fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
                grouping = .(Direction, WaveForm, TempFreq), B =20,
                thresholds = FALSE)
thresholds(fit, prob = .5)

Run the code above in your browser using DataLab