plspm.outer_model module¶
-
class
plspm.outer_model.OuterModel(data: pandas.core.frame.DataFrame, scores: pandas.core.frame.DataFrame, weights: pandas.core.frame.DataFrame, odm: pandas.core.frame.DataFrame, r_squared: pandas.core.series.Series)¶ Bases:
objectInternal class that computes characteristics of the outer model. Use the methods
outer_model()andcrossloadings()defined onPlspmto retrieve the outer model characteristics.-
__init__(data: pandas.core.frame.DataFrame, scores: pandas.core.frame.DataFrame, weights: pandas.core.frame.DataFrame, odm: pandas.core.frame.DataFrame, r_squared: pandas.core.series.Series)¶ Initialize self. See help(type(self)) for accurate signature.
-
crossloadings() → pandas.core.frame.DataFrame¶ Internal method that returns the crossloadings between the latent and manifest variables.
-
model() → pandas.core.frame.DataFrame¶ Internal method that returns the characteristics of the outer model.
-