get_minval {uGMAR} | R Documentation |
Returns the default smallest allowed log-likelihood for given data.
Description
get_minval
returns the default smallest allowed log-likelihood for given data.
Usage
get_minval(data)
Arguments
data |
a numeric vector or class |
Details
This function exists simply to avoid duplication inside the package.
Value
Returns -(10^(ceiling(log10(length(data))) + 1) - 1)
See Also
[Package uGMAR version 3.5.0 Index]