Description Usage Arguments Value
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.
1 2 3 4 5 6 7 | add_tcc_template(
tcc_template = NULL,
tcc_template_name,
theta,
tcc_lower,
tcc_upper
)
|
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 |
a tibble of tcc template
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.