get_svd: Singluar Value Decomposition.

Description Usage Arguments Details Value

View source: R/help_fun.R

Description

Returns a possibly truncated SVD of a data matrix.

Usage

1

Arguments

X

Matrix.

rank

Integer. Rank of the desired SVD (optional). If rank==0 returns zeros.

Details

Wraps the svd function. Removes the extra singluar values if a truncated svd is computed.

Value

The SVD of X.


idc9/r_jive documentation built on Oct. 20, 2020, 4:23 p.m.