47
2012-10-29 @HSPH Kazuki Yoshida, M.D. MPH-CLE student FREEDOM TO KNOW Introduction to a Graphical User Interface for

Introduction to Deducer

Embed Size (px)

Citation preview

Page 1: Introduction to Deducer

2012-10-29 @HSPHKazuki Yoshida, M.D. MPH-CLE student

FREEDOMTO  KNOW

Introduction to

a Graphical User Interface for

Page 3: Introduction to Deducer

n Introduction

n Reading Data into R (1)

n Reading Data into R (2)

n Descriptive, continuous

n Descriptive, categorical

Previously in this group

Page 4: Introduction to Deducer

Menu

n Categorical data

n How to summarize

Page 5: Introduction to Deducer

Ingredients

n Summary statistics for continuous data

n Summary statistics for categorical data

n None

Statistics Programming

Page 6: Introduction to Deducer

L

Learninga new

languageis hard

Page 8: Introduction to Deducer

RStudio editor

Fully functional Not GUI

http://rstudio.org

Page 10: Introduction to Deducer

Deducer GUI

Point & Click user interface. Functions not extensive

http://www.deducer.org

Page 11: Introduction to Deducer

Let’s install

Page 12: Introduction to Deducer

DeducerDeducerSurvival

Install

Page 13: Introduction to Deducer

JGR for Mac:http://rforge.net/JGR/web-files/JGR-1.6-SL.dmg

JGR for Win (32bit):http://rforge.net/JGR/web-files/jgr-1_62.exe

Download JGR

Page 14: Introduction to Deducer
Page 15: Introduction to Deducer

Choose your folder

Page 16: Introduction to Deducer

Package Manager to choose packages to load

Page 17: Introduction to Deducer

Turn onDeducer

DeducerSurvival

Page 18: Introduction to Deducer

Mac only: Preferences again

Turn off. It’s buggy

Page 19: Introduction to Deducer

Additional menus in place !

Page 20: Introduction to Deducer

Load

vcdpackage

Page 21: Introduction to Deducer

library(vcd) [then hit enter]

then

Data Viewer for overview of dataset

Page 22: Introduction to Deducer
Page 23: Introduction to Deducer
Page 24: Introduction to Deducer

Frequencies for categorical variables

Page 25: Introduction to Deducer
Page 26: Introduction to Deducer

Frequencies for categorical data

Page 27: Introduction to Deducer

Summary for continuous variables

Page 28: Introduction to Deducer
Page 29: Introduction to Deducer
Page 30: Introduction to Deducer
Page 31: Introduction to Deducer

Reading Excel data

Page 32: Introduction to Deducer
Page 34: Introduction to Deducer
Page 35: Introduction to Deducer

Convert a variable to factor (categorical)

Page 36: Introduction to Deducer

Graphs

Page 37: Introduction to Deducer
Page 38: Introduction to Deducer
Page 39: Introduction to Deducer
Page 40: Introduction to Deducer
Page 41: Introduction to Deducer
Page 42: Introduction to Deducer
Page 43: Introduction to Deducer

Add smooth

Page 44: Introduction to Deducer

Grouping by zyg

Page 45: Introduction to Deducer

Grouping by zyg

Page 46: Introduction to Deducer
Page 47: Introduction to Deducer