1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

31
1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table

Transcript of 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Page 1: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1

Chapter 1: Introduction

1.1 Introduction to JMP

1.2 Accessing Data

1.3 The Data Table

Page 2: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

2

Chapter 1: Introduction

1.1 Introduction to JMP1.1 Introduction to JMP

1.2 Accessing Data

1.3 The Data Table

Page 3: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Objectives Identify key components and features

of JMP software. Navigate the user-assistance options.

3

Page 4: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

4

Page 5: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.01 Multiple Choice PollHow much experience do you have using JMP software?

a. I have never used JMP software.

b. I have used JMP software a little.

c. I use JMP software often.

5

Page 6: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

JMP Software’s Progressive Interface

6

Page 7: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Dynamic Linking

7

Page 8: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Saving Scripts to the Data Table

8

Page 9: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Formula Editor

9

Page 10: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Context-Sensitive Help

10

Page 11: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

JMP Journal

11

Page 12: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

12

This demonstration illustrates the concepts discussed previously.

Navigating with JMP Software

Page 13: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

13

Page 14: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

14

Chapter 1: Introduction

1.1 Introduction to JMP

1.2 Accessing Data1.2 Accessing Data

1.3 The Data Table

Page 15: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Objectives Identify the types of files that JMP can open. Import a Microsoft Excel file into JMP directly. Import a Microsoft Excel file into JMP using the

Database command.

15

Page 16: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

16

Page 17: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.02 Multiple Choice PollWhich type of file do you work with most often?

a. Plain text files

b. Microsoft Excel

c. Microsoft Access

d. Other database files

17

Page 18: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

18

This demonstration illustrates the concepts discussed previously.

Importing Data with JMP

Page 19: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

19

Page 20: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Exercise

This exercise reinforces the concepts discussed previously.

20

Page 21: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

21

Page 22: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.03 Multiple Choice PollA JMP table contains columns Name, Rate, and Tuition and rows such that Rate is greater than 85 and Tuition is greater than 12000. What SQL code was used to generate this table?

a. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Colleges.Tuition > 12000.

b. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 OR Colleges.Tuition > 12000.

c. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Tuition > 12000.

22

Page 23: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.03 Multiple Choice Poll – Correct AnswerA JMP table contains columns Name, Rate, and Tuition and rows such that Rate is greater than 85 and Tuition is greater than 12000. What SQL code was used to generate this table?

a. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Colleges.Tuition > 12000.

b. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 OR Colleges.Tuition > 12000.

c. SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Tuition > 12000.

23

Page 24: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

24

Chapter 1: Introduction

1.1 Introduction to JMP

1.2 Accessing Data

1.3 The Data Table1.3 The Data Table

Page 25: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Objectives Identify the four components of the JMP data table:

the data grid, Columns panel, Rows panel, and Table panel.

Create a JMP journal to organize elements of a project.

25

Page 26: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

26

This demonstration illustrates the concepts discussed previously.

The JMP Data Table and Creating a Journal

Page 27: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

27

Page 28: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.04 QuizMatch the example on the left with the appropriate modeling type on the right.

28

1. Height in centimeters

2. Group: experimental or control

3. Stage of Disease: beginning, intermediate, or advanced

A. Nominal

B. Ordinal

C. Continuous

Page 29: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

1.04 Quiz – Correct AnswerMatch the example on the left with the appropriate modeling type on the right.

29

1. Height in centimeters

2. Group: experimental or control

3. Stage of Disease: beginning, intermediate, or advanced

1-C, 2-A, 3-B

A. Nominal

B. Ordinal

C. Continuous

Page 30: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

30

Page 31: 1 Chapter 1: Introduction 1.1 Introduction to JMP 1.2 Accessing Data 1.3 The Data Table.

Exercise

This exercise reinforces the concepts discussed previously.

31