extract_tau_seq {catalytic} | R Documentation |
Extract and Format Sequence of Tau Values
Description
This function retrieves the sequence of tau values from a x
object, rounds each
value to the specified number of decimal places, and formats the output as a concise string.
If the sequence contains more than 10 values, only the first 3 and last 3 values are shown,
with ellipsis ("...") in between.
Usage
extract_tau_seq(x, digit = 3)
Arguments
x |
A model object generated from |
digit |
An integer specifying the number of decimal places to which tau values should be rounded. Default is 3. |
Value
A character string representing the rounded tau values, formatted for readability.
[Package catalytic version 0.1.0 Index]