correlation definition code example

Example 1: correlation

Two ways: First we can scan for correlations,
and see the list of values, which can be correlated.
From this we can pick a value to be correlated.
Secondly, we can record two scripts and
compare them. We can look up the difference
file to see for the values, which needed
to be correlated.  In my project, 
there was a unique id developed for each customer, 
it was nothing but Insurance Number,
it was generated automatically and it was
sequential and this value was unique.
I had to correlate this value, in order
to avoid errors while running my script. 
I did using scan for correlation.

Example 2: correlation meaning

In statistics, correlation or dependence is any statistical relationship, whether causal or not, between two random variables or bivariate data. In the broadest sense correlation is any statistical association, though it commonly refers to the degree to which a pair of variables are linearly related.

Tags:

R Example