SAS Institute. The Power to Know

Base SAS(R) 9.2 Procedures Guide

Previous Page | Next Page

The CALENDAR Procedure

MEAN Statement


Specifies numeric variables in the activities data set for which mean values are to be calculated for each month.
Calendar type: Summary
Tip: You can use multiple MEAN statements.
Featured in: Summary Calendar with MEAN Values By Observation

MEAN variable(s) </ FORMAT=format-name>;


Required Arguments

variable(s)

numeric variable for which mean values are calculated for each month.

Restriction: This variable must be in the activities data set.

Options

FORMAT=format-name

names a SAS or user-defined format to be used in displaying the means requested.

Alias: F=
Default: BEST. format
Featured in: Summary Calendar with MEAN Values By Observation

What Is Displayed and How

  • The means appear at the bottom of the summary calendar page, if there is room; otherwise they appear on the following page.

  • The means appear in the LEGEND box if you specify the LEGEND option.

  • PROC CALENDAR automatically displays variables named in a MEAN statement in the calendar output, even if the variables are not named in the VAR statement.

Previous Page | Next Page | Top of Page