Cargando…

Jump into JMP Scripting /

Learn the essentials of the JMP Scripting Language with this beginner's guide. Written in an easy-to-understand style based on the authors' extensive experience, Jump into JMP Scripting, Second Edition teaches beginner scripters how to take advantage of the robust JMP Scripting Language (J...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Murphrey, Wendy (Autor), Lucas, Rosemary (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cary, NC : SAS Institute, 2018.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro; Contents; About This Book; What Does This Book Cover?; Is This Book for You?; What Are the Prerequisites for This Book?; What Is the Scope of This Book?; What's New in This Edition?; How This Book Is Organized; Typographical Conventions Used in This Book; Software Used to Develop the Book's Content; References; About the Authors; We Want to Hear from You; Acknowledgments; Section 1; Chapter 1: Make JMP Work for You; Overview; Capturing Scripts from Your Analyses; Capturing Scripts from Imported Data; Capturing Scripts from Data Manipulations; Creating a Combined Script; Summary.
  • Chapter 2: Stitching It TogetherOverview; Stitching Saved Scripts Together; Combining Summary Data with an Analysis; Combining Data Import, Summary, and Two Analyses; Summary; Chapter 3: The Double Layer Cake; Presentation Options; Display Boxes; Adding Items to a Report; Removing Items from a Report; Summary; Chapter 4: JSL Language Foundations; Overview; Fundamental Concepts; Data Structures; Namespaces; Name Resolution; Conditional Logic; Looping; Summary; Chapter 5: Close Your Eyes and Jump!; Debugging Tips; JSL Debugger; Defensive Programming Strategies.
  • Chapter 6: The Dashboard and Application BuildersOverview; Combine Windows, the Dashboard Builder, and the Application Builder; Summary; Chapter 7: Advanced Topics; Overview; Building Custom Dialogs; Navigating Reports Programmatically; Expression Handling; Summary; Section 2; Chapter 8: Rows, Columns, and Tables; Question 8.1: I can manipulate a data table interactively, such as by; Question 8.2: How can I select rows where more than one condition is true?; Question 8.3: There are already rows selected in my data table. How can I.
  • Question 8.4: How can I select from the currently selected rows?Question 8.5: How can I perform a Select Where on numeric datetime; Question 8.6: How can I determine the number of selected, excluded, or; Question 8.7: I am attempting to select some rows, and then create a; Question 8.8: How can I determine the number of selected columns in a; Question 8.9: I want to delete all the character columns in a data table. How; Question 8.10: Are there any JSL commands for recoding data, as in Cols Recode?; Question 8.11: I have a set of values that I want to use as the control limits.
  • Question 8.12: How can a character column containing datetime values beQuestion 8.13: I can replace all the missing numeric values in a table with; Question 8.14: How can I delete the formula from every column in my data; Question 8.15: How can I use a variable in a new column with a formula?; Question 8.16: How can I add multiple columns with formulas in a loop? I; Question 8.17: How can I get a list of all open data tables?; Question 8.18: How can I open and concatenate multiple files that have the; Question 8.19: I have imported several files and performed some data.