jmp-l
[Top] [All Lists]

Re: Scripting Help

To: jmp-l@lists.biostat.wustl.edu
Subject: Re: Scripting Help
From: Mark4Flies@aol.com
Date: Sat, 19 Aug 2006 08:54:04 EDT
You can insert a named argument or option anywhere. JMP will parse the _expression_ correctly. So the By( :Year ) argument can go at the beginning, middle or end of the list of arguments.

When you want to send a message to the analysis or report layers of Fit Model platform with by groups, you have to package the message:

fit << (response << message);

This way, the fit object does not attempt to interpret response or message, instead it passes this message to the named response.

This mechanism is documented in the chapter about scripting particular platforms and there is a section devoted to Fit Model and these details.

Mark
<Prev in Thread] Current Thread [Next in Thread>