- In a box plot, in which quartile does 75% of the sorted data fall below? Third quartile
- Using the ggplot() method, which geometry function do you need to use to create a scatterplot? geom_point()
- What are trend charts used for? To show the distribution of continuous variables.
- What does the addTiles() function allow a user to do? Allows the user to zoom in on the map.
- What is the difference between a histogram and a bar chart? A histogram displays the frequency of ordinal data, whereas a bar chart displays categorical data only.
- What is the maximum number of bins for sliderInput()? 50
- What type of chart is a scatter plot? Correlation
- Which chart is a type of comparison chart? Bar chart
- Which chart is a type of trend chart? Line Plot
- Which chart type shows the inner subdivision of a value among different categories or groups? Part to whole charts
- Which data visualization displays information about the distribution of a population? Histogram
- Which function adds a title to a fluidPage layout? titlepaneL()
- Which function arranges elements in a layout with an area for navigation and a main area? sidebarLayout()
- Which function is used to add a shiny server component? tabsetPanel()
- Which function is used to construct an initial empty UI when creating a Shiny app? fluidPage()
- Which function should you use if you want to add markers to display a specific location on a map that you draw? addMarkers()
- Which function will return an object that represents a world map? leaflet()
- Which graph type helps you visualize the count of categorical or grouped data? Bar charts
- Which method should be used to change the title of a plot? element_text()
- which of the following is a true statement with regards to functions found in the shiny library fluidRow( creates a page layout which consists of rows that can include columns.
- Which of the following is NOT a parameter to the varSelectInput() function? The data set variable name
- Which of the following is NOT a Shiny layout function? sidebarPanel()
- Which of the following is NOT the purpose of data visualization? Preprocess and clean the data
- Which package can you use for extra themes and color scales for ggplot2? Ggthemes
- Which package should be used to create a scatter plot? ggplot2
- Which statement best describes facets? Facets subdivide an ordinal data set into panels based on a categorical or discrete variable.
- Which statement best describes the varSelectInput() function? Creates a list of values from a data set’s column names.
- Which statement is true about the interquartile range of a data set? It contains the middle 50% of the sorted data.
- Which statement is true regarding box plots? It divides the data set into quartiles.
- Which two methods can be used to create scatter plots? qgplot(), ggplot()
Other Links:
See other websites for quiz:
Check on QUIZLET