Produces a styled gt table of variable loadings on each principal component, with a diverging colour scale to highlight strong loadings.
Value
A gt table object.
Examples
# \donttest{
model <- tl_model(iris[, 1:4], method = "pca")
tl_table_loadings(model)
PCA Loadings
tidylearn | pca | n = 150
# }
