regressionFunction.Lasso: Lasso Regression

Description Usage Arguments Value

View source: R/regressionFittingFunctions.R

Description

This function is typically not directly used by the user; it is used inside fitFlexCoDE

Usage

1
regressionFunction.Lasso(x, responses, extra = NULL)

Arguments

x

matrix with covariates that will be used for training

responses

matrix where each column is a response for the training data

extra

this argument is ignored in this function

Value

object of the class Lasso containing information needed to perform prediction on new points


rizbicki/FlexCoDE documentation built on Feb. 10, 2022, 3:14 p.m.