Learn R Programming

fnets (version 0.1.6)

print.fm: Print factor model

Description

Prints a summary of a fm object

Usage

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

Value

NULL, printed to console

Arguments

x

fm object

...

not used

See Also

fnets.factor.model

Examples

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

Run the code above in your browser using DataLab