ols {crossurr}R Documentation

Ordinary Least Squares

Description

Ordinary Least Squares

Usage

ols(
  x = NULL,
  y = NULL,
  data = NULL,
  test_data = NULL,
  test_data0 = NULL,
  test_data1 = NULL,
  ...
)

[Package crossurr version 1.1.1 Index]