View source: R/summary.rcorex.R
summary.rcorex | R Documentation |
Summary method for an rcorex object
## S3 method for class 'rcorex' summary(object, ...)
object |
An object of class rcorex |
... |
Not used |
Returns a list with the following model summary parameters:
call - the call used to run corex.
datadim - a vector enumerating the number of rows and columns in the data.
state - whether the model has converged or not.
iters - the number of iterations carried out by rcorex
tcs - a vector of TC for n_hidden variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.