ANOVAAdjustedRSquared Property |
Returns the adjusted R-squared (in percent).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AdjustedRSquared { get; }
Public ReadOnly Property AdjustedRSquared As Double
Get
public:
property double AdjustedRSquared {
double get ();
}
member AdjustedRSquared : float with get
Property Value
Type:
Double
A
double representing the adjusted R-squared (in percent).
See Also