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

What is a factor?

1 Answers  


What are statistical and programming features of R?

1 Answers  


Give examples of “select” and “filter” functions from “dplyr” package.

1 Answers  


Give a brief introduction to an array in R?

1 Answers  


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

1 Answers  


Differentiate between library() and require()?

1 Answers  


In R how you can import Data?

1 Answers  


Explain more functions in brief in r?

1 Answers  


What is an arbitrary function in r?

1 Answers  


What are R topical programming and statistical relevance?

1 Answers  


What is power analysis ?

1 Answers  


What is the use of subset() function and sample() function in R ?

1 Answers  


Categories