Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
“A picture is worth a thousand words”. We are all familiar with this expression. It especially applies when trying to explain the insight obtained from the analysis of increasingly large data sets. Data visualization plays an essential role in the representation of both small and large scale data.
One of the key skills of a data scientist is the ability to tell a compelling story, visualizing data and findings in an approachable and stimulating way. Learning how to leverage a software tool to visualize data will also enable you to extract information, better understand the data, and make more effective decisions.
The main goal of this course is to teach you how to take data that at first glance has little meaning and present that data in a form that makes sense to people. Various techniques have been developed for presenting data visually but in this course, we will be using the open source language R.
Module 1 – Basic Visualization Tools
Question: Choose the correct code from the following options to install the ggplot2 library in R.
Question: Select the correct code that provides numerical values to different segments of the pie chart?
Question: Select the correct code from the following options to remove the color of the bars in the histogram?
Module 2 – Basic Visualization Tools Continued
Question: Select the correct methods used to create a scatterplot in R?
Question: Select the correct parameter used to change the line width in a line graph using the geom_line() method ?
Question: Which parameter out of the following represents the Confidence Interval in Regression?
Module 3 – Specialized Visualization Tools
Question: Select the correct option for the values of Median, Lower whisker, Upper whisker, First quartile, Third quartile for the dataset : 3, 5, 7, 8, 12, 13, 14, 18, 21?
Question: >> True or False : To create waffle charts in R, we use ggplot library which is used for graphs and also waffle library.
Question: When working with Radar Charts in R, what is the correct code used to suppress the warnings generated?
Module 4 – How to create Maps
Question: Which function gives an object that represents an empty world map
Question: What is the use of the method addTiles() in R?
Question: ___________ method is used to publish a tile layer on the map.
Module 5 – How to build interactive web pages
Question: Which function is used to create the display of shiny app ?
Question: Which argument is used to position sliderbar on the right hand side in shiny app?
Question: >> What does the ui.R file in R contain ?
Final Exam
Question: Which of the following options indicate the features that make R suitable for Data Visualizations
Question: if(“ggplot2” %in% rownames(installed.packages()) == FALSE) {install.packages(“ggplot2”)}library(ggplot2) Please select the correct explanation for the code from the following options
Question: We want to create a Bar Graph with black filled bars, x and y axis labels as Cylinders and Number of cars respectively and outline color of bars as Red. Choose the correct code block from below which will create the desired graph.
Question: Choose the correct parameter which will define the width of the bars in a Histogram.
Question: A pie chart in ggplot2 is a transformed stacked bar plot. Select the correct function from the following options to convert a stacked bar plot into a pie chart?
Question: Let’s assume we have the mtcars dataset and we want to create a Scatter Plot by using mpg and wt columns of this dataset. Select the correctcode from the options below which can create the plot for us with red colored points.
Question: True or False: It is possible plot more than one line at a time in the same graph using the ggplot() method
Question: Choose the correct statement from the following options
se
parameter is used to display confidence intervalse
attribute, or set it to TRUEQuestion: Suppose we want to download a .csv file from the link below, https://ibm.box.com/shared/static/cmid70rpa7xe4ocitcga1bve7r0kqnia.csv and store it with name my_data.csv in “/resources/data/” folder. Select the correct code from the options below
Question: Select the correct format from the following options to create a word cloud with a minimum frequency value 1 and maximum words 200?
Question: Select the correct option to create a WordCloud that is centered?
Question: dplyr and Scales libraries in a Radar Chart are used for?
Question: Which method is used to avoid displaying warnings, generated while Creating a Radar Chart?
Question: ___________ can be used to adjust the size of Waffle Charts
Question: >> Which of the following parameters are used to create waffle charts in R?
Question: Choose the correct method to create a Box Plot in R
Question: What is the term used to indicate the difference between the first and third quartiles?
Question: Which function gives an object that represents an empty world map
Question: What is the use of the method addTiles() in R?
Question: Which function is used to create display of shiny app ?
We hope you know the correct answers to Data Visualization with R If Queslers helped you to find out the correct answers then make sure to bookmark our site for more Course Quiz Answers.
If the options are not the same then make sure to let us know by leaving it in the comments below.
In our experience, we suggest you enroll in this and gain some new skills from Professionals completely free and we assure you will be worth it.
This course is available on Cognitive Class for free, if you are stuck anywhere between quiz or graded assessment quiz, just visit Queslers to get all Quiz Answers and Coding Solutions.
More Courses Quiz Answers >>
Building Cloud Native and Multicloud Applications Quiz Answers