ypred: Predicted probabilities

View source: R/ypred.R

ypredR Documentation

Predicted probabilities

Description

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

Usage

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)

quickpsy documentation built on March 11, 2026, 5:06 p.m.

Related to ypred in quickpsy...