Graphs in the Fit Model platform show confidence intervals. For instance, "Actual by Predicted Plot" and "Prediction Profiler". How can I add to the display to show the value of significance or confidence that that interval represents. For instance, if I changed the alpha to 0.1 I'd like to see "alpha = 0.1" somewhere in the platform. Then I can compare the graph to one where the alpha is 0.15 and I'll know which is which.
I suppose I could just add some static text, and that's a last resort. I'd rather it be automatic so I can look at any graph that has confidence intervals and know the alpha.
If I add a script button to the report, is it possible to access the value of alpha that is being used? I could use the gray triangle to "Append Item > Add Script Button", but then what is the code in the script to access the value of alpha? What is the context for the script code from which I could find the avialable variables to access?
By the way, the same applies to the color coding for pvalue. I'd like an automatic way to know the alpha that is in the conditional formatting, without having to go to the dialogs for re-defining the conditional formatting.