Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Bar Graph

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Bar Graph

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to use the Proc G Chart procedure to create bar graphs, focusing on formatting options, grouping by home type, and using pattern statements to fill bars with colors or images. It also demonstrates how to convert vertical bars to horizontal bars. The tutorial is conducted using WPS software, as Proc G Chart is not available in SAS University Edition.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which software allows the use of the Proc G chart procedure?

SAS University Edition

WPS software

Microsoft Excel

Google Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What variables are used in the vertical bar chart?

Price and tax

Price and quantity

Quantity and discount

Tax and discount

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the pattern statement in the graph?

To change the graph's title

To adjust the graph's size

To dictate the fill color or image of the bar

To modify the graph's axis labels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What additional feature can the pattern statement provide besides color?

Rotating the bar

Changing the bar's width

Adding a border to the bar

Filling the bar with an image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change a vertical bar to a horizontal bar in the code?

By adding a new line of code

By removing the pattern statement

By changing 'V' to 'H'

By changing 'H' to 'V'