14.03.2014 Views

Download Jmp User Guide

Download Jmp User Guide

Download Jmp User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix C Formula Functions Reference 493<br />

Assignment Functions<br />

Assignment Functions<br />

Assignment functions work in place. That is, the result returned by the operation (on the right of the<br />

operator) is stored in the argument on the left of the operator and replaces its current value.<br />

Assignment statements are most often used in conjunction with other commands to build a JSL script.<br />

See the JMP Scripting <strong>Guide</strong> for details about syntax.<br />

= (assign) Puts the value of b into a. For example, (a=b).<br />

+= (add to) Adds the value of b to a and puts the result back into a. For example, a+=b.<br />

-= (subtract to) Subtracts the value of b and puts the result back into a. For example, a–=b.<br />

*= (multiply to) Multiplies b with a and puts the result back into a. For example, a*=b.<br />

/= (divide to) Divides b into a and puts the result back into a. For example, a/=b.<br />

++ (post increment) Adds one (1) to a, in place, so that a++. For example, if the initial value of a<br />

is 4, the expression a++ changes a to 5.<br />

-- (post decrement) Subtracts one (1) from a, in place, so that a– – . For example, if the initial<br />

value of a is 4, the expression a– – changes a to 3.<br />

C Formula Functions Reference<br />

Parametric Model Functions<br />

This category is a short cut to create three parametric models that are linear functions of set of<br />

window-selected columns.<br />

Linear Model, Interactions Model, Full Quadratic Model<br />

Selecting each of these opens a column selection box that lets you select one or more columns to be<br />

included in the model. The function then creates and populates the chosen model.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!