What are co-relations in R?
Answer / Ajay Singh Khadwal
Co-relations in R refer to a statistical measurement that determines the relationship between two continuous variables, and it measures the strength and direction of the linear relationship between them. The correlation coefficient ranges from -1 to 1, where -1 indicates a perfect negative correlation, 0 indicates no correlation, and 1 indicates a perfect positive correlation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name all control statements present in r?
Why is R important for data science?
How to create vectors in r?
How many control statements are present in r?
What does the term 'dreaded for loop' means?
Name the functions which helps in importing data from other applications in R?
What are useful s3 method functions?
What will be the result of multiplying two vectors in r having different lengths?
Write a function in R language to replace the missing value in a vector with the mean of that vector?
How many data structures does r language have?
What are recommended systems in r?
How many methods are there to save graphs?