| ypred | R Documentation |
ypred calculates the predicted probabilities at the values of the
explanatory variable.
ypred(qp)
qp |
output from quickpsy |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.