traitstats.rbdmeantable | R Documentation |
Individual treatment mean table along with Grand trait mean, CV, SE(m) and CD.
traitstats.rbdmeantable(Treatment, Replication, DataFile)
Treatment |
Treatment column in the DataFile |
Replication |
Replication column in the DataFile |
DataFile |
Input Data file name |
traitstats.rbdmeantable function analysis the input DataFile according to the methodology given by Panse and Sukhatme (1984) and generates the data frame consisting of the treatment mean over replication. Furthermore, it also represent the descriptive statistics parameter – Trait mean, StdError(m), CV and CD at 5 percent level of significance in the tabular representation of the publication ready format.
Individual Treatment mean
Trait Mean
SE(m)
CV
CD
Nitesh, S.D, Parashuram Patroti and Shilpa Parashuram
Panse and Sukhatme. 1984. Statistical Methods for Agricultural Workers. ICAR, New Delhi.
traitstats.rbd, traitstats.rbdstats,traitstats.rbdsummary
,
data("Barley") traitstats.rbdmeantable(Barley$trt, Barley$rep, Barley)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.