Skip to contents

Principal Components Analysis UI

Usage

pca_ui(id, center = TRUE, scale = TRUE)

Arguments

id

A character vector to be used for the namespace.

center

A logical scalar: should the variables be shifted to be zero centered?

scale

A logical scalar: should the variables be scaled to unit variance?

See also

pca_server()

Other multivariate analysis modules: multivariate_server(), multivariate_ui(), pca_server()