Learn R Programming

NOVA (version 0.1.1)

print_detailed_summary: Print Detailed PCA Variable Summary

Description

Prints formatted summary of PCA variable importance analysis

Usage

print_detailed_summary(
  top_vars,
  pc_x_top,
  pc_y_top,
  high_both,
  pc_x,
  pc_y,
  top_n,
  min_loading_threshold
)

Value

NULL (prints to console)

Arguments

top_vars

Data frame of top variables by combined importance

pc_x_top

Data frame of top variables for first PC

pc_y_top

Data frame of top variables for second PC

high_both

Data frame of variables important in both PCs

pc_x

Name of first principal component

pc_y

Name of second principal component

top_n

Number of top variables to display

min_loading_threshold

Minimum loading threshold