ypred function

Predicted probabilities

Predicted probabilities

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

ypred(qp)

Arguments

  • qp: output from quickpsy

Examples

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)