multiblock_results: Result Functions for Multiblock Objects
Description
Standard result computation and extraction functions for multiblock objects.
Usage
# S3 method for multiblock
scores(object, block = 0, ...)
# S3 method for multiblock
loadings(object, block = 0, ...)
# S3 method for multiblock
print(x, ...)
# S3 method for multiblock
summary(object, ...)
Arguments
object
multiblock object.
block
integer/character for block selection.
...
Not implemented.
x
multiblock object.
Value
Scores or loadings are returned by scores.multiblock and loadings.multiblock, while print and summary methods invisibly returns the object.
Details
Usage of the functions are shown using generics in the examples below.
Object printing and summary are available through:
print.multiblock and summary.multiblock.
Scores and loadings have their own extensions of scores() and loadings() throught
scores.multiblock and loadings.multiblock.