I have 4 N Rates (0, 140, 168, 224) and three N sources (CRU-60, CRU-75, U)
Control or 0 N rate has no source attached to it as no fertilizer gets applied
When I run the main and interaction effects, the control does not get analyzed. Additionally, when I look at my anova, am I to expect to see a model with a df of 9 (3 N rate*3 N source + control)? If so, I am not getting that. I uploaded an example of how I set up the data. Not sure what to put under the N source column for 0 N rate. My response variable is SorTC. Ultimately I would like to run a tukey analysis where the control can be evaluated against the fertilized treatments. Please advice. Thank you!
Hello @MANOVALogKoala1,
Could you please describe which platform do you use (I guess "Fit Model" for detecting main effects and interactions, and "Fit Y by X" for ANOVA ?) ? It may also be wiser to add "0" in your control source, so that your control group is not considered as "missing value" (and stop you from looking at the control results in the different platforms).
Be careful in your analysis with "Fit Y by X", as Tukey or Dunnett tests are parametric tests, so you need to verify three assumptions in your data : independence of observations, normality (or close to normality), and equal variances. Here, looking at the test data, equal variances might not be respected (that might be due to low samples sizes), and you have only an approximate normality when looking at Normal Quantile Plot. To have more confidence in your statistical testing, I would recommend using non-parametrical tests : Steel with Control (non-parametric equivalent to Dunnett) or Steel-Dwass, All Pairs (non parametric equivalent to Tukey test).
I hope it will help you,
Thank you for your response! I am using Fit Model to detect the main effects and interactions between N rate and N source and I am using the personality Standard Least squares. I ran the analysis without the block for now just to see the ANOVA for the main and interaction, which looks correct for the model DF which is 9 (pdf is attached). I ran Tukey for all main and interaction to show that the comparisons that I am looking for are displayed for each effect, which is great. The only problem is that the degrees of freedom are lost for the N rate and source and therefore the analysis is not working out. I like how in your one-way analysis you had the control act as a source effect. How do I get the control to act as a source and rate effect in my model when using Fit Model? If possible, please advice. Thanks!
Ok thanks for the infos !
Not sure what you mean by "correct", but looking at your standard least squares model, it seems that your model is not significant (and neither are the main effects and interaction, way above the common significance threshold of 0.05).
Only 34% of the variability in the data is explained by this model, which is quite low.
Looking at the values for the different combinations (and tests I previously did in a bivariate analysis), you might not have significant effects for your source and N rate parameters.
Since you have not enough DF, you might try to relaunch the analysis in a stepwise manner, or simply without the interaction (just looking at the main effects first).
But once again, there is no clear trend on this test data set, so I clearly think there is either not enough data to detect this small effect size, or there are simply no significant effect.
With the different statistical reports and your domain expertise, you will be able to understand and decide what to do next.