Mention how you can produce co-relations and covariances?
Answer / Neelam Mohan Semwal
In R programming, you can calculate correlations between variables using the cor() function. To compute covariances, use the cov() function.nFor example:ncor(dataframe_name)$"variable1","variable2"ncov(dataframe_name)$"variable1","variable2"nReplace variable1 and variable2 with the names of your variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the distribution in R?
What is power analysis ?
What is a random walk model and how can you simulate it using r?
What packages are used for data mining in r?
What is R?
Explain general format of matrices in r?
Why should you adopt R programming language?
Why is R Good for business?
What is the use of subset() function and sample() function in R ?
Why are the VCD and lattice packages used?
Why we need data visualization in R?
How can you import data in r?