| Compute | Reports mean, standard deviation, and quartiles of the data. |
| Sort | sorts the data |
| Regression | Your data must appear as data points with exactly two numbers on each line. The button opens a new window that will let you compute the least squares regression line and plot it along with a scatter plot of the data points. |
tTest | Your data must be presented as pairs of numbers --- observation, group --- on each line. The groups must be numbered 0 and 1. The button computes a t-test of the equality of means. |
| ChiSquare | The button computes ChiSquare for a test of indpendence. The data must be an rectangular array of counts with same number of counts on each line. |
| Copy | Records the contents of the text area in an internal buffer. |
| Clear | Clears the text area. |
| Paste | Pastes the contents of the internal buffer back into the text area, overwriting the current contents of the text area. |