ols.fit.coef: Estimate the coefficients of a multivariate linear model

ols.fit.coefR Documentation

Estimate the coefficients of a multivariate linear model

Description

Estimate the coefficients of a multivariate linear model via ordinary least squares.

Usage

ols.fit.coef(Y, X, offset = NULL)

Arguments

Y

n \times m matrix of response variables

X

n \times p matrix of covariates

offset

n \times m matrix of offset values


sgdGMF documentation built on April 3, 2025, 7:37 p.m.