Click or drag to resize

TwoWayRanovaRanovaTable Property

Gets a traditional two-way RANOVA table.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public TwoWayRanovaTable RanovaTable { get; }

Property Value

TwoWayRanovaTable
Remarks
The returned TwoWayRanovaTable instance provides member functions and read-only properties for accessing individual elements in the RANOVA table.
See Also