orthnorm {bayesammi}R Documentation

Orthogonal Normalization

Description

Perform Orthogonal Normalization of a matrix

Usage

orthnorm(u = NULL, basis = TRUE, norm = TRUE)

## Default S3 method:
orthnorm(u = NULL, basis = TRUE, norm = TRUE)

Arguments

u

Matrix

basis

Logical argument by default TRUE

norm

Logical argument by default TRUE

Value

Matrix

Author(s)

  1. Muhammad Yaseen (myaseen208@gmail.com)

References

Crossa, J., Perez-Elizalde, S., Jarquin, D., Cotes, J.M., Viele, K., Liu, G., and Cornelius, P.L. (2011) Bayesian Estimation of the Additive Main Effects and Multiplicative Interaction Model Crop Science, 51, 1458–1469. (doi: 10.2135/cropsci2010.06.0343)


[Package bayesammi version 0.1.0 Index]