Learn R Programming

FisherEM (version 1.6)

print.fem: 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 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

Run this code
# NOT RUN {
data(iris)
res = fem(iris[,-5],K=3,model='DkBk',method='reg')
res
plot(res)
fem.ari(res,as.numeric(iris[,5]))
# }

Run the code above in your browser using DataLab