wls: Weighted leas squares regression

Description Usage Arguments

View source: R/wls.R

Description

Estimates linear regression coefficients. Standard errors should be computed with a different function depending on various assumptions.

Usage

1
wls(Y, X, W)

Arguments

Y

The outcome variables

X

The explanatory variables

W

The weighting matrix


samuelhigbee/myRtools documentation built on Sept. 25, 2021, 1:26 a.m.