Print number of predictors and principal components used.
Usage
# S3 method for class 'apd_hat_values'
print(x, ...)Examples
model <- apd_hat_values(~ Sepal.Length + Sepal.Width, iris)
print(model)
#> # Predictors:
#> 2
Print number of predictors and principal components used.
# S3 method for class 'apd_hat_values'
print(x, ...)
model <- apd_hat_values(~ Sepal.Length + Sepal.Width, iris)
print(model)
#> # Predictors:
#> 2