Hi everyone,
I'm new to jmp, therefore I have a propably very basic question.
I'm using jmp pro 15 and performed a definitive screening design with 7 factors (6 continous, 1 discrete).
To evaluate the results in other programs, I want to recalculate the response estimates manually.
For this, I used to following formula:
response = intercept + ...
sum_over_main_effects(factor * main_effect) + ...
sum_over_interaction_effects(factor1 * factor2 * interaction_effect) + ...
sum_over_quadrativ_effects(factor * factor * quadratic_effect)
Hereby, the intercept, the main_effects, interaction_effects and quadratic effects were given by the DSD.
The factors were normalized before multiplying them with the corresponding effects to a range of -1 and +1.
For the influence of the discrete factor, I added the factor estimate whenever the discrete factor is active.
However, I am not able to recreate the response estimates at all.
Can you tell me the correct way to calculate the estimate respones out of the parameter estimates?
Thanks for your help!