03.06.2014 Aufrufe

Tremor-Untersuchunge.. - Jochen Fahrenberg

Tremor-Untersuchunge.. - Jochen Fahrenberg

Tremor-Untersuchunge.. - Jochen Fahrenberg

MEHR ANZEIGEN
WENIGER ANZEIGEN

Erfolgreiche ePaper selbst erstellen

Machen Sie aus Ihren PDF Publikationen ein blätterbares Flipbook mit unserer einzigartigen Google optimierten e-Paper Software.

- 100 -<br />

if ph_nr = 3 then condi="Halte-<strong>Tremor</strong> ";<br />

if ph_nr = 4 then condi="Halte-<strong>Tremor</strong>, Ablnkg";<br />

if ph_nr = 5 then condi="Zieltremor, linke H.";<br />

if ph_nr = 6 then condi="Zieltremor, rechte H";<br />

if ph_nr = 7 then condi="Sitzen ";<br />

if ph_nr = 8 then condi="Sitzen, rueckg. 45 G";<br />

if ph_nr = 9 then condi="Sitzen, vorgeb. 20 G";<br />

if ph_nr = 10 then condi="Stehen ";<br />

if ph_nr = 11 then condi="Liegen ";<br />

if ph_nr = 12 then condi="Liegen, links ";<br />

if ph_nr = 13 then condi="Liegen, rechts ";<br />

if ph_nr = 14 then condi="Schlafstellung ";<br />

if ph_nr = 15 then condi="Ruhestellung ";<br />

if ph_nr = 16 then condi="Gehen ";<br />

if ph_nr = 17 then condi="M o n i t o r i n g ";<br />

run;<br />

/* Grundstatistiken */<br />

title "L A B O R";<br />

proc means data=zwifi;<br />

where ph_nr le 16;<br />

run;<br />

title "P O S I T I O N";<br />

proc print data=zwifi label double noobs;<br />

/* where ph_nr ge 7 and ph_nr le 16; */<br />

where ph_nr le 16;<br />

format _numeric_ 10.2 ph_nr 5.0;<br />

var ph_nr condi st_v__dc st_q__dc st_h__dc ob_r__dc<br />

ha_r__dc ha_l__dc;<br />

run;<br />

title "M O T I O N";<br />

proc print data=zwifi label double noobs;<br />

/* where ph_nr ge 7 and ph_nr le 16; */<br />

where ph_nr le 16;<br />

format _numeric_ 10.3 ph_nr 5.0;<br />

var ph_nr condi st_v__ac st_q__ac st_h__ac ob_r__ac<br />

ha_r__ac ha_l__ac;<br />

run;<br />

/*<br />

title "G E S A M T";<br />

proc print data=zwifi label double noobs;<br />

/* where ph_nr ge 7 and ph_nr le 16; * /<br />

where ph_nr le 16;<br />

format _numeric_ 10.2 ph_nr 5.0;<br />

var ph_nr condi st_v_g st_q_g st_h_g ob_r_g<br />

ha_r_g ha_l_g ;<br />

run;<br />

*/<br />

title "S C H R I T T - F R E Q U E N Z E N";<br />

proc print data=zwifi label double noobs;<br />

/* where ph_nr ge 7 and ph_nr le 16; */<br />

where ph_nr le 16;<br />

format _numeric_ 10.2 ph_nr 5.0;<br />

var ph_nr condi st_vf_fr st_vf_am st_hf_fr st_hf_am;<br />

run;<br />

title "H E R Z - F R E Q U E N Z E N";<br />

proc print data=zwifi label double noobs;<br />

/* where ph_nr ge 7 and ph_nr le 16; */<br />

where ph_nr le 16;<br />

format _numeric_ 10.2 ph_nr 5.0;

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!