extract_tau_seq: Extract and Format Sequence of Tau Values

View source: R/prints.R

extract_tau_seqR 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 catalytic that containing a sequence of tau values.

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.


catalytic documentation built on April 4, 2025, 5:51 a.m.