Learn R Programming

lmDiallel (version 1.0.1)

diallelMET: Factitious dataset for Diallel analysis

Description

Multi-environment half-diallel dataset with six parentals, in five blocks and ten environments; the dataset is factitious and was obtained by Monte Carlo simulation.

Usage

data("diallelMET")

Arguments

Format

A data.frame with 1050 observations on the following 5 variables.

Env

environment, a factor with 10 levels

Block

block, a factor with 5 levels

Par1

male parent, a factor with 6 levels

Par2

female parent, a factor with 6 levels

Yield

yield, a numeric vector

Author

Andrea Onofri, Niccolo' Terzaroli, Luigi Russi

References

Onofri, A., Terzaroli, N. & Russi, L. Linear models for diallel crosses: a review with R functions. Theor Appl Genet (2020). https://doi.org/10.1007/s00122-020-03716-8

Examples

Run this code
data("diallelMET")

Run the code above in your browser using DataLab