Cmatrix: Information Matrix of a Block Design

View source: R/ibd.R

CmatrixR Documentation

Information Matrix of a Block Design

Description

Gives the information matrix from a given treatment by block incidence matrix of a block design

Usage

Cmatrix(N)

Arguments

N

treatment by block incidence matrix

Value

Cmatrix

v by v information matrix where v is number of treatments

Author(s)

Baidya Nath Mandal <mandal.stat@gmail.com>

Examples

N = matrix(c(1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,1,0,0,0,1,0,0
,1,0,1,1,0,0),nrow=7,byrow=TRUE)
Cmatrix(N)
Information.Matrix(N)

ibd documentation built on May 29, 2024, 12:11 p.m.

Related to Cmatrix in ibd...