Gets the sample correlation between two observed variables.
Syntax
result = object.SampleCorrelation (variable1, variable2)
The SampleCorrelation method syntax has the following parts:
Part |
Description |
result |
The sample correlation. |
object |
An object of type CValueSimple. |
variable1 |
(An object of type Variable) An observed variable. |
variable2 |
(An object of type Variable) An observed variable. |