+ All Categories
Home > Documents > 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D...

2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D...

Date post: 14-Oct-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
19
Jeremy Hamm Cancer Surveillance & Outcomes (CSO) Population Oncology BC Cancer Agency Explaining Interaction Effects with 3D Graphics in SAS
Transcript
Page 1: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Jeremy Hamm Cancer Surveillance & Outcomes (CSO)

Population Oncology

BC Cancer Agency

Explaining Interaction Effects

with 3D Graphics in SAS

Page 2: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Outline

Clinical Background

Analysis

3D Graphic

2

Page 3: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Background

Surgical clips are routinely placed in the tumor bed during partial mastectomies

– Allows radiation oncologists to properly map

the contour that may need to be radiated

– Contouring is performed using X-ray or CT

scan

3

Page 4: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

4

Page 5: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

5

Page 6: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Background

6

X-ray and CT scan

showing visible clips

and resulting contour

Page 7: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Research question

Does seperation - distance between where beam enters and leaves the body – affect clip visibility? – Maximum of 6 clips used and defined as clearly

visible or otherwise

– 3 reviewers

– Outcome variable is overall percentage of visible clips

per patient

Eg. 6 clips x 3 reviewers=18 possible clearly viewed

7

Page 8: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Analysis

Basic genmod logistic model associating medial seperation and lateral seperation with clip visibility

8

Page 9: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

9

Indicates that

visibility is good

if both seperations

are small or large

but visibility is

low at opposite

extremes

Page 10: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Explaining Interaction

I think that this interaction effect might be better explained with some sort of cool surface graph

– SAS should be able to do something like that.

– Dug around and found a template in the GTL

(graphing template language) that supported a

3dimensional type graph

10

Page 11: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Graphing in 3 Steps

1. Surface plots require a grid structure to be created.

– This can be done using proc g3grid

– This interpolates results based on the supplied

grid and produces a dataset that can be used

11

Page 12: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Proc G3grid

12

Covariate Values

Model Estimates

Page 13: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Graphing in 3 Steps

Use proc template with the layout ‘overlay3d’

13

Page 14: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Proc Sgrender

Applies newly created template on proc g3grid created dataset

14

Page 15: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

3D graph

15

Page 16: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

3D graph

16

Low

Visibility at

opposite

extremes.

Higher

Visibility at

similar

extremes

Page 17: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Without G3grid

17

And I’m all

like,

“Whaaat??!”

Very Picasso-esque

Page 18: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

Different Rotations

18

180 degree rotation 135 degree rotation

Page 19: 2012 Interaction Effects with 3D Graphics - Sas Institute Group... · 2016. 3. 11. · with 3D Graphics in SAS . Outline ... –Allows radiation oncologists to properly map the contour

19

Questions?


Recommended