The TTEST Procedure |
To request graphics with PROC TTEST, you must first enable ODS Graphics by specifying the ODS GRAPHICS ON statement. See Chapter 21, Statistical Graphics Using ODS, for more information. You can reference every graph produced through ODS Graphics with a name. The names of the graphs that PROC TTEST generates are listed in Table 92.6, along with the required statements and options.
ODS Graph Name |
Plot Description |
Option |
---|---|---|
AgreementOfPeriods |
Plot of period 2 against period 1 response values for an AB/BA crossover design |
|
AgreementOfTreatments |
Plot of second treatment against first treatment response values for an AB/BA crossover design |
|
AgreementPlot |
Plot of second response against first response for a paired design |
|
BoxPlot |
Box plots, also with confidence band for one-sample or paired design |
|
Histogram |
Histograms with overlaid kernel densities, and also normal densities if DIST=NORMAL |
|
Interval |
Confidence intervals for means |
|
ProfilesOverPrd |
Plot of response profiles over periods 1 and 2 for an AB/BA crossover design |
|
ProfilesOverTrt |
Plot of response profiles over first and second treatments for an AB/BA crossover design |
|
ProfilesPlot |
Plot of response profiles over first and second response values for a paired design |
|
QQPlot |
Normal quantile-quantile plots |
|
SummaryPanel |
Histograms with overlaid kernel densities (and also normal densities if DIST=NORMAL) and box plots (and also with confidence band for one-sample or paired design) |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.