Learn R Programming

missMDA (version 1.7.1)

geno: Genotype-environment data set with missing values

Description

A data-frame with 16 rows corresponding to genotypes (triticale lines) and 10 columns corresponding to different environments where the genotypes were sown. Each cell of the data-frame corresponds to the grain yield (kilograms per hectare) for one genotype in an environment. The first six genotypes correspond to the so-called ``complete'' type, while the next eight were of the ``substituted'' type and two check genotypes were included. Such data sets are often incomplete. Indeed, it frequently happens that all the varieties are not assessed on all the environments.

Arguments

format

A data-frame with 16 rows and 10 columns

source

Royo C, Rodriguez A, Romagosa I (1993). Differential adaptation of complete and substitute triticale. Plant Breeding, 111, 113- 119.

Examples

Run this code
data(geno)

res.ncp.gcv <- estim_ncpPCA(geno)
res.imp <- imputePCA(geno, ncp= res.ncp.gcv$ncp)
res.pca <- PCA(res.imp$completeObs)

Run the code above in your browser using DataLab