Hi again,
I'm writing a program and I want to be able to call one of the statistics routines that the nspire has, complete with the user input popups.
Here's some pseudo code to describe what I want to do
start
Ask user for type of test (z test, 2 sample t test, etc)
call appropriate routine, example: menu > 6 > 7 > 1 (Z test)
User enters the appropriate data
Z test runs, calculates and exits
other things happen
program end.
Any ideas?