Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The SIM2D Procedure

COORDINATES Statement

COORDINATES coordinate-variables ;

The following two options give the name of the variables in the DATA= data set containing the values of the x and y coordinates of the conditioning data.

Only one COORDINATES statement is allowed, and it is applied to all SIMULATE statements that have a VAR= specification. In other words, it is assumed that all the VAR= variables in all SIMULATE statements have the same x and y coordinates.

You can abbreviate the COORDINATES statement as COORD.

XCOORD=(variable-name)
XC=(variable-name)
gives the name of the variable containing the x coordinate of the data in the DATA= data set.

YCOORD=(variable-name)
YC=(variable-name)
gives the name of the variable containing the y coordinate of the data locations in the DATA= data set.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.