Nothing
#' Calculates the loglikelihoods of the saturated model
#'
#' \code{loglikssaturated} calculates the loglikelihoods of the saturated model.
#' @param qp output from quickpsy
#' @export
#' @examples
#' library(MPDiR) # contains the Vernier data
#' fit <- quickpsy(Vernier, Phaseshift, NumUpward, N,
#' grouping = .(Direction, WaveForm, TempFreq), B = 20)
#' loglikssaturated(fit)
#' @export
loglikssaturated <- function(qp) {
qp$averages %>%
do(one_logliksaturated(., qp$x, qp$k, qp$n, qp$psyfunguesslapses, qp$groups,
qp$par))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.