  | OneWayRanovaRanovaTable Property | 
            Gets a traditional RANOVA table.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic OneWayRanovaTable RanovaTable { get; }Public ReadOnly Property RanovaTable As OneWayRanovaTable
	Get
public:
property OneWayRanovaTable^ RanovaTable {
	OneWayRanovaTable^ get ();
}member RanovaTable : OneWayRanovaTable with get
Property Value
OneWayRanovaTable
RemarksReturns 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