Skip to contents

Custom summary method for objects of class projoint_tau, typically created by predict_tau or related functions. Summarizes intra-respondent reliability (IRR) estimates.

Usage

# S3 method for class 'projoint_tau'
summary(object, ...)

Arguments

object

An object of class projoint_tau.

...

Additional arguments (currently unused).

Value

A tibble (data frame) showing IRR estimates, typically by the number of differing attributes, as stored in object$irr.

Examples

# \donttest{
# Example workflow (assuming predict_tau is available):
# tau_fit <- projoint_tau(exampleData1)
# summary(tau_fit)
# }