Learn R Programming

catalytic (version 0.1.0)

extract_tau_seq: 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)

Value

A character string representing the rounded tau values, formatted for readability.

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.