bundle_theta_y_sample: Bundle result of Metropolis sampling into a single convenient...

Description Usage Arguments Value Author(s) See Also

View source: R/bundle_theta_y_sample.R

Description

bundles_theta_y_sample bundles theta_yList, x, Y, hp, varNames, and known into a single convenient list. This bundled result is used for displaying and saving results.

Usage

1
2
3
4
5
6
7
8
9
bundle_theta_y_sample(
  theta_yList,
  logLikVect,
  x,
  Y,
  hp,
  varNames = NA,
  known = NA
)

Arguments

theta_yList

A list of samples of theta_y (samples are a list, not a vector)

x

Vector of indepenent variable observations

Y

Matrix of dependent variable observations

hp

Hyperparameters

varNames

Vector of variable names [optional]

known

List object of known simulation values [optional]

logLikeVect

A vector of likelihoods calculated for each sample

Value

The bundled list

Author(s)

Michael Holton Price <MichaelHoltonPrice@gmail.com>

See Also

simConstHaz, fitConstHaz, fitLinHaz


eehh-stanford/yada documentation built on June 18, 2020, 8:05 p.m.