Learn R Programming

MAVTgsa (version 1.3)

ma.estimate: Estimate of the coefficients

Description

To calculate the ordinary least square estimate of the coefficients.

Usage

ma.estimate(Y, X)

Arguments

Y
Data matrix; row is sample; each column is variable(gene).
X
Design matrix.

Value

The estimate of the coefficients is returned.