print.fem {FisherEM} | R Documentation |
The print function for 'fem' objects.
Description
This function summarizes 'fem' objects. It in particular indicates which DLM model has been chosen and displays the loading matrix 'U' if the original dimension is smaller than 10.
Usage
## S3 method for class 'fem'
print(x,...)
Arguments
x |
The fem object. |
... |
Additional options to pass to the summary function. |
See Also
fem, sfem, fem.ari, plot.fem
Examples
data(iris)
res = fem(iris[,-5],K=3,model='DkBk',method='reg')
res
plot(res)
fem.ari(res,as.numeric(iris[,5]))
[Package FisherEM version 1.6 Index]