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.
extract_tau_seq(x, digit = 3)
A character string representing the rounded tau values, formatted for readability.
A model object generated from catalytic
that containing a sequence of tau values.
An integer specifying the number of decimal places to which tau values should be rounded. Default is 3.