Examples

Following are examples of using the Work Space Column Calculator in Adams Insight.

Example 1

If the values of response r_01 were measured in miles per hour (mph), you could convert the raw data to kilometers per hour (kph) as follows:
1. In the Work Space Column Calculator, set Column to Compute to r_01.
2. Set the Expression area to r_01*1.609344.
3. Select Apply or OK.
4. The updated values display in the r_01 column.

Example 2

Synthesize a relationship between three factors and a response
1. Create three factors and one response.
2. Create a workspace matrix.
3. Open the workspace column calculator and set Column to Compute to r_01.
4. Enter the following expression: '2 + 3*f_01 + 4*f_02**2 + 5*f_03**3'
5. Select OK.

Example 3

Use of Python functions in the expression
1. Create two factors and one response.
2. Create a workspace matrix.
3. Open the workspace column calculator and set Column to Compute to r_01.
4. Enter the following expression: '2 + 3*f_01 + 4*f_02**2 + 5*f_03*f_02 + random()'
5. Select OK.