How would you check the distribution of a categorical variable in r?
Answer / Prakhar Bajpai
```Rnntable(data$categorical_variable) n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you simulate random walk model using r?
What are the data types in r on which binary operators can be applied?
What are the different data structures in r?
Explain the type of clustering in R?
What are r packages?
How would you fit a linear model over a scatter-plot?
Explain different types of atomic vectors in R?
What are fundamental principles of debugging?
How would you create a new r6 class?
How would you write a custom function in r? Give an example.
What is r matrices?
What are Generic Functions in R?