What is rattle package in r?
Answer / Yogesh Kumar Kardam
Rattle is an R package designed to provide a user-friendly interface for data mining and predictive modeling tasks, particularly useful for beginners.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which data structure is used to store categorical variables?
Explain how to read data or a matrix from a file?
Explain disadvantages of density-based clustering in R?
Why is R Important?
What is Visualization in R?
What is more functions in r and name them?
What are the components of r functions?
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 apply() function in r?
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?
Why we need data visualization in R?
What is a dataframe in r?