I am not using Fit Profiler, I am purely using Contour Profiler as a convenient platform for showing the Responses of some complicated formulas with many Factors, but thanks for your explaination!
After trying many iterations, I can confirm your approach to reordering the Reponses in the Y, Predictions Formula box of the Contour Profiler builder GUI reorders the Responses order in the resultant Contour Profiler.
The Factor order is a bit more complicated. The first Factor is determined by the order in which they appear in the ordered list of Responses.
i.e. if the Response order is ResponseA, ResponseB, ResponseC
where:
ResponseA = Factor3 * Factor2
ResponseB = Factor1 + Factor2
ResponseC = Factor1
then the Factor order is Factor3, Factor2, Factor1
if the Response order is ResponseC, ResponseB, ResponseA
where:
ResponseA = Factor3 * Factor2
ResponseB = Factor1 + Factor2
ResponseC = Factor1
then the Factor order is Factor1, Factor2, Factor3
if the Response order is ResponseB, ResponseC, ResponseA
where:
ResponseA = Factor3 * Factor2
ResponseB = Factor1 + Factor2
ResponseC = Factor1
then the Factor order is Factor1, Factor2, Factor3
Pretty unfortunate this order can't be manually be assigned via a script, but thanks for your help navigating this problem!