add_tcc_template: Build the tcc template to be used for a quick setup for tcc...

Description Usage Arguments Value

Description

each tcc template contains a name and a tibble contains the columns THETA, TCC_LOWER, and TCC_UPPER. If the tcc template name has existed, it will be overwritten.

Usage

1
2
3
4
5
6
7
add_tcc_template(
  tcc_template = NULL,
  tcc_template_name,
  theta,
  tcc_lower,
  tcc_upper
)

Arguments

tcc_template

the tcc template

tcc_template_name

the name of this tcc template

theta

the thetas

tcc_lower

the tcc lower bound

tcc_upper

the tcc upper bound

Value

a tibble of tcc template


yuehmeir2/myFormAssembler documentation built on June 9, 2021, 3:42 a.m.