hzar.getLLCutParam: Get the region of parameter space close to the maximum...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/40-hzarPostProcessing.R

Description

This function returns the range of parameter values that are within two log likelihood units of the maximum likelihood for a provided character vector of parameters.

Usage

1
hzar.getLLCutParam(dataGroups, params, cutValue = 2)

Arguments

dataGroups

Either a hzar.dataGroup object, or a list of hzar.dataGroup objects.

params

The parameters to report.

cutValue

The number of log likelihood units to retain.

Value

A data.frame, with 2 columns for each parameter requested, containing the maximum and minimum parameter value within cutValue log likelihood units of the maximum likelihood observed.

Author(s)

Graham Derryberry asterion@alum.mit.edu

See Also

hzar.dataGroup

Examples

1
##TODO

Example output

Loading required package: MCMCpack
Loading required package: coda
Loading required package: MASS
##
## Markov Chain Monte Carlo Package (MCMCpack)
## Copyright (C) 2003-2019 Andrew D. Martin, Kevin M. Quinn, and Jong Hee Park
##
## Support provided by the U.S. National Science Foundation
## (Grants SES-0350646 and SES-0350613)
##
Loading required package: foreach

hzar documentation built on May 2, 2019, 7 a.m.