traitstatsrbdmeantable: RCBD Mean Table

traitstats.rbdmeantableR Documentation

RCBD Mean Table

Description

Individual treatment mean table along with Grand trait mean, CV, SE(m) and CD.

Usage

traitstats.rbdmeantable(Treatment, Replication, DataFile)

Arguments

Treatment

Treatment column in the DataFile

Replication

Replication column in the DataFile

DataFile

Input Data file name

Details

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.

Value

Individual Treatment mean
Trait Mean
SE(m)
CV
CD

Author(s)

Nitesh, S.D, Parashuram Patroti and Shilpa Parashuram

References

Panse and Sukhatme. 1984. Statistical Methods for Agricultural Workers. ICAR, New Delhi.

See Also

traitstats.rbd, traitstats.rbdstats,traitstats.rbdsummary,

Examples

data("Barley")
traitstats.rbdmeantable(Barley$trt,
                        Barley$rep,
                        Barley)

TraitStats documentation built on June 30, 2022, 5:06 p.m.