Learn R Programming

MBAnalysis (version 2.1.1)

print.MBPCA: Print of MBPCA Objects

Description

Print of MBPCA Objects

Usage

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

Arguments

x

An object resulting from MBPCA.

...

further arguments passed to or from other methods.

See Also

summary.MBPCA

Examples

Run this code
data(ham)
X=ham$X
block=ham$block
res.mbpca <- MBPCA(X,block, name.block=names(block))
print(res.mbpca)

Run the code above in your browser using DataLab