0% found this document useful (0 votes)
48 views2 pages

Question Bank - R Programming

The document outlines topics and questions for three units of an R programming course, including basic data types, user-defined functions, and advanced plotting. It also includes additional questions about R features, installation, operators, identifiers, functions, objects, conditional and repetitive statements, data importing, parsing, visualization, factors, pipelines, probability distributions, and case studies.

Uploaded by

yashpatelykp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views2 pages

Question Bank - R Programming

The document outlines topics and questions for three units of an R programming course, including basic data types, user-defined functions, and advanced plotting. It also includes additional questions about R features, installation, operators, identifiers, functions, objects, conditional and repetitive statements, data importing, parsing, visualization, factors, pipelines, probability distributions, and case studies.

Uploaded by

yashpatelykp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

R Programming-Question Bank

Unit-1
1. Explain the basic data types in R language and Write installation steps of R
software.
2. Explain the procedure and concepts for reading data in R
3. Describe how to create objects in R(vector array!..)
4. Explain sub-setting and extending of data frames?
5. Explain about types of data items in R
Unit-2
1. Explain user-defined functions in R Language
2. Explain World Population Data from Wikipedia and write the R Programming
commands to import and create the data frame
3. List the different data structures in R? Briefly explain about them
4. Write briefly about Line Charts and Bar Charts
5. Write a program to Input a number and calculate the sum of digits
Unit-3
1. Explain in detail about drawing multiple plots in one window.
2. Describe the Advanced plotting functions using Trellis operation with neat
example.
3. How do you import data from a file in R programming explain with example?
4. Explain Modern Data Frame Technique in R
5. Determine the data types of a data frame's columns with example.

2 markers
1. list the features of r programming
2. mention the guidelines to install the R studio
3. define operators
4. write the rules for writing identifiers
5. define the function in R programming and also find the feature of the function
6. list the types of R object
7. explain the if else statement in r programming with an example
8. write the procedure for importing data from other software.
9. name the different variants of parsing data.
10. how conditional and repetitive statement help to data analytics concepts
11. differential between visual graphics and advanced graphic techniques
12. define tidy data
13. how heat map visualization techniques help to data analytics concept
14. name the types of attributes of factors in R
15. what is a pipeline?
16. list the type of manipulating data frame in R
17. how wrapping functions involve complex algorithms.
18. define probability distribution and write the types.
19. write the syntax for joining data frame
20. list the applications of R functions.

Pipe operator
R factor
Manipulating data frame
Joining tables/ joining data frame
Take any 2-case study finance

You might also like