Hi,
I would like to analyse some data that is based on a Latin squares design. I have imported the data into JMP, two columns corresponding to the separate blocking variables, one column corresponding to the treatment variable and one column corresponding to the response. However, I am unable to specify more than I blocking column in the Fit Y by X platform. I searched through the discussion archives but could not find an answer, and would greatly appreciate any help.
Best,
Paul
Jim is correct. The Oneway platform (through Fit Y by X) is intended for a one-way analysis of variance with the exception of including a single blocking variable. This requires a special role in Oneway. The more general Fit Least Squares platform (through Fit Model) is what you want.
Blocking is not a 'role' here as it is in Oneway. Instead, you simply enter the term for the treatment factors and each blocking factor, two of them in the case of your Latin square design.
The only other distinction is if you see the effect of the blocking as fixed or random. So far, JMP will model it as a fixed effect. If you want to estimate it as a random effect, then select the term in the list of effects and the click the red triangle for Attributes and select Random Effect.
You will want to use the Fit Model Platform.
I can add the response column to Y, and the treatments column to 'Construct Model Effects', but I am still not clear on how to set the other two columns as blocking.
Best,
Paul
Jim is correct. The Oneway platform (through Fit Y by X) is intended for a one-way analysis of variance with the exception of including a single blocking variable. This requires a special role in Oneway. The more general Fit Least Squares platform (through Fit Model) is what you want.
Blocking is not a 'role' here as it is in Oneway. Instead, you simply enter the term for the treatment factors and each blocking factor, two of them in the case of your Latin square design.
The only other distinction is if you see the effect of the blocking as fixed or random. So far, JMP will model it as a fixed effect. If you want to estimate it as a random effect, then select the term in the list of effects and the click the red triangle for Attributes and select Random Effect.
Please, would anyone be able to tell me the steps to run a latin square and greak latin square in JMP? I understand that I need to use the fit model function, but in which fields should I add the treatments and the block factors? Are all of them added together in "Construct Model Effects" or somehow doI need to point out which one is my treatment?
I'm sorry if my question is silly. I'm very new in statistics and especially in JMP.
Thank you
There is nothing special about a Latin square design as far as analysis in JMP. Assuming that you already have your data table arranged with each run on a separate row and each factor and response in a separate data column, you can follow this procedure:
See also, Help > Books > Design of Experiments for many examples of analyzing a DOE.
Thank you very much for your reply! I appreciate your help and time.