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 April 11, 2025, 5:43 p.m.