diff_eff.lsd | R Documentation |
Test for Significant Treatment effects and Differential Effects of Treatment Contrasts for a LSD
diff_eff.lsd(resp, trt, rows, cols, los = 0.05)
resp |
The response variable vector |
trt |
The treatment vector |
rows |
A vector containing the row indices of a LSD |
cols |
A vector containing the column indices of a LSD |
los |
Level of significance (Default is 0.05) |
In experimental designs if test of differential effect gets rejected we might be interested in analyzing which pair of treatments is behind the rejection. For LSD we need to calculate the estimate of the treatment contrast (tau_k - tau_k') and test H0: tau_k = tau_k' for plausible rejection. The estimate of (tau_k - tau_k') is (y_00k - y_00k') which follows N(tau_j - tau_j', 2*sigma^2/v). Under H_0, the test statistic (y_00k - y_00k')/sqrt(2*MSE/v) follows t_(v-1)(v-2).
A list containing - ANOVA Table, Decision Table, Rejected Pairs, Mean Square Error, Critical Point
Professor Surupa Chakraborty and Professor Debjit Sengupta for helping me in building the concepts of Design of Experiments. Professor Madhura Dasgupta for guiding me in R programming.
Anik Chakraborty
For CRD diff_eff.crd
, for RBD diff_eff.rbd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.