Learn R Programming

RobMixReg (version 1.1.0)

lars.lsa: lars variant for LSA.

Description

lars variant for LSA.

Usage

lars.lsa(Sigma0, b0, intercept, n, type = c("lasso", "lar"),
  eps = .Machine$double.eps, max.steps)

Arguments

Sigma0

The parameter.

b0

The intercept of the regression line.

intercept

The bool variable of whether consider the intercept situation

n

The number of data point.

type

Regression options, choose form "lasso" or "lar".

eps

The converge threshold defined by the machine.

max.steps

The maximum iteration times to stop.

Value

object.