What is rattle package in R?

devquora
devquora

Posted On: Feb 22, 2018

 

Rattle gives statistical and visual summaries of data and is a popular GUI for data mining. It transforms data so it can be easily modelled and builds a supervised and unsupervised ML model from the data. It also gives the graphical presentation of the models. Rattle is also used as a teaching facility to learn R languages. The features of Rattle package include clustering, modelling, evaluation, statistical test, etc.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    R Programming Interview Questions

    What is R Programming?

    R is a programming language and a software environment meant for statistical analysis and creating graphs. It is used b..

    R Programming Interview Questions

    Enlist some of the functions that R provides?

    The functions that R provides areMean- it is calculated by taking the sum of the values and dividing it by a number o..

    R Programming Interview Questions

    What are the different data structures in R?

    Data structure is a form of organizing and storing data. It is imperative to have a strong understanding of various dat..