24.04.2014 Views

Pratique de Sas Windows ...9.3 Volume 2 - Ined

Pratique de Sas Windows ...9.3 Volume 2 - Ined

Pratique de Sas Windows ...9.3 Volume 2 - Ined

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

C’est ce que nous allons faire avec la retouche <strong>de</strong> notre template GTL :<br />

libname b "d:\notes\test\";<br />

proc template;<br />

<strong>de</strong>fine statgraph Stat.Corresp.Graphics.Configuration;<br />

dynamic xVar yVar head legend;<br />

begingraph;<br />

entrytitle HEAD;<br />

layout overlayequated / equatetype=fit xaxisopts=(offsetmin=0.1 offsetmax=0.1)<br />

yaxisopts=(offsetmin=0.1 offsetmax=0.1);<br />

scatterplot y=YVAR x=XVAR / group=GROUP in<strong>de</strong>x=INDEX datalabel=LABEL<br />

datalabelattrs=(size=2pt) markerattrs=(size=2pt) name="Type"<br />

tip=(y x datalabel group) tiplabel=(group="Point");<br />

if (LEGEND)<br />

discretelegend "Type";<br />

endif;<br />

endlayout;<br />

endgraph;<br />

end;<br />

run;<br />

options orientation=landscape papersize="A3" ;<br />

ods pdf file="d:\notes\test\enormeaA.pdf" dpi=300 style=journal;<br />

ods graphics / width=2000 height=1800;<br />

ods select '2 by 1';<br />

ods output '2 by 1'=coordonnees;<br />

proc corresp data=b.fclass out=r2esacm dim=5 ;<br />

tables name sex agee haut poids satis_<strong>Sas</strong>;<br />

supplementary satis_<strong>Sas</strong>;<br />

run;<br />

ods select all;<br />

ods output close;<br />

ods pdf close;<br />

ods graphics /reset;<br />

Ce qui en l’occurrence donne les résultats (rétréci mais en réalité potentiellement sur une page papier <strong>de</strong> format<br />

A3 ou zoomable sur écran avec un bon lecteur pdf).<br />

+ une table contenant les axes et points exportable pour tracer ailleurs ou pour réarranger les coordonnées !!<br />

+ une sortie html car <strong>de</strong>stination non fermée<br />

+ une sortie pdf réduit ici à 30/100 avec plein d’espace libre en cas <strong>de</strong> points plus nombreux…<br />

175 INED Service Informatique Wielki

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!