psychtm (version 2021.1.0)

extra: Create generic extra function for class

Description

Create generic extra function for class

Usage

extra(x)

Arguments

x

An Model object.

Value

A list of model fitting information including time elapsed, label switching correction status, and the original function call.

Examples

Run this code
# NOT RUN {
m1 <- Model(ndocs = 1)
extra(m1)
# }

Run the code above in your browser using DataLab