Previous Page | Next Page

Plotting the Relationship between Variables

Learning More

PROC CHART and PROC UNIVARIATE

When you are preparing graphics presentations, some data lends itself to charts, while other data is better suited for plots. For a discussion about how to make a variety of charts, see Producing Charts to Summarize Variables.

PROC PLOT

In addition to the features that are described in this section, you can use PROC PLOT to create contour plots, to draw a reference line at a particular value on a plot, and to change the characters that are used to draw the borders of the plot. For complete documentation, see Base SAS Procedures Guide.

SAS functions

SAS provides a wide array of numeric functions that include arithmetic and algebraic expressions, trigonometric and hyperbolic expressions, probability distributions, simple statistics, and random number generation. For complete documentation, see SAS Language Reference: Dictionary.

Previous Page | Next Page | Top of Page