What do you understand by a workspace in r programming language?
Answer / Rama Shankar Karn
In R, a workspace refers to the environment where objects are stored during a session. It includes all variables, functions, and data sets that have been loaded or created during the session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about confusion matrix in r?
What is a white noise model?
What are the data structures in R that are used to perform statistical analyses and create graphs?
What is r vector?
What are the steps to build and evaluate a linear regression model in r?
What is reference class?
Why is library() function used in r?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
How to create vectors in r?
Explain how you can create a table in r without external file?
What are connections In R?
Write the full form MANOVA and why is it used?