If usePrechange
was set to TRUE
, then prechangeMean
must not be NULL
, and at least one of prechangeSigma
and
prechangeVar
must not be NULL
.
checkPrechange(prechangeMean, prechangeSigma, prechangeVar, functionName = "")
The prechange mean. Should not be NULL
.
The prechange standard deviation.
Either it or prechangeVar
must not
be NULL
.
The prechange variance.
Either it or prechangeSigma
must not
be NULL
.
The name of the original function which is being
called to check the parameters. Will help user
with debugging. Default is ""
, in which
case no function name will be displayed.