summary.rcorex: Summarise an rcorex object

View source: R/summary.rcorex.R

summary.rcorexR Documentation

Summarise an rcorex object

Description

Summary method for an rcorex object

Usage

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

Arguments

object

An object of class rcorex

...

Not used

Value

Returns a list with the following model summary parameters:

  1. call - the call used to run corex.

  2. datadim - a vector enumerating the number of rows and columns in the data.

  3. state - whether the model has converged or not.

  4. iters - the number of iterations carried out by rcorex

  5. tcs - a vector of TC for n_hidden variables.


jpkrooney/rcorex documentation built on July 25, 2022, 1:37 a.m.