traitstatsrbdsummary: RCBD Data Analysis Report

traitstats.rbdsummaryR Documentation

RCBD Data Analysis Report

Description

RCBD data analysis report in PDF formate compiling the ANOVA, Descriptive Statistics and Genetic Parameter along with Data distribution graph.

Usage

traitstats.rbdsummary(Treatment, Replication, DataFile)

Arguments

Treatment

Treatment column in the DataFile

Replication

Replication column in the DataFile

DataFile

Input Data file name

Details

traitstats.rbdsummary function analysis the input DataFile according to the methodology given by Panse and Sukhatme (1984) and generates the RCBD data analysis results comprising of Data point distribution, ANOVA table, Descriptive statistics and Genetic parameter arranged in the PDF format output file.

Value

Data distribution graph
ANOVA table : Rep, Trt, MStrt, MSrep and MSerror along the test of significance
Descriptive statistics table : Trait Mean, Min, Max, SE(m), SE(d), CV and CD.
Genetic Parameter : GCV, PCV, h2, GA and GAM along with the category

Author(s)

Nitesh, S.D., Parashuram Patroti and Shilpa Prashuram

References

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

See Also

traitstats.rbd,traitstats.rbdmeantable, traitstats.rbdstats

Examples

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

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