rlm_beta: Fits linear model to predict y using each row in x one at a...

Description Usage Arguments Value

Description

Fits linear model to predict y using each row in x one at a time. Returns coefficients of fit.

Usage

1
rlm_beta(x, y)

Arguments

x

matrix whose rows are to be regressed vs. y

y

vector of numbers

Value

slopes of the robust linear model fits of y vs. each variable in x


agentlans/CorTools documentation built on May 8, 2019, 1:37 a.m.