R/logLik.KW1.R

Defines functions logLik.KW1

Documented in logLik.KW1

#' log likelihood for KW1 procedure
#' @param object a fitted object of class "KW1"
#' @param ... other parameters for logLik
#' @return a scalar log likelihood
#' @export
#'
logLik.KW1 <- function(object, ...) object$logLik

Try the RCBR package in your browser

Any scripts or data that you put into this service are public.

RCBR documentation built on Nov. 8, 2023, 5:08 p.m.