fastLm: Estimate coefficients for linear model.

View source: R/RcppExports.R

fastLmR Documentation

Estimate coefficients for linear model.

Description

This is a function to rapidly fit linear models and return estimated coefficients.

Usage

fastLm(y, X)

Arguments

y

A numeric vector of response variables

X

A numeric matrix of predictor variables

Value

A numeric list with estimated coefficients and standard deviations.


CamFreshwater/samSim documentation built on Jan. 19, 2025, 11:39 a.m.