a_matrix: Generates the 'a_matrix' (A) of a design

Description Usage Arguments Details Value Author(s)

View source: R/iRoCoDe.R

Description

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

Usage

1
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


iRoCoDe documentation built on Jan. 25, 2022, 5:08 p.m.

Related to a_matrix in iRoCoDe...