Click or drag to resize

OneWayRanovaRanovaTable Property

Gets a traditional RANOVA table.

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

Property Value

OneWayRanovaTable
Remarks
Returns a reference to a OneWayRanovaTable that will be overwritten if the SetData() method is invoked on this OneWayRanova instance. If you want an independent copy of the table invoke Clone() on the reference returned by this property.
See Also