transfer | R Documentation |
Convert between data representations in a multiblock or cross-decomposition
model by projecting the input new_data
from the from
domain/block
onto a latent space and then reconstructing it in the to
domain/block.
transfer(x, new_data, from, to, opts = list(), ...)
x |
The model fit, typically an object that implements a |
new_data |
The data to transfer, typically matching the dimension of the |
from |
Character string or index identifying the source domain/block.
Must be present in |
to |
Character string or index identifying the target domain/block.
Must be present in |
opts |
A list of optional arguments controlling the transfer process:
|
... |
Additional arguments passed to specific methods (discouraged, prefer |
A matrix or data frame representing the transferred data in the to
domain/block
(or a subset of columns/components if specified in opts
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.