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
• Number Col Boxes
Previous
•
Next
Number Col Boxes
number col box<<Add Element(item)
Adds the item to the Number Col Box. Item can be a single number, a list of numbers, or a matrix of numbers.
number col box<<Get
number col box<<Get(i)
Gets the values in a list, or the
i
th value.
number col box<<Get As Matrix
Gets the values in a matrix, specifically a column vector.
number col box<<Get Format
Returns the current format (
width
,
decimalplaces
). A
decimalplaces
> 100 indicates date/time values.
number col box<<Get Heading
Returns the column heading text.
number col box<<Set Format(width, decimalplaces)
number col box<<Set Format("format", width)
Sets the format. Set
decimalplaces
> 100 for date/time values. Set
decimalplaces
= 97 for
p
-value format.
For example,
<< Set Format( 10, 2)
<< Set Format( "Scientific", 10 )
To add commas to values that equal a thousand or more, add the following argument: "
Use thousands separator
".
number col box<<Set Heading("string")
Changes the column heading text.
Previous
•
Next
Help created on 9/19/2017