ISmPooledModel.Effects

Syntax

Effects: Array;

Description

The Effects property returns calculated effects.

Comments

Effects are calculated only if the model on panel data with fixed effects is used: ISmPooledModel.CrossSection = PooledModelCrossSectionType.FixedEffect.

Effects are interpreted as an interfering parameter and the estimation aims to exclude them.

Example

The property use is given in the example for ISmPooledModel.CrossSectionSDinit.

See also:

ISmPooledModel