Learn R Programming

applicable (version 0.0.1.1)

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, ...)

Arguments

x

A apd_pca object.

...

Not currently used, but required for extensibility.

Value

None

Examples

Run this code
# NOT RUN {
model <- apd_pca(~ Sepal.Length + Sepal.Width, iris)
print(model)

# }

Run the code above in your browser using DataLab