Learn R Programming

applicable (version 0.1.0)

print.apd_pca: Print number of predictors and principal components used.

Description

Print number of predictors and principal components used.

Usage

# S3 method for apd_pca
print(x, ...)

Value

None

Arguments

x

A apd_pca object.

...

Not currently used, but required for extensibility.

Examples

Run this code

model <- apd_pca(~ Sepal.Length + Sepal.Width, iris)
print(model)

Run the code above in your browser using DataLab