1.3k views
1 vote
Suppose you have a table that includes flower sales to all your retail outlets. You want to see the distinct values of Flower_Type with a count and percentage for each. Which procedure would you use?

a. PRINT
b. MEANS
c. UNIVARIATE
d. FREQ

User Diederik
by
8.6k points

1 Answer

4 votes

Final answer:

To see distinct Flower_Type values with their count and percentage, use the FREQ procedure, which provides frequencies and statistics to understand patterns in flower sales data.

Step-by-step explanation:

If you have a table that includes flower sales and you want to see the distinct values of Flower_Type with a count and percentage for each, you would use the FREQ procedure. This is because the FREQ procedure is designed to provide frequencies, histograms, and descriptive statistics which would allow you to see how many times each Flower_Type occurs in your data (the count) and what percentage of the total that count represents. Organizing the data using these statistics can help reveal patterns in flower sales across different retail outlets.

User JMRboosties
by
7.2k points