JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Number Col Boxes
上一个
•
下一个
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 )
number col box<<Set Heading("string")
Changes the column heading text.