a_matrix {iRoCoDe}R Documentation

Generates the 'a_matrix' (A) of a design

Description

The a_matrix function creates an 'a_matrix' (A) with help of design D2 and 'n_matrix' (N) of design D1.

Usage

a_matrix(design2, n_matrix)

Arguments

design2

A design in matrix format

n_matrix

An incidence matrix of a design

Details

This functions reads the second design (D2) and the incidence matrix or 'n_matrix' (N) of the first design (D1) as input in matrix format. The dimention of the 'a_matrix' (A) is same as the input incidence matrix (N).

Value

It returns matrix (A) with the same dimension as of 'n_matrix' (N).

Author(s)

1) Sayantani Karmakar 2) Md. Ashraful Haque 3) Cini Varghese 4) Seema Jaggi 5) Eldho Varghese 6) Mohd. Harun


[Package iRoCoDe version 1.0.1 Index]