View source: R/postestimate_doIPMA.R
doIPMA | R Documentation |
maturing
doIPMA(.object)
.object |
A |
Performs an importance-performance matrix analysis (IPMA).
To calculate the performance and importance, the weights of the indicators are unstandardized using the standard deviation of the original indicators but normed to have a length of 1. Normed construct scores are calculated based on the original indicators and the unstandardized weights.
The importance is calculated as the mean of
the original indicators or the unstandardized construct scores, respectively.
The performance is calculated as the unstandardized total effect if
.level == "construct"
and as the normed weight times the unstandardized
total effect if .level == "indicator"
. The literature recommends to use an
estimation as input for 'doIPMA()
that is based on normed
indicators, e.g., by scaling all indicators to 0 to 100,
see e.g., \insertCiteHenseler2021,Ringle2016;textualcSEM.
Note, indicators are not normed internally, as theoretical maximum/minimum can differ from the empirical maximum/minimum which would lead to an incorrect normalization.
A list of class cSEMIPA
with a corresponding method for plot()
.
See: plot.cSEMIPMA()
.
csem()
, cSEMResults, plot.cSEMIPMA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.