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 datadata(Vernier)# ?Venier for the referencefit <- quickpsy(Vernier, Phaseshift, NumUpward, N, grouping = .(Direction, WaveForm, TempFreq), B =20)ypred(fit)