JMP 13.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
Scripting Guide
• Extending JMP
上一个
•
下一个
Extending JMP
External Data Sources, Analytical Tools, and Automation
This chapter discusses scripting features that are particularly useful for production settings, such as the following:
•
a Datafeed for capturing real-time data from a laboratory instrument
•
using SAS, MATLAB, or R through JMP Scripting Language (JSL)
•
using JMP with Microsoft Excel
•
connecting to databases
•
controlling JMP externally by OLE automation
•
parsing XML
Some general JSL commands that might be of particular interest for use in a production setting include
Caption
,
Speak
,
Print
,
Write
, and
Mail
. These commands are described in
Functions that Communicate with Users
.
Contents
Real-Time Data Capture
Create a Datafeed Object
Read in Real-Time Data
Manage a Datafeed with Messages
Examples of Datafeed
Dynamic Link Libraries (DLLs)
Using Sockets in JSL
Socket-Related Commands
Messages for Sockets
Database Access
Run Query Builder Queries
Open Database Function
Creating a Database Connection and Executing SQL
Writing a SQL Query
Working with SAS
Make a SAS DATA Step
Create SAS DATA Step Code for Formula Columns
SAS Variable Names
Get the Values of SAS Macro Variables
Connect to a SAS Metadata Server
Preferences
Sample Scripts
Working with MATLAB
Installing MATLAB
Working with R
Installing R
JMP to R Interfaces
R JSL Scriptable Object Interfaces
Conversion Between JMP Data Types and R Data Types
Troubleshooting
Examples
Working with Microsoft Excel
Parsing XML
OLE Automation