CheckME_Diallel {MEDesigns}R Documentation

Checking the Properties of a ME-PDC

Description

Checking the Properties of a ME-PDC

Usage

CheckME_Diallel(design)

Arguments

design

Provide a ME-PDC

Value

Generates parameters of the designs along with C matrix, eigenvalues (EVs), degree of fractionations (DF) and canonical efficiency factor (CEF).

Examples

library(MEDesigns)
design<-ME_PDC1(10)$ME_PDC
CheckME_Diallel(design)

[Package MEDesigns version 1.0.1 Index]