JMP 13.2 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 12 Online Documentation
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Matrix Boxes
Previous
•
Next
Matrix Boxes
matrix box<<Get
Returns the matrix contents.
matrix box<<Make Into Data Table(<Invisible(Boolean)>)
Turns the matrix into a new data table. The optional argument
Invisible()
, if
True
, hides the data table from view. If
False
, the
Invisible()
argument shows the data table.
matrix box<<Set Format(width, decimalplaces)
Sets the numeric format for matrix elements.
matrix box<<Sort(column_num, ascending_bool)
Sorts the rows of the matrix based on the column number specified by
column_num
. The default sort order is ascending.
If
column_num
is 0, the sort is removed.
If
ascending_bool
is "
True"
, the sort is performed in ascending order. If
ascending_bool
is "
False"
, the sort is in descending order.
Previous
•
Next
Help created on 9/19/2017