View source: R/get_inner_summary.R
get_inner_summary | R Documentation |
Internal function not to be called by the user
get_inner_summary(path_matrix, blocks, modes,
communality, redundancy, R2)
path_matrix |
matrix of path connections |
blocks |
list indicating blocks of manifest variables |
modes |
vector of modes |
communality |
vector with communality values |
redundancy |
vector with redundancy values |
R2 |
vector with R2 values |
Internal function. get_inner_summary
is called by
plspm
.
A data frame with the following columns:
Type |
Exogenous or Endogenous |
R2 |
R2 coefficient |
Mean_Communality |
average communality |
Mean_Redundancy |
average redudancy |
AVE |
Average Variance Extracted |
Do NOT use this function unless you are ME, a package developer, or a jedi user who really knows what is doing (seriously!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.