Sunteți pe pagina 1din 15

GET

FILE='C:\Users\Lamba17\Desktop\stat.sav'.
DATASET NAME DataSet1 WINDOW=FRONT.
* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=Gender COUNT()[name="COUNT"]
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: Gender=col(source(s), name("Gender"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
COORD: polar.theta(startAngle(0))
GUIDE: axis(dim(1), null())
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Gender of parti
cipant"))
GUIDE: text.title(label("Participants' Gender"))
SCALE: linear(dim(1), dataMinimum(), dataMaximum())
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
ELEMENT: interval.stack(position(summary.percent(summary.percent(COUNT,
base.all(acrossPanels())))), color.interior(Gender))
END GPL.

FREQUENCIES VARIABLES=School
/STATISTICS=RANGE MINIMUM MAXIMUM MODE
/FORMAT=LIMIT(50)
/ORDER=ANALYSIS.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=School COUNT()[name="COUNT"]
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: School=col(source(s), name("School"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
GUIDE: axis(dim(1), label("School of education"))
GUIDE: axis(dim(2), label("Count"))
Page 1

SCALE: cat(dim(1), include("0", "1", "2", "3"))


SCALE: linear(dim(2), include(0))
ELEMENT: interval(position(School*COUNT), shape.interior(shape.square))
END GPL.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=School COUNT()[name="COUNT"]
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: School=col(source(s), name("School"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
GUIDE: axis(dim(1), label("School of education"))
GUIDE: axis(dim(2), label("Count"))
SCALE: cat(dim(1), include("1", "2", "3"))
SCALE: linear(dim(2), include(0))
ELEMENT: interval(position(School*COUNT), shape.interior(shape.square))
END GPL.

GGraph

Page 2

20

Count

15

10

0
SST

SEng

SHSS

School of education

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=Arm_fracture_bool COUNT()[nam
e="COUNT"]
MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: Arm_fracture_bool=col(source(s), name("Arm_fracture_bool"), unit.ca
tegory())
DATA: COUNT=col(source(s), name("COUNT"))
COORD: polar.theta(startAngle(0))
GUIDE: axis(dim(1), null())
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Have you ever h
ad an arm/leg ",
"fracture?"))
SCALE: linear(dim(1), dataMinimum(), dataMaximum())
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
ELEMENT: interval.stack(position(summary.percent(COUNT))), color.interior
Page 3

(Arm_fracture_bool))
END GPL.

FREQUENCIES VARIABLES=Arm_fracture_bool
/STATISTICS=RANGE MINIMUM MAXIMUM MODE
/FORMAT=LIMIT(50)
/ORDER=ANALYSIS.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=State_during_exercise_choice_
inherit
COUNT()[name="COUNT"] MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: State_during_exercise_choice_inherit
=col(source(s),
name("State_during_exercise_choice_inherit
"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
GUIDE: axis(dim(1), label("If yes, please circle the answer that is most
applicable to your ",
"state during the physical therapy"))
GUIDE: axis(dim(2), label("Count"))
SCALE: cat(dim(1), include("0", "1", "2", "3"))
SCALE: linear(dim(2), include(0))
ELEMENT: interval(position(State_during_exercise_choice_inherit
*COUNT),
shape.interior(shape.square))
END GPL.

FREQUENCIES VARIABLES=State_during_exercise_choice_inherit
/STATISTICS=RANGE MINIMUM MAXIMUM MODE
/FORMAT=LIMIT(50)
/ORDER=ANALYSIS.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=Previous_robot_interaction_bo
ol COUNT()[name="COUNT"]
MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
Page 4

BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: Previous_robot_interaction_bool
=col(source(s), name("Previous_robot
_interaction_bool"),
unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
COORD: polar.theta(startAngle(0))
GUIDE: axis(dim(1), null())
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Have you ever i
nteracted with a ",
"robot that has body shape similar to human body?"))
SCALE: linear(dim(1), dataMinimum(), dataMaximum())
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
ELEMENT: interval.stack(position(summary.percent(COUNT))),
color.interior(Previous_robot_interaction_bool
))
END GPL.

GGraph
Have you
ever
interacted
with a
robot that
has body
shape
similar to
human
body?
No
Yes

FREQUENCIES VARIABLES=Previous_robot_interaction_bool
/STATISTICS=RANGE MINIMUM MAXIMUM MODE
/FORMAT=LIMIT(50)
/ORDER=ANALYSIS.

Page 5

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=Kinect_usage_bool_inheritKin
ect_knowledge_bool
MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: Kinect_usage_bool_inherit
=col(source(s), name("Kinect_usage_bool_in
herit"), unit.category())
DATA: Kinect_knowledge_bool
=col(source(s), name("Kinect_knowledge_bool
"),
unit.category())
GUIDE: axis(dim(1), label("If yes, have you ever used it?"))
GUIDE: axis(dim(2), label("Do you know what Kinect is?"))
SCALE: cat(dim(1), include("0", "1", "2"))
SCALE: cat(dim(2), include("0", "1"))
ELEMENT: interval(position(Kinect_usage_bool_inherit
*Kinect_knowledge_boo
l),
shape.interior(shape.square))

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=School COUNT()[name="COUNT"]
Gender MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: School=col(source(s), name("School"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: Gender=col(source(s), name("Gender"), unit.category())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("School of education"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Gender of parti
cipant"))
SCALE: cat(dim(3), include("1", "2", "3"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
SCALE: cat(dim(1), include("0", "1"))
ELEMENT: interval(position(Gender*COUNT*School), color.interior(Gender),
shape.interior(shape.square))
Page 6

END GPL.

GGraph
Gender of
participant
12

Female
Male

10

Count

0
SST

SEng

SHSS

School of education

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=School Arm_fracture_bool MISS
ING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: School=col(source(s), name("School"), unit.category())
DATA: Arm_fracture_bool=col(source(s), name("Arm_fracture_bool"), unit.ca
tegory())
GUIDE: axis(dim(1), label("School of education"))
GUIDE: axis(dim(2), label("Have you ever had an arm/leg fracture?"))
SCALE: cat(dim(1), include("1", "2", "3"))
SCALE: cat(dim(2), include("0", "1"))
Page 7

ELEMENT: interval(position(School*Arm_fracture_bool), shape.interior(shap


e.square))
END GPL.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=School COUNT()[name="COUNT"]
Arm_fracture_bool
MISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: School=col(source(s), name("School"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: Arm_fracture_bool=col(source(s), name("Arm_fracture_bool"), unit.ca
tegory())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("School of education"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Have you ever h
ad an arm/leg ",
"fracture?"))
SCALE: cat(dim(3), include("1", "2", "3"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
SCALE: cat(dim(1), include("0", "1"))
ELEMENT: interval(position(Arm_fracture_bool*COUNT*School), color.interio
r(Arm_fracture_bool),
shape.interior(shape.square))
END GPL.

GGraph

Page 8

Have you
ever had
an
arm/leg
fracture?

15

No
Yes

Count

10

0
SST

SEng

SHSS

School of education

FREQUENCIES VARIABLES=State_during_exercise_choice_inherit
/STATISTICS=RANGE MINIMUM MAXIMUM MODE
/FORMAT=LIMIT(50)
/ORDER=ANALYSIS.

Frequencies
Statistics

If yes, please circle the answer that is most applicable to your state during the physical therapy
N

Valid
Missing

20
0

Mode

Range

Minimum

Maximum

Page 9

If yes, please circle the answer that is most applicable to your state
during the physical therapy
Frequency
Valid

Percent

Valid Percent

Cumulative
Percent

Empty

14

70,0

70,0

70,0

Bored

15,0

15,0

85,0
100,0

Neutral
Total

15,0

15,0

20

100,0

100,0

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=Gender COUNT()[name="COUNT"]
State_during_exercise_choice_inheritMISSING=LISTWISE REPORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: Gender=col(source(s), name("Gender"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: State_during_exercise_choice_inherit
=col(source(s),
name("State_during_exercise_choice_inherit
"), unit.category())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("Gender of participant"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("If yes, please
circle the answer ",
"that is most applicable to your state during the physical therapy"))
SCALE: cat(dim(3), include("0", "1"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1", "2", "3
"))
SCALE: cat(dim(1), include("0", "1", "2", "3"))
ELEMENT: interval(position(State_during_exercise_choice_inherit
*COUNT*Gen
der),
color.interior(State_during_exercise_choice_inherit
), shape.interior(sh
ape.square))
END GPL.

GGraph

Page 10

If yes, please circle


the answer that is
most applicable to
your state during the
physical therapy

Empty (people who didn't


fracture)
Bored
Neutral
Motivated

Count

0
Female

Male

Gender of participant

ONEWAY Interaction_level BY Previous_robot_interaction_bool


/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS
/POSTHOC=TUKEY ALPHA(0.05).

Oneway
Warnings
Post hoc tests are not performed for How was the interaction? (Very boring - Very
interesting) because there are fewer than three groups.
Descriptives
How was the interaction? (Very boring - Very interesting)
95% Confidence Interval for Mean
Lower Bound

Upper Bound

Minimum

Maximum

14

3,79

,699

,187

3,38

4,19

3,50

1,378

,563

2,05

4,95

20

3,70

,923

,206

3,27

4,13

N
No
Yes
Total

Mean

Std. Deviation

Std. Error

Page 11

ANOVA
How was the interaction? (Very boring - Very interesting)
Sum of
Squares
Between Groups

df

Mean Square

,343

,343

Within Groups

15,857

18

,881

Total

16,200

19

Sig.

,389

,541

ONEWAY Interaction_level BY School


/STATISTICS DESCRIPTIVES
/MISSING ANALYSIS
/POSTHOC=TUKEY ALPHA(0.05).

Oneway
Warnings
Post hoc tests are not performed for How was the interaction? (Very boring - Very
interesting) because at least one group has fewer than two cases.
Descriptives
How was the interaction? (Very boring - Very interesting)
95% Confidence Interval for Mean
Lower Bound

Upper Bound

Minimum

Maximum

17

3,71

,920

,223

3,23

4,18

5,00

3,00

,000

,000

3,00

3,00

20

3,70

,923

,206

3,27

4,13

N
SST

Mean

SEng
SHSS
Total

Std. Deviation

Std. Error

ANOVA
How was the interaction? (Very boring - Very interesting)
Sum of
Squares
Between Groups

df

Mean Square

2,671

1,335

Within Groups

13,529

17

,796

Total

16,200

19

F
1,678

Sig.
,216

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=State_during_exercise_choice_
inherit
COUNT()[name="COUNT"] Robot_phrase_motivation_boolMISSING=LISTWISE REP
ORTMISSING=NO
Page 12

/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: State_during_exercise_choice_inherit
=col(source(s),
name("State_during_exercise_choice_inherit
"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: Robot_phrase_motivation_bool
=col(source(s), name("Robot_phrase_moti
vation_bool"),
unit.category())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("If yes, please circle the answer that is most
applicable to your ",
"state during the physical therapy"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Did the phrases
said by the robot ",
"motivate you to finish an exercise?"))
SCALE: cat(dim(3), include("0", "1", "2", "3"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
SCALE: cat(dim(1), include("0", "1"))
ELEMENT: interval(position(Robot_phrase_motivation_bool
*COUNT*
State_during_exercise_choice_inherit
), color.interior(Robot_phrase_moti
vation_bool),
shape.interior(shape.square))
END GPL.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=State_during_exercise_choice_
inherit
COUNT()[name="COUNT"] Robot_phrase_motivation_boolMISSING=LISTWISE REP
ORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: State_during_exercise_choice_inherit
=col(source(s),
name("State_during_exercise_choice_inherit
"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: Robot_phrase_motivation_bool
=col(source(s), name("Robot_phrase_moti
vation_bool"),
unit.category())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("If yes, please circle the answer that is most
Page 13

applicable to your ",


"state during the physical therapy"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Did the phrases
said by the robot ",
"motivate you to finish an exercise?"))
SCALE: cat(dim(3), include("1", "2", "3"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
SCALE: cat(dim(1), include("0", "1"))
ELEMENT: interval(position(Robot_phrase_motivation_bool
*COUNT*
State_during_exercise_choice_inherit
), color.interior(Robot_phrase_moti
vation_bool),
shape.interior(shape.square))
END GPL.

* Chart Builder.
GGRAPH
/GRAPHDATASET NAME="graphdataset" VARIABLES=State_during_exercise_choice_
inherit
COUNT()[name="COUNT"] Robot_phrase_motivation_boolMISSING=LISTWISE REP
ORTMISSING=NO
/GRAPHSPEC SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource(id("graphdataset"))
DATA: State_during_exercise_choice_inherit
=col(source(s),
name("State_during_exercise_choice_inherit
"), unit.category())
DATA: COUNT=col(source(s), name("COUNT"))
DATA: Robot_phrase_motivation_bool
=col(source(s), name("Robot_phrase_moti
vation_bool"),
unit.category())
COORD: rect(dim(1,2), cluster(3,0))
GUIDE: axis(dim(3), label("If yes, please circle the answer that is most
applicable to your ",
"state during the physical therapy"))
GUIDE: axis(dim(2), label("Count"))
GUIDE: legend(aesthetic(aesthetic.color.interior
), label("Did the phrases
said by the robot ",
"motivate you to finish an exercise?"))
SCALE: cat(dim(3), include("0", "1", "2", "3"))
SCALE: linear(dim(2), include(0))
SCALE: cat(aesthetic(aesthetic.color.interior
), include("0", "1"))
SCALE: cat(dim(1), include("0", "1"))
ELEMENT: interval(position(Robot_phrase_motivation_bool
*COUNT*
Page 14

State_during_exercise_choice_inherit
), color.interior(Robot_phrase_moti
vation_bool),
shape.interior(shape.square))
END GPL.

GGraph
Did the
phrases
said by
the robot
motivate
you to
finish an
exercise?

12

10

No
Yes

Count

0
Empty (people who
didnt have fracture)

Bored

Neutral

Motivated

If yes, please circle the answer that is most


applicable to your state during the physical therapy

Page 15

S-ar putea să vă placă și