How do you get the standard deviation for a vector x?
Answer / Vaibhav Shukla
To calculate standard deviation of a vector x in R, you can use the sd() function. For example: `sd(x)`
| Is This Answer Correct ? | 0 Yes | 0 No |
Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
What are the data types in r on which binary operators can be applied?
What is R studio and how to use it?
What is s4 generic?
What are functions of Random forest in R?
Explain the different data structures in r?
Explain what is pdv?
What is the tree in r?
Explain about “initialize()” function in r?
How would you rename the columns of a dataframe?
How will you merge two dataframes in r programming language?
What is data mining and what data miners do in R?