ISmPooledModel.Effects

Fore Syntax

Effects: Array;

Fore.NET Syntax

Effects: System.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.

Fore and Fore.NET Examples

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

See also:

ISmPooledModel