Skip to contents

Principal Components Analysis Server

Usage

pca_server(id, x)

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

x

A list of reactive data.frame.

Value

A reactive dimensio::PCA object.

See also

pca_ui()

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