ncii: NC design II F1 data

Description Usage Format Details Source References Examples

Description

A genetic data set can be analyzed by ANOVA or MIQNUE approaches.

Usage

1

Format

A data frame with 60 observations on the following 4 variables.

Female

female parents

Male

male parents

Rep

replications

Yld

yield

Details

No other details available

Source

Not available

References

To be added

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 library(minque)
 data(ncii)

 res=lmm(Yld~1|Female*Male+Rep,data=ncii)
 res$Var
 res$FixedEffect
 res$RandomEffect

 res=lmm.jack(Yld~1|Female*Male+Rep,data=ncii,
    JacNum=10,JacRep=1,ALPHA=0.05)
 res$Var
 res$PVar

 res$FixedEffect
 res$RandomEffect

minque documentation built on Jan. 11, 2020, 9:18 a.m.

Related to ncii in minque...