powered by
Format method for N_FACTORS objects
# S3 method for N_FACTORS format(x, ...)
A character vector with the report lines (styled to the active console theme; plain when colours are disabled).
an object of class N_FACTORS, returned by N_FACTORS().
N_FACTORS()
not used.
# \donttest{ nf <- N_FACTORS(test_models$baseline$cormat, criteria = c("EKC", "SMT"), N = 500) writeLines(format(nf)) # }
Run the code above in your browser using DataLab