fulldial: Full 8 x 8 diallel data

Description Usage Format Source References Examples

Description

Data for a full 8 x 8 diallel for grain yield from Singh and Chaudhary (1979)

Usage

1

Format

A data frame with 256 observations on the following 7 variables.

FAMILY

Name of family

TRT

Treatments i.e. genotype

FAMQC

FAMQC

MALE

Male

FEMALE

Female

REP

Replication

YIELD

Grain yield

Source

Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers

References

Griffing, B. 1956. Concept of general and specific combining ability in relation to diallel crossing systems. Austr. J. Biol. Sci. 9, 463-493.

Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers

Mather K., Jinks J.L. (1971). Biometrical Genetics. Chapman & Hall, London.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
data(fulldial) 
 out <-diallele1(dataframe = fulldial, male = "MALE", female = "FEMALE",  
 progeny = "TRT", replication = "REP", yvar = "YIELD" )

print(out) 
out$anvout # analysis of variance 
out$anova.mod1 # analysis of variance for GCA and SCA effects 

out$components.model1 # model1 GCA, SCA and reciprocal components 
out$gca.effmat # GCA effects
out$sca.effmat # SCA effect matrix 
out$reciprocal.effmat # reciprocal effect matrix 

out$varcompare  # SE for comparisions 
out$anovadf.mod2   # ANOVA for model 2
out$varcomp.model2  # variance components for model 2

plantbreeding documentation built on May 2, 2019, 4:54 p.m.