├── DESCRIPTION ├── MD5 ├── NAMESPACE ├── NEWS ├── R ├── A.mat.R ├── GWAS.R ├── kin.blup.R ├── kinship.BLUP.R └── mixed.solve.R ├── inst └── CITATION └── man ├── A.mat.Rd ├── GWAS.Rd ├── kin.blup.Rd ├── kinship.BLUP.Rd ├── mixed.solve.Rd └── rrBLUP-package.Rd /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /MD5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/MD5 -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/NEWS -------------------------------------------------------------------------------- /R/A.mat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/R/A.mat.R -------------------------------------------------------------------------------- /R/GWAS.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/R/GWAS.R -------------------------------------------------------------------------------- /R/kin.blup.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/R/kin.blup.R -------------------------------------------------------------------------------- /R/kinship.BLUP.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/R/kinship.BLUP.R -------------------------------------------------------------------------------- /R/mixed.solve.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/R/mixed.solve.R -------------------------------------------------------------------------------- /inst/CITATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/inst/CITATION -------------------------------------------------------------------------------- /man/A.mat.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/A.mat.Rd -------------------------------------------------------------------------------- /man/GWAS.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/GWAS.Rd -------------------------------------------------------------------------------- /man/kin.blup.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/kin.blup.Rd -------------------------------------------------------------------------------- /man/kinship.BLUP.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/kinship.BLUP.Rd -------------------------------------------------------------------------------- /man/mixed.solve.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/mixed.solve.Rd -------------------------------------------------------------------------------- /man/rrBLUP-package.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran/rrBLUP/HEAD/man/rrBLUP-package.Rd --------------------------------------------------------------------------------