Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are covariances in R?



What are covariances in R?..

Answer / Kedar Nath

In R, covariances are a measure of how two variables move together. It is a statistical concept that describes the linear relationship between two random variables. Covariance can be positive (indicating a positive correlation), zero (indicating no correlation), or negative (indicating a negative correlation). The function to calculate covariance in R is "cov()". For example, calculating the covariance of two vectors 'x' and 'y': `cov(x, y)`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Explain the type of clustering in R?

1 Answers  


What is R Base package?

1 Answers  


What is the difference between a bar-chart and a histogram?

1 Answers  


What will be the output of log (-5.8) when executed on r console?

1 Answers  


Explain main features to write R code that runs faster?

1 Answers  


How would you check the distribution of a categorical variable in r?

1 Answers  


What are the steps involved in building and evaluating a linear regression model in r?

1 Answers  


What is meant by ANOVA models in R?

1 Answers  


What is the random walk model in r?

1 Answers  


What is function in r?

1 Answers  


How to construct a new s3 class?

1 Answers  


What is an arbitrary function in r?

1 Answers  


Categories