singular_values: Singular Values

Description Usage Arguments See Also Examples

Description

Returns singular values of a matrix

Usage

1
  singular_values(x, center = TRUE, scale = TRUE)

Arguments

x

a matrix or numeric data frame

center

either a logical value or a numeric vector of length equal to the number of columns of x for column centering (see scale)

scale

either a logical value or a numeric vector of length equal to the number of columns of x for column scaling (see scale)

See Also

eigen_values, svd

Examples

1
2
# using data USArrests
singular_values(USArrests)

gastonstat/matrixkit documentation built on May 16, 2019, 5:45 p.m.