fastLm: Estimate coefficients for linear model.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

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

Usage

1
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.


TESA-workshops/TESAsamSim documentation built on Feb. 6, 2021, 12:25 a.m.