Learn R Programming

crossurr (version 1.1.2)

ols: Ordinary Least Squares

Description

Ordinary Least Squares

Usage

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

Arguments