Learn R Programming

applicable (version 0.0.1.1)

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

Arguments

x

A apd_hat_values object.

...

Not currently used, but required for extensibility.

Value

None

Examples

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

# }

Run the code above in your browser using DataLab