Utils: Summary of Analysis of Variance and Test of Means for Joint analysis
Utils: Summary of Analysis of Variance and Test of Means for Joint analysis
Summarizes the output of the analysis of variance and the multiple comparisons test for completely randomized (DIC) and randomized block (DBC) designs for Joint analysis with qualitative factor.
summarise_conj(analysis, design ="DBC", info ="p")
Arguments
analysis: List with the analysis outputs of the conjdic and conjdbc functions
design: Type of experimental project (DIC or DBC)
info: Analysis of variance information (can be "p", "f", "QM" or "SQ")
Note
The column names in the final output are imported from the ylab argument within each function.
This function is only for declared qualitative factors. In the case of a quantitative factor and the other qualitative in projects with two factors, this function will not work.