Post Reply 
Get Statistics results in a program...
10-09-2015, 07:44 AM (This post was last modified: 10-09-2015 08:02 AM by StephenG1CMZ.)
Post: #3
RE: Get Statistics results in a program...
This is probably obvious, but what I have found so far on the Android emulator:

The App is statistics with an s: Statistics_2Var
If you select the variables from the toolbox/App/Statistics_2Var,
Resid is listed but MeanY is not.

Suggesting that perhaps that variable is not defined in that App. I also tried1Var: same .

But typing it in at Home gives Error: Insufficient data (I haven't set any up), meaning Home recognises MeanY.

Update: But then I re-edited my program changing 1Var.MeanY back to 2Var.MeanY - and now it compiles! So: Did I have a typo earlier? Or did the Home evaluation change something?
Code:

EXPORT TR()
BEGIN
 PRINT(Statistics_2Var.MeanY);
 PRINT(Statistics_2Var.Do2VStats());
 
 WAIT;
END;

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Get Statistics results in a program... - StephenG1CMZ - 10-09-2015 07:44 AM



User(s) browsing this thread: 1 Guest(s)