Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

Data written to the working file.

6 variables and 8 cases written.


Variable: Jurisdictions Type: String Format : A28
Variable: RecyclingMilliontonnesType: Number Format : F3.1
Variable: DisposalMilliontonnesType: Number Format : F3.1
Variable: EnergyrecoveryMilliontonnesType: Number Format : F3.1
Variable: GenerationMilliontonnesType: Number Format : F4.1
Variable: RecoveryratepercentType: Number Format : F10.7

Substitute the following to build syntax for these data.


/VARIABLES=
Jurisdictions A28
RecyclingMilliontonnesF3.1
DisposalMilliontonnesF3.1
EnergyrecoveryMilliontonnesF3.1
GenerationMilliontonnesF4.1
RecoveryratepercentF10.7

GGraph
Notes
Output Created 12-NOV-2021 09:03...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 1
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
MEAN
(EnergyrecoveryMillionto
nnes)[name="
MEAN_EnergyrecoveryMi
lliontonnes"]
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA:
MEAN_EnergyrecoveryMi
lliontonnes=col(source
(s), name
("MEAN_Energyrecovery
Milliontonnes"))
GUIDE: axis(dim(1),
label("Jurisdictions"))
GUIDE: axis(dim(2),
label("Mean
EnergyrecoveryMillionton
nes"))
GUIDE: text.title(label
("Simple Bar Mean of
EnergyrecoveryMillionton
nes by Jurisdictions"))
SCALE: linear(dim(2),
include(0))
ELEMENT: interval
(position
(Jurisdictions*MEAN_Ene
rgyrecoveryMilliontonnes
),
shape.interior(shape.
square))
END GPL.

Resources Processor Time 00:00:02.54


Elapsed Time 00:00:02.00

[DataSet1]

Page 2
Mean Energyrecovery Simple Bar Mean of EnergyrecoveryMilliontonnes by Jurisdictions

0.6
Milliontonnes

0.4

0.2

0.0
Australian Capital Territory

New South Wales

Northern Territory

Queensland

South Australia

Tasmania

Victoria

Western Australia
Jurisdictions

GGraph
Notes
Output Created 12-NOV-2021 09:04...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 3
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
SUM
(EnergyrecoveryMillionto
nnes)[name="
SUM_EnergyrecoveryMilli
ontonnes"]
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA:
SUM_EnergyrecoveryMilli
ontonnes=col(source(s),
name
("SUM_EnergyrecoveryMil
liontonnes"))
COORD: polar.theta
(startAngle(0))
GUIDE: axis(dim(1),
null())
GUIDE: legend
(aesthetic(aesthetic.
color.interior), label
("Jurisdictions"))
GUIDE: text.title(label
("Pie Chart Sum of
EnergyrecoveryMillionton
nes by Jurisdictions"))
SCALE: linear(dim(1),
dataMinimum(),
dataMaximum())
ELEMENT: interval.
stack(position(summary.
percent
(SUM_EnergyrecoveryMill
iontonnes))),
color.interior
(Jurisdictions))
END GPL.

Resources Processor Time 00:00:00.29


Elapsed Time 00:00:00.00

Page 4
Pie Chart Sum of EnergyrecoveryMilliontonnes by Jurisdictions
Jurisdictions
Australian Capital Territory
New South Wales
Northern Territory
Queensland
South Australia
Tasmania
Victoria
Western Australia

GGraph
Notes
Output Created 12-NOV-2021 09:06...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 5
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
EnergyrecoveryMillionton
nes
MISSING=LISTWISE
REPORTMISSING=NO
/GRAPHSPEC
SOURCE=INLINE
/FITLINE TOTAL=NO
SUBGROUP=NO.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA:
EnergyrecoveryMillionton
nes=col(source(s), name
("EnergyrecoveryMillionto
nnes"))
GUIDE: axis(dim(1),
label("Jurisdictions"))
GUIDE: axis(dim(2),
label
("EnergyrecoveryMillionto
nnes"))
GUIDE: text.title(label
("Scatter Plot of
EnergyrecoveryMillionton
nes by Jurisdictions"))
SCALE: linear(dim(2),
include(0))
ELEMENT: point
(position
(Jurisdictions*Energyreco
veryMilliontonnes))
END GPL.

Resources Processor Time 00:00:00.16


Elapsed Time 00:00:01.00

Page 6
EnergyrecoveryMilliontonne Scatter Plot of EnergyrecoveryMilliontonnes by Jurisdictions

.6

.4
s

.2

.0
Australian Capital Territory

New South Wales

Northern Territory

Queensland

South Australia

Tasmania

Victoria

Western Australia
Jurisdictions

GGraph
Notes
Output Created 12-NOV-2021 09:07...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 7
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
MEAN
(RecyclingMilliontonnes)
MEAN
(DisposalMilliontonnes)
MEAN
(EnergyrecoveryMillionto
nnes) MEAN
(GenerationMilliontonnes
)
MEAN
(Recoveryratepercent)
MISSING=LISTWISE
REPORTMISSING=NO

TRANSFORM=VARSTOC
ASES(SUMMARY="
#SUMMARY" INDEX="
#INDEX")
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA: SUMMARY=col
(source(s), name
("#SUMMARY"))
DATA: INDEX=col
(source(s), name
("#INDEX"), unit.
category())
GUIDE: axis(dim(1),
label("Jurisdictions"))
GUIDE: axis(dim(2),
label("Mean"))
GUIDE: legend
(aesthetic(aesthetic.
color.interior), label(""))
GUIDE: text.title(label
("Multiple Line Mean of
RecyclingMilliontonnes,
Mean of ",

"DisposalMilliontonnes,
Mean of
EnergyrecoveryMillionton
nes, Mean of
GenerationMilliontonnes,
",
"Mean of
Recoveryratepercent by
Jurisdictions by INDEX"))
SCALE: linear(dim(2),
include(0))
SCALE: cat(aesthetic
(aesthetic.color.interior),
include(
"0", "1", "2", "3", "4"))
ELEMENT: line(position
(Jurisdictions*SUMMARY)
, color.interior(INDEX),
missing.wings()) Page 8
END GPL.
Notes
Resources Processor Time 00:00:00.17
Elapsed Time 00:00:00.00

Multiple Line Mean of RecyclingMilliontonnes, Mean of DisposalMilliontonnes, Mean of


EnergyrecoveryMilliontonnes, Mean of GenerationMilliontonnes, Mean of Recoveryratepercent by
Jurisdictions by INDEX
RecyclingMilliontonnes
80 DisposalMilliontonnes
EnergyrecoveryMilliontonnes
GenerationMilliontonnes
Recoveryratepercent
60
Mean

40

20

0
Territory
Australian Capital

New South Wales

Northern Territory

Queensland

South Australia

Tasmania

Victoria

Western Australia

Jurisdictions

Summarize

Page 9
Notes
Output Created 12-NOV-2021 09:08...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File
Missing Value Handling Definition of Missing For each dependent
variable in a table,
user-defined missing
values for the
dependent and all
grouping variables are
treated as missing.

Cases Used Cases used for each


table have no missing
values in any
independent variable,
and not all dependent
variables have missing
values.

Syntax SUMMARIZE

/TABLES=RecyclingMillio
ntonnes
DisposalMilliontonnes
EnergyrecoveryMillionton
nes

GenerationMilliontonnes
Recoveryratepercent BY
Jurisdictions
/FORMAT=VALIDLIST
NOCASENUM TOTAL
LIMIT=100
/TITLE='Case
Summaries'
/MISSING=VARIABLE
/CELLS=COUNT.

Resources Processor Time 00:00:00.02


Elapsed Time 00:00:00.00

Page 1 0
Case Processing Summary a
Cases
Included Excluded Total
N Percent N Percent N Percent
RecyclingMilliontonnes * 8 100.0% 0 0.0% 8 100.0%
Jurisdictions
DisposalMilliontonnes * 8 100.0% 0 0.0% 8 100.0%
Jurisdictions
EnergyrecoveryMilliontonn 8 100.0% 0 0.0% 8 100.0%
es * Jurisdictions
GenerationMilliontonnes 8 100.0% 0 0.0% 8 100.0%
* Jurisdictions
Recoveryratepercent * 8 100.0% 0 0.0% 8 100.0%
Jurisdictions

a. Limited to first 100 cases.

Case Summaries a

RecyclingMillio DisposalMillion
ntonnes tonnes
Jurisdictions Australian Capital 1 .7 .2 .0
Territory
Total N 1 1 1
New South Wales 1 9.4 4.7 .7
Total N 1 1 1
Northern Territory 1 .0 .3 .0
Total N 1 1 1
Queensland 1 3.6 4.1 .2
Total N 1 1 1
South Australia 1 2.9 .8 .1
Total N 1 1 1
Tasmania 1 .2 .4 .1
Total N 1 1 1
Victoria 1 7.2 4.4 .6
Total N 1 1 1
Western Australia 1 2.0 3.6 .2
Total N 1 1 1
Total N 8 8 8

Page 1 1
Case Summaries a

Energyrecover GenerationMilli
yMilliontonnes ontonnes
Jurisdictions Australian Capital 1 .0 .9 77.1658783
Territory
Total N 1 1 1
New South Wales 1 .7 14.9 68.2258472
Total N 1 1 1
Northern Territory 1 .0 .3 11.5402208
Total N 1 1 1
Queensland 1 .2 7.9 48.2596937
Total N 1 1 1
South Australia 1 .1 3.8 79.4490024
Total N 1 1 1
Tasmania 1 .1 .6 35.9995422
Total N 1 1 1
Victoria 1 .6 12.2 63.8180698
Total N 1 1 1
Western Australia 1 .2 5.9 38.1253696
Total N 1 1 1
Total N 8 8 8

Case Summaries a

Recoveryratep
ercent
Jurisdictions Australian Capital 1 77.1658783
Territory
Total N 1
New South Wales 1 68.2258472
Total N 1
Northern Territory 1 11.5402208
Total N 1
Queensland 1 48.2596937
Total N 1
South Australia 1 79.4490024
Total N 1
Tasmania 1 35.9995422
Total N 1
Victoria 1 63.8180698
Total N 1
Western Australia 1 38.1253696
Total N 1
Total N 8
a. Limited to first 100 cases.

Page 1 2
Frequencies

Notes
Output Created 12-NOV-2021 09:08...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File
Missing Value Handling Definition of Missing User-defined missing
values are treated as
missing.
Cases Used Statistics are based on
all cases with valid data.
Syntax FREQUENCIES
VARIABLES=Jurisdictions
RecyclingMilliontonnes
DisposalMilliontonnes

EnergyrecoveryMillionton
nes
GenerationMilliontonnes
Recoveryratepercent
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.02


Elapsed Time 00:00:00.00

Statistics

RecyclingMillio DisposalMillion Energyrecover GenerationMilli


Jurisdictions ntonnes tonnes yMilliontonnes ontonnes
N Valid 8 8 8 8 8 8
Missing 0 0 0 0 0 0

Statistics

Recoveryratep
ercent
N Valid 8
Missing 0

Frequency Table
Page 1 3
Jurisdictions
Cumulative
Frequency Percent Valid Percent Percent
Valid Australian Capital 1 12.5 12.5 12.5
Territory
New South Wales 1 12.5 12.5 25.0
Northern Territory 1 12.5 12.5 37.5
Queensland 1 12.5 12.5 50.0
South Australia 1 12.5 12.5 62.5
Tasmania 1 12.5 12.5 75.0
Victoria 1 12.5 12.5 87.5
Western Australia 1 12.5 12.5 100.0
Total 8 100.0 100.0

RecyclingMilliontonnes
Cumulative
Frequency Percent Valid Percent Percent
Valid .0 1 12.5 12.5 12.5
.2 1 12.5 12.5 25.0
.7 1 12.5 12.5 37.5
2.0 1 12.5 12.5 50.0
2.9 1 12.5 12.5 62.5
3.6 1 12.5 12.5 75.0
7.2 1 12.5 12.5 87.5
9.4 1 12.5 12.5 100.0
Total 8 100.0 100.0

DisposalMilliontonnes
Cumulative
Frequency Percent Valid Percent Percent
Valid .2 1 12.5 12.5 12.5
.3 1 12.5 12.5 25.0
.4 1 12.5 12.5 37.5
.8 1 12.5 12.5 50.0
3.6 1 12.5 12.5 62.5
4.1 1 12.5 12.5 75.0
4.4 1 12.5 12.5 87.5
4.7 1 12.5 12.5 100.0
Total 8 100.0 100.0

Page 1 4
EnergyrecoveryMilliontonnes
Cumulative
Frequency Percent Valid Percent Percent
Valid .0 2 25.0 25.0 25.0
.1 2 25.0 25.0 50.0
.2 2 25.0 25.0 75.0
.6 1 12.5 12.5 87.5
.7 1 12.5 12.5 100.0
Total 8 100.0 100.0

GenerationMilliontonnes
Cumulative
Frequency Percent Valid Percent Percent
Valid .3 1 12.5 12.5 12.5
.6 1 12.5 12.5 25.0
.9 1 12.5 12.5 37.5
3.8 1 12.5 12.5 50.0
5.9 1 12.5 12.5 62.5
7.9 1 12.5 12.5 75.0
12.2 1 12.5 12.5 87.5
14.9 1 12.5 12.5 100.0
Total 8 100.0 100.0

Recoveryratepercent
Cumulative
Frequency Percent Valid Percent Percent
Valid 11.5402208 1 12.5 12.5 12.5
35.9995422 1 12.5 12.5 25.0
38.1253696 1 12.5 12.5 37.5
48.2596937 1 12.5 12.5 50.0
63.8180698 1 12.5 12.5 62.5
68.2258472 1 12.5 12.5 75.0
77.1658783 1 12.5 12.5 87.5
79.4490024 1 12.5 12.5 100.0
Total 8 100.0 100.0

Descriptives

Page 1 5
Notes
Output Created 12-NOV-2021 09:09...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File
Missing Value Handling Definition of Missing User defined missing
values are treated as
missing.
Cases Used All non-missing data are
used.
Syntax DESCRIPTIVES
VARIABLES=RecyclingMill
iontonnes
DisposalMilliontonnes
EnergyrecoveryMillionton
nes

GenerationMilliontonnes
Recoveryratepercent
/STATISTICS=MEAN
STDDEV MIN MAX.

Resources Processor Time 00:00:00.01


Elapsed Time 00:00:00.00

Descriptive Statistics

N Minimum Maximum Mean


RecyclingMilliontonnes 8 .0 9.4 3.250 3.4143
DisposalMilliontonnes 8 .2 4.7 2.313 2.0483
EnergyrecoveryMilliontonn 8 .0 .7 .237 .2669
es
GenerationMilliontonnes 8 .3 14.9 5.813 5.5225
Recoveryratepercent 8 11.5402208 79.4490024 52.8229530 23.5547984
Valid N (listwise) 8

Page 1 6
Descriptive Statistics

Std. Deviation
RecyclingMilliontonnes 3.4143
DisposalMilliontonnes 2.0483
EnergyrecoveryMilliontonn .2669
es
GenerationMilliontonnes 5.5225
Recoveryratepercent 23.5547984
Valid N (listwise)

Messages
Notes
Output Created 12-NOV-2021 09:13...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
Syntax BEGIN PROGRAM '#
'.
Resources Processor Time 00:00:00.00
Elapsed Time 00:00:00.00

Warnings
Analysis stopped. All variables have a positive count
below the threshold of 0.0 positive responses.

GGraph

Page 1 7
Notes
Output Created 12-NOV-2021 09:16...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 1 8
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
MEAN
(DisposalMilliontonnes)
MEAN
(EnergyrecoveryMillionto
nnes) MEAN
(Recoveryratepercent)
MISSING=LISTWISE
REPORTMISSING=NO

TRANSFORM=VARSTOC
ASES(SUMMARY="
#SUMMARY" INDEX="
#INDEX")
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA: SUMMARY=col
(source(s), name
("#SUMMARY"))
DATA: INDEX=col
(source(s), name
("#INDEX"), unit.
category())
DATA:
Jurisdictions1=col
(source(s), name
("Jurisdictions"), unit.
category())
COORD: rect(dim
(1,2,3), cluster(0,4,0))
GUIDE: axis(dim(1),
label("Jurisdictions"))
GUIDE: axis(dim(4),
label("Jurisdictions"))
GUIDE: axis(dim(3),
label("Mean"))
GUIDE: legend
(aesthetic(aesthetic.
color.interior), label(""))
GUIDE: text.title(label
("Clustered 3-D Bar
Mean of
DisposalMilliontonnes,
Mean of ",

"EnergyrecoveryMillionto
nnes, Mean of
Recoveryratepercent by
Jurisdictions..."))
SCALE: linear(dim(3),
include(0))
SCALE: cat(aesthetic
(aesthetic.color.interior),
include(
"0", "1", "2"))
SCALE: cat(dim(2),
include(
"0", "1", "2"))
ELEMENT: interval Page 1 9
(position
(Jurisdictions1*INDEX*SU
MMARY*Jurisdictions),
color.interior(INDEX),
shape.interior(shape.
square))
END GPL.
Notes
Resources Processor Time 00:00:00.19
Elapsed Time 00:00:01.00

Clustered 3-D Bar Mean of DisposalMilliontonnes, Mean of EnergyrecoveryMilliontonnes, Mean of


Recoveryratepercent by Jurisdictions...
DisposalMilliontonnes
EnergyrecoveryMilliontonnes
Recoveryratepercent

80

60
Mean

40

20

0
A u s trit o r y
Terr
T e rr it o ry

N o r thit o r y
C a p it a l

Terr
A u st ra lia n

S o u th
A u s tr a li
S o u th

V ic to

a li a n
ern
r ia

A u s tr

C a p it
a li a
a

al

J u ri s d ic ti ons
ons dicti
Juris

GGraph

Page 2 0
Notes
Output Created 12-NOV-2021 09:17...
Comments
Input Data /Users/ddh/Downloads/
soe-2016-drivers-
figure-7-total-waste-
generated-by-
management.csv

Active Dataset DataSet1


Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 8
Data File

Page 2 1
Notes
Syntax GGRAPH
/GRAPHDATASET
NAME="graphdataset"
VARIABLES=Jurisdictions
MEAN
(RecyclingMilliontonnes)
MEAN
(DisposalMilliontonnes)
MEAN
(EnergyrecoveryMillionto
nnes) MEAN
(GenerationMilliontonnes
)
MEAN
(Recoveryratepercent)
MISSING=LISTWISE
REPORTMISSING=NO

TRANSFORM=VARSTOC
ASES(SUMMARY="
#SUMMARY" INDEX="
#INDEX")
/GRAPHSPEC
SOURCE=INLINE.
BEGIN GPL
SOURCE: s=userSource
(id("graphdataset"))
DATA:
Jurisdictions=col(source
(s), name("Jurisdictions"),
unit.category())
DATA: SUMMARY=col
(source(s), name
("#SUMMARY"))
DATA: INDEX=col
(source(s), name
("#INDEX"), unit.
category())
GUIDE: axis(dim(1),
label("Jurisdictions"))
GUIDE: axis(dim(2),
label("Mean"))
GUIDE: legend
(aesthetic(aesthetic.
color.interior), label(""))
GUIDE: text.title(label
("Stacked Histogram
Mean of
RecyclingMilliontonnes,
Mean of ",

"DisposalMilliontonnes,
Mean of
EnergyrecoveryMillionton
nes, Mean of
GenerationMilliontonnes,
",
"Mean of
Recoveryratepercent by
Jurisdictions by INDEX"))
SCALE: linear(dim(2),
include(0))
SCALE: cat(aesthetic
(aesthetic.color.interior),
include(
"0", "1", "2", "3", "4"))
ELEMENT: interval.
stack(position
(Jurisdictions*SUMMARY) Page 2 2
, color.interior(INDEX),
shape.interior(shape.
square))
END GPL.
Notes
Resources Processor Time 00:00:00.22
Elapsed Time 00:00:00.00

Stacked Histogram Mean of RecyclingMilliontonnes, Mean of DisposalMilliontonnes, Mean of


EnergyrecoveryMilliontonnes, Mean of GenerationMilliontonnes, Mean of Recoveryratepercent by
Jurisdictions by INDEX
RecyclingMilliontonnes
100 DisposalMilliontonnes
EnergyrecoveryMilliontonnes
GenerationMilliontonnes
80 Recoveryratepercent
Mean

60

40

20

0
Territory
Australian Capital

New South Wales

Northern Territory

Queensland

South Australia

Tasmania

Victoria

Western Australia

Jurisdictions

Page 2 3

You might also like