get_inner_summary: Inner summary assessment
Description
Internal function not to be called by the userUsage
get_inner_summary(path_matrix, blocks, modes,
communality, redundancy, R2)
Arguments
path_matrix
matrix of path connections
blocks
list indicating blocks of manifest
variables
communality
vector with communality values
redundancy
vector with redundancy values
Value
- A data frame with the following columns:
- TypeExogenous or Endogenous
- R2R2 coefficient
- Mean_Communalityaverage communality
- Mean_Redundancyaverage redudancy
- AVEAverage Variance Extracted
Warning
Do NOT use this function unless you are ME, a package
developer, or a jedi user who really knows what is doing
(seriously!)Details
Internal function. get_inner_summary
is called by
plspm
.