simpleLM {crctStepdown}R 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


[Package crctStepdown version 0.5.2 Index]