310 likes | 426 Views
3. Chapter 1: Introduction. 3. Chapter 1: Introduction. Objectives. Identify key components and features of JMP software. Navigate the user-assistance options. 1.01 Multiple Choice Poll. How much experience do you have using JMP software? I have never used JMP software.
E N D
3 Chapter 1: Introduction
3 Chapter 1: Introduction
Objectives • Identify key components and features of JMP software. • Navigate the user-assistance options.
1.01 Multiple Choice Poll • How much experience do you have using JMP software? • I have never used JMP software. • I have used JMP software a little. • I use JMP software often.
Navigating with JMP Software This demonstration illustrates the concepts discussed previously.
3 Chapter 1: Introduction
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.
1.02 Multiple Choice Poll • Which type of file do you work with most often? • Plain text files • Microsoft Excel • Microsoft Access • Other database files
Importing Data with JMP This demonstration illustrates the concepts discussed previously.
Exercise This exercise reinforces the concepts discussed previously.
1.03 Multiple Choice Poll • A 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? • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Colleges.Tuition > 12000. • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 OR Colleges.Tuition > 12000. • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Tuition > 12000.
1.03 Multiple Choice Poll – Correct Answer • A 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? • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Colleges.Tuition > 12000. • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 OR Colleges.Tuition > 12000. • SELECT Name, Rate, Tuition FROM Colleges WHERE Colleges.Rate > 85 AND Tuition > 12000.
3 Chapter 1: Introduction
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.
The JMP Data Table and Creating a Journal This demonstration illustrates the concepts discussed previously.
1.04 Quiz • Match the example on the left with the appropriate modeling type on the right. • Nominal • Ordinal • Continuous Height in centimeters Group: experimental or control Stage of Disease: beginning, intermediate, or advanced
1.04 Quiz – Correct Answer • Match the example on the left with the appropriate modeling type on the right. • Nominal • Ordinal • Continuous Height in centimeters Group: experimental or control Stage of Disease: beginning, intermediate, or advanced 1-C, 2-A, 3-B
Exercise This exercise reinforces the concepts discussed previously.