print.fm: Print factor model

View source: R/factor.R

print.fmR Documentation

Print factor model

Description

Prints a summary of a fm object

Usage

## S3 method for class 'fm'
print(x, ...)

Arguments

x

fm object

...

not used

Value

NULL, printed to console

See Also

fnets.factor.model

Examples

out <- fnets.factor.model(data.restricted, q = "ic")
print(out)

fnets documentation built on May 29, 2024, 8:42 a.m.