Learn R Programming

quickpsy (version 0.1.5.1)

ypred: Predicted probabilities

Description

ypred calculates the predicted probabilities at the values of the explanatory variable.

Usage

ypred(qp)

Arguments

qp

output from quickpsy

Examples

Run this code
# NOT RUN {
library(MPDiR) # contains the Vernier data
data(Vernier) # ?Venier for the reference
fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
                grouping = .(Direction, WaveForm, TempFreq), B = 20)
ypred(fit)
# }

Run the code above in your browser using DataLab