plspm.scale module¶
-
class
plspm.scale.Scale¶ Bases:
enum.EnumUsed to specify the measurement type of a manifest variable when performing calculations with nonmetric data.
RAWfor numerical variables that require no transformation;NUMfor numerical variables that are suitable for linear transformation;ORDfor ordinal variables that are suitable for monotonic transformation;NOMfor nominal variables that are suitable for non-monotonic transformation.
-
NOM= <plspm.scale._Nominal object>¶
-
NUM= <plspm.scale._Numeric object>¶
-
ORD= <plspm.scale._Ordinal object>¶
-
RAW= <plspm.scale._Raw object>¶