simpleLM: A very basic linear model solver

View source: R/RcppExports.R

simpleLMR Documentation

A very basic linear model solver

Description

Returns the OLS paramter estimates and fitted values. Used internally for quick fitting of null models.

Usage

simpleLM(y_, X_)

Arguments

y_

A vector of outcome values

X_

The design matrix of fixed effects

Value

A list with the parameter values and fitted values


crctStepdown documentation built on Sept. 14, 2023, 5:06 p.m.