Learn R Programming

quickpsy (version 0.1.5.1)

logliksbootsaturated: Calculates the bootstrap loglikelihoods for the saturated model

Description

logliks calculates the bootstrap loglikelihoods for the saturated model.

Usage

logliksbootsaturated(qp)

Arguments

qp

output from quickpsy

Examples

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

Run the code above in your browser using DataLab