Learn R Programming

applicable (version 0.1.0)

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

Description

Print number of predictors and principal components used.

Usage

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

Value

None

Arguments

x

A apd_hat_values object.

...

Not currently used, but required for extensibility.

Examples

Run this code

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

Run the code above in your browser using DataLab