Skip to contents

Custom print method for objects of class projoint_tau, typically created by predict_tau or related functions.

Usage

# S3 method for class 'projoint_tau'
print(x, ...)

Arguments

x

An object of class projoint_tau.

...

Additional arguments (currently unused).

Value

No return value, called for its side effect of printing a summary of the estimated intra-respondent reliability (\(\tau\)).

Examples

# \donttest{
# Example workflow:
# tau_fit <- projoint_tau(exampleData1)
# print(tau_fit)
# }