Skip to contents

Creates a model wrapper around lm() that conforms to the CausalModel model protocol: a list with fit(X, y) and predict(model, X) functions.

Usage

cm_ols()

Value

A list with fit and predict functions.