 | TwoWayRanovaTwoRanovaTable Property |
Gets a traditional two-way RANOVA table.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic TwoWayRanovaTwoTable RanovaTable { get; }
Public ReadOnly Property RanovaTable As TwoWayRanovaTwoTable
Get
public:
property TwoWayRanovaTwoTable^ RanovaTable {
TwoWayRanovaTwoTable^ get ();
}
member RanovaTable : TwoWayRanovaTwoTable with get
Property Value
TwoWayRanovaTwoTable
Remarks
The returned TwoWayRanovaTableTwo instance provides member functions and read-only
properties for accessing individual elements in the RANOVA table.
See Also