What is transpose?
Answer / Ruby Yadav
{"Transpose": "In R, the transpose function (t()) is used to transform a matrix or data frame from rows into columns and vice versa. This is represented as t(myMatrix)."}
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways are there to read and write files?
X is the vector c(5,9.2,3,8.51,na), what is the output of mean(x)?
Explain statistical functions performed by R?
How can you resample statistical tests in r language?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
What is a factor?
What are co-relations in R?
How r handles missing values?
Define Cluster.stats() ?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
What are the data structures in r that is used to perform statistical analyses and create graphs?
Why is R important for data science?