What is Data Analytics? Explain types of Data Analytics with example.
[7 marks]What is variable? How to assign variable and remove variable in R programming?
[7 marks]Write Rscript to create data frame “student” with the fields of stud_id, stud name, email_id and mobile no. Perform following operations: a. Display data of data frame b. Display summary of data frame c. Display structure of data frame d. Extract and display only stud name and mobile no from data frame.
[7 marks]Explain data types in detail with example.
[7 marks]What is data frame? Explain the functionally of data frame with example.
[7 marks]What is vector? How to create a vector? Explain logical and character vector with example.
[7 marks]List the packages used to read a data such as Csv Files, XML File, Web data, JSON File, Excel File. Explain in brief.
[7 marks]Explain histograms and box plot using suitable example.
[7 marks]How to read data from database (MS Access/ Oracle/MySQL). Explain in detail.
[7 marks]What is prediction? Differentiate random forest and decision tree. Which decision model is best for decision making?
[7 marks]What is linear regression? Explain with example.
[7 marks]Explain various control structure in Rwith sample example code.
[7 marks]Explain survival analysis in detail.
[7 marks]Explain active learning process in detail.
[7 marks]What is Graph? Explain graphical elements in detail.
[7 marks]Discuss Reinforcement Learning in detail.
[7 marks]Explain following functions in brief. 1. getwd( ) 2. rm( ) 3. which( ) 4. ls( ) 5. list( ) 6. any( ) 7. seq()
[7 marks]