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: object

Internal class that computes characteristics of the outer model. Use the methods outer_model() and crossloadings() defined on Plspm to 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.