![]() | ![]() | ![]() | ![]() | ![]() |
| Contents: | Purpose / Requirements / Usage / Limitations |
%inc "<location of your file containing the CONELIP macro>";
Following this statement, you may call the %CONELIP macro. See the Results tab for an example.
The macro parameters are described below:
data a;
input x y id;
cards;
.62233 0.74008 1
.54772 0.54772 1
.65136 0.74008 1
.56234 0.56234 1
.47287 0.56234 1
.58857 0.58857 1
.53183 0.54772 1
.47287 0.56234 1
.53183 0.54772 1
.56234 0.56234 1
.51437 0.51437 1
.37606 0.47287 1
.31623 0.31623 1
.56234 0.81904 1
.56234 0.58857 1
.56234 0.66874 1
.37606 0.44721 1
.56234 0.56234 1
.31623 0.31623 1
.79527 0.88011 1
.56234 0.58857 1
.47287 0.56234 1
.41618 0.47287 1
.47287 0.47287 1
.62233 0.62233 1
.56234 0.74008 1
.62233 0.62233 1
.54772 0.54772 1
.53183 0.54772 1
.65136 0.72743 1
.56234 0.56234 1
.66874 0.56234 1
.57590 0.56234 1
.74008 0.74008 1
.37606 0.58857 1
.66874 0.70711 1
.66874 0.66874 1
.74008 0.79527 1
.74008 0.75793 1
.79527 0.75212 1
.74008 0.58857 1
.47287 0.58857 1
;
/* Define the CONELIP macro */
%inc "<location of your file containing the CONELIP macro>";
*95% Conf Ellipse about the mean vector;
%conelip(data=a, x1=x, x2=y, mean=yes,conf=.95)
*95% Conf Ellipse about the data;
%conelip(data=a, x1=x, x2=y, mean=no, conf=.95)
Right-click on the link below and select Save to save
the %CONELIP macro definition
to a file. It is recommended that you name the file
conelip.sas.
| Type: | Sample |
| Topic: | SAS Reference ==> Procedures ==> CORR Analytics ==> Nonparametric Analysis Analytics ==> Descriptive Statistics |
| Date Modified: | 2007-08-11 03:03:09 |
| Date Created: | 2005-01-13 15:03:08 |
| Product Family | Product | Host | SAS Release | |
| Starting | Ending | |||
| SAS System | Base SAS | All | n/a | n/a |
| SAS System | SAS/STAT | All | n/a | n/a |





