Description Usage Format Source References Examples
Data for analysis of north Carolina design I (Comstock and Rosbinson 1952).
1 |
A data frame with 72 observations on the following 6 variables.
setset
malemale
femalefemale
progenyprogeny
replicationreplication
yieldyield - Y variable
Singh R.K., Chaudhary B.D.(1985) Biometrical Methods in Quantitative Genetics Analysis, Kalyani Publishers
Comstock R.F., Rosbinson F.F (1952). Estimation of average dominance of genes. In Heterosis, Iowa State College Press, Iowa City, Iowa, chapter 30.
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.
Saxton A. (2004) Genetic Analysis of Complex Traits Using SAS. SAS Institute, Inc.
1 2 3 4 5 6 7 8 9 10 11 12 13 | data(northcaro1)
# using general linear model
p1 <- carolina1(dataframe = northcaro1, set = "set", male = "male", female = "female",
progeny = "progeny", replication = "replication", yvar = "yield")
print(p1)
anova(p1[[1]]) # anova
p1[[1]]$coefficients ## coefficients
p1$var.m # male variance
p1$ var.f # femal variance
p1$ var.A # variance additive
p1$ var.D # variance dominance
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.