JMP 14.0 Online Documentation (English)
Discovering JMP
Using JMP
Basic Analysis
Essential Graphing
Profilers
Design of Experiments Guide
Fitting Linear Models
Predictive and Specialized Modeling
Multivariate Methods
Quality and Process Methods
Reliability and Survival Methods
Consumer Research
Scripting Guide
JSL Syntax Reference
JMP iPad Help
JMP Interactive HTML
Capabilities Index
JMP 13 Online Documentation
JMP 12 Online Documentation
Scripting Guide
• Data Structures
Previous
•
Next
Data Structures
Working with Collections of Data
JSL provides these basic data structures that can hold a variety of data in a single variable:
•
A list holds a number of other values, including nested lists and expressions.
•
A matrix is a row-by-column table of numbers.
•
An associative array maps keys to values, which can be almost any other type of data.
Contents
Lists
Evaluate Lists
Assignments with Lists
Perform Operations in Lists
Find the Number of Items in a List
Subscripts
Locate Items in a List
List Operators and Functions
Iterate through a List
Concatenate Lists
Insert a Nested List in an Existing List
Index into a List with Another List
Send Messages to Lists
Matrices
Construct Matrices
Subscripts
Inquiry Functions
Comparisons, Range Checks, and Logical Operators
Numeric Operations
Concatenation
Transpose
Indexing into a Matrix or List with Another Matrix or List
Matrices and Data Tables
Matrices and Reports
Loc Functions
Ranking and Sorting
Special Matrices
Inverse Matrices and Linear Systems
Decompositions and Normalizations
Build Your Own Matrix Functions
Statistical Examples
Associative Arrays
Create Associative Arrays
Work with Associative Arrays
Applications for Associative Arrays
Associative Arrays in Graph Theory
Associative Arrays in Set Operations
Previous
•
Next
Help created on 7/12/2018