ols: Ordinary Least Squares

View source: R/parametric-models.R

olsR 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,
  ...
)

crossurr documentation built on June 22, 2024, 9:26 a.m.