Learn R Programming

MEDesigns (version 1.0.1)

CheckME_Diallel: Checking the Properties of a ME-PDC

Description

Checking the Properties of a ME-PDC

Usage

CheckME_Diallel(design)

Value

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

Arguments

design

Provide a ME-PDC

Examples

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

Run the code above in your browser using DataLab