my_creation_function: Likelihood function for maximum likelihood (ML) method

View source: R/mcmc_helpers.R

my_creation_functionR Documentation

Likelihood function for maximum likelihood (ML) method

Description

The ML method is based on calculating the contribution to the likelihood function of each study participant. See XX for more details.

Usage

my_creation_function(parTab, data, PRIOR_FUNC, ...)

Arguments

parTab

The parameter table controlling information such as bounds, initial values etc.

data

The data frame of data to be fitted.

PRIOR_FUNC

Prior distribution function. If no priors are specified (PRIOR_FUNC = NULL), then the uniform prior of the sampling restrictions will apply from parTab.

...

other function arguments

Value

the negative sum of the loglikelihood function


fluvee/wave documentation built on Nov. 9, 2023, 12:31 p.m.