print.fm {fnets} | R Documentation |
Print factor model
Description
Prints a summary of a fm
object
Usage
## S3 method for class 'fm'
print(x, ...)
Arguments
x |
|
... |
not used |
Value
NULL, printed to console
See Also
Examples
out <- fnets.factor.model(data.restricted, q = "ic")
print(out)
[Package fnets version 0.1.6 Index]