I think I understand what you want to do. It seems entirely reasonable, and also not so easy. I will at a minimum try and articulate in more detail what you want, with a specific example.
Step 1.
I have my model, which for the special case of a single continuous variable, or one continuous and one discrete (as here) is shown in the Regression Plot outline.
In this example its reasonable apparent that variance increases with speed and this can be improved with a Log transformation to the response. This is confirmed by evaluating Box Cox transformations ( λ = - 0 is equivalent to a log transform).
For convenience of illustration I will take the log transform rather than λ = -0.025.
Step 2
From the Box Cox transformation red triangle I can refit with a transform and specify the λ value.
The new model looks like this:
It is linear with respect to the transformed response. It is clearer to understand the model by looking at the profiler, which shows the y-axis in the un-transformed units:
What I believe @Grumpybaldprof is asking for is the profiler curve on the regression plot. I can make this more explicit:
Step 3
This time I return to the Fit Model platform and specify a Log transformation to the response variable.
Now I get the following Regression Plot :
This I think is what @Grumpybaldprof is looking for.
However, I'm only able to achieve this by applying the transformation in the Fit Model dialog and I am limited to the following power transformations:
These correspond to λ values of 0 ,0.5 ,2 , -1 respectively whereas the Box Cox transformation produces a continuum of values.
So what to do:
- Ask JMP to support the box-cox λ parameter when transforming the response, so that the reverse transformation is automatically applied to graphs
- Take a sensible interpretation of the Box-Cox transformation (99% of the time I end up taking a log transformation; I would never use λ=-0.025 because I don't know what it means)
- Use graph builder to recreate the graph
Step 4
Using graph builder - well it's not the easiest thing to do, let alone describe so I will just give a screenshot to show it can be done
-Dave