Do as Directed. 1. In 1991, Rwas developed at the Department of Statistics at the University of _________. 2. In normal distribution, _______ function is used to find CDF. 3. ____________ package is used for Decision Tree. 4. m<-matrix(c(1:6), 3, 2) then t(m) = __________. 5. __________ function is used to watch for all available packages in library. 6. Function used for linear regression in Ris __________. 7. In abline(a, b) function, b represents ___________ of a line.
[7 marks]What is data analytics? Explain its types.
[7 marks]List the packages and functions used to read a data such as Csv Files, XML File, Web data, JSON File, Excel File. Explain with code snippet.
[7 marks]What is vector? How it can be created in R? Vector classified into how many parts. Explain How we can access the elements of a vector with the help of vector indexing.
[7 marks]What is data frame? Explain with example.
[7 marks]List out various Graphs available in R. Explain Histogram, Boxplot and Pie Chart in details.
[7 marks]What is Object? How to convert one object form to another object form? Explain with Example.
[7 marks]What is list? How to create and access elements of list with different ways. Explain it.
[7 marks]Explain the rules of variable assignment in Rwith example. Write commands for creating data frame “Students” which includes fields Name, address, Course and M_number.
[7 marks]What is regression? Write the difference between linear, multiple, and logistic regression.
[7 marks]Write a note on Descriptive Analytics in detail.
[7 marks]What is the difference between Decision tree and Random Forest? Explain random forest with example.
[7 marks]Explain time series analysis with example.
[7 marks]Explain supervised, Unsupervised and reinforcement in detail.
[7 marks]Explain various control structure in Rwith example.
[7 marks]Explain dnorm(), pnorm(), qnorm() and rnorm() with suitable example.
[7 marks]Write an Rscript that will receive Nnumbers and calculate mean, standard deviation, minimum and maximum. Also Plot bar chart of input numbers.
[7 marks]