Globalsvd {ImpuR} | R Documentation |
Augment spectime object with singular value model.
Globalsvd(object, nsvd = 4, favor.positive = FALSE)
object |
spectime object |
nsvd |
number of singular values to use |
favor.positive |
(ignored) rotate to non-negative components |
spectime
object in which the slots @ct and @spec are filled
with the left and right singular vectors.
Non-negative rotation not yet implemented.
Christian Ritter