layout overlay; modelband "cli" / display=(outline) outlineattrs=GraphPrediction datatransparency=.5 ; modelband "clm" / display=(fill) fillattrs=GraphConfidence datatransparency=.5 ; scatterplot x=height y=weight / primary=true; regressionplot x=height y=weight / alpha=.05 clm="clm" cli="cli"; endlayout;
layout overlay; modelband "cli" / display=(outline) outlineattrs=GraphPrediction name="predict" legendlabel="95% Prediction Limits" ; modelband "clm" / display=(fill) fillattrs=GraphConfidence name="conf" legendlabel="95% Confidence Limits" ; scatterplot x=height y=weight / primary=true; regressionplot x=height y=weight / alpha=.05 clm="clm" cli="cli"; discretelegend "predict" "conf" ; endlayout;
layout overlay; modelband "cli" / display=(outline) outlineattrs=GraphPrediction curvelabelupper="95% CLI" curvelabellower="95% CLI" curvelabelattrs= (color=GraphPrediction:Contrastcolor) curvelabellocation=outside ; modelband "clm" / display=(fill) fillattrs=GraphConfidence curvelabelupper="95% CLM" curvelabellower="95% CLM" curvelabelattrs= (color=GraphConfidence:Color) curvelabellocation=outside ; scatterplot x=height y=weight / primary=true datalabel=sex ; regressionplot x=height y=weight / alpha=.05 clm="clm" cli="cli" curvelabel="Fit" curvelabelattrs= (color=GraphFit:ContrastColor) curvelabellocation=outside ; endlayout;
Specifies a group column,
always treated as having discrete values. For an example use, see the example for Legend Statements.
|
|
ODS GRAPHICS / IMAGEMAP;
as well as the ODS HTML destination.
You can customize the data tip information.