extract_tau_seq | R Documentation |
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)
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. |
A character string representing the rounded tau values, formatted for readability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.