23.02.2013 Views

View/Open - Document Server@UHasselt

View/Open - Document Server@UHasselt

View/Open - Document Server@UHasselt

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

ZACHT_PO_R_POST = MEAN2;<br />

ZACHT_PO_R_RATIO = MEAN1 / MEAN2;<br />

if (WEEFSEL = 'ZACHT') and (METING = 'soft tissue po(r)') then output;<br />

drop M11 M12 M13 M21 M22 M23 MEAN1 MEAN2 METING PROJECTION WEEFSEL ;<br />

data HULP17;<br />

set DATA;<br />

ZACHT_GO_L_PRE = MEAN1;<br />

ZACHT_GO_L_POST = MEAN2;<br />

ZACHT_GO_L_RATIO = MEAN1 / MEAN2;<br />

if (WEEFSEL = 'ZACHT') and (METING = 'soft tissue go(l)') then output;<br />

drop M11 M12 M13 M21 M22 M23 MEAN1 MEAN2 METING PROJECTION WEEFSEL ;<br />

data HULP18;<br />

set DATA;<br />

ZACHT_GO_R_PRE = MEAN1;<br />

ZACHT_GO_R_POST = MEAN2;<br />

ZACHT_GO_R_RATIO = MEAN1 / MEAN2;<br />

if (WEEFSEL = 'ZACHT') and (METING = 'soft tissue go(r)') then output;<br />

drop M11 M12 M13 M21 M22 M23 MEAN1 MEAN2 METING PROJECTION WEEFSEL ;<br />

data HULP19;<br />

set DATA;<br />

ZACHT_OR_L_PRE = MEAN1;<br />

ZACHT_OR_L_POST = MEAN2;<br />

ZACHT_OR_L_RATIO = MEAN1 / MEAN2;<br />

if (WEEFSEL = 'ZACHT') and (METING = 'soft tissue or(l)') then output;<br />

drop M11 M12 M13 M21 M22 M23 MEAN1 MEAN2 METING PROJECTION WEEFSEL ;<br />

data HULP20;<br />

set DATA;<br />

ZACHT_OR_R_PRE = MEAN1;<br />

ZACHT_OR_R_POST = MEAN2;<br />

ZACHT_OR_R_RATIO = MEAN1 / MEAN2;<br />

if (WEEFSEL = 'ZACHT') and (METING = 'soft tissue or(r)') then output;<br />

drop M11 M12 M13 M21 M22 M23 MEAN1 MEAN2 METING PROJECTION WEEFSEL ;<br />

proc sort data = HULP1;<br />

by ID;<br />

proc sort data = HULP2;<br />

by ID;<br />

proc sort data = HULP3;<br />

by ID;<br />

proc sort data = HULP4;<br />

by ID;<br />

proc sort data = HULP5;<br />

by ID;<br />

proc sort data = HULP6;<br />

by ID;<br />

proc sort data = HULP7;<br />

by ID;<br />

14

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

Saved successfully!

Ooh no, something went wrong!