Trapping Error in Do2VStats()
|
03-10-2018, 05:47 PM
Post: #1
|
|||
|
|||
Trapping Error in Do2VStats()
I am writing a program to select the best fit from the available models in the Statistics 2Var app. I plan to submit it when everything is working.
(It publishes two functions that compute the available criteria for model selection. R square should be used to evaluate the performance of the selected model. It should [b]not[/b] be used to select the model. AICc and adjusted R square are available as the model selection criterion.) I am able to step through the program for the first several models and see the correct values in the variables but when the error occurs, the debugger kicks me out with a syntax error message. I tried to trap it with IFERR but I am not getting anywhere. (I have been further hampered by the instability of the virtual calculators on macOS and iOS where the button and field labels disappear or changes in the program editor are not saved. This behavior is particularly troublesome in the debugger. I have to close the VC every five minutes or so.) Thanks in advance for any help you might offer! Code: #pragma mode( separator(.,;) integer(h32) ) |
|||
03-10-2018, 09:58 PM
Post: #2
|
|||
|
|||
RE: Trapping Error in Do2VStats()
I have made some progress but it still does not seem to work as expected. Have a look please!
Code: #pragma mode( separator(.,;) integer(h32) ) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)