bound_bvhar {bvhar}R Documentation

Setting Empirical Bayes Optimization Bounds

Description

[Experimental] This function sets lower and upper bounds for set_bvar(), set_bvhar(), or set_weight_bvhar().

Usage

bound_bvhar(
  init_spec = set_bvhar(),
  lower_spec = set_bvhar(),
  upper_spec = set_bvhar()
)

## S3 method for class 'boundbvharemp'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'boundbvharemp'
knit_print(x, ...)

Arguments

init_spec

Initial Bayes model specification

lower_spec

Lower bound Bayes model specification

upper_spec

Upper bound Bayes model specification

x

boundbvharemp object

digits

digit option to print

...

not used

Value

boundbvharemp class


[Package bvhar version 2.0.1 Index]