lambda.grid: Function to compute the lambda grid values

Description Usage Arguments Value

View source: R/model_functions.R

Description

This function computes a grid of lambda values for the LASSO analysis

Usage

1
lambda.grid(y, x, nlambda = 100)

Arguments

y

is the reponse vector of the training set

nlambda

is the nuber of lambda to generatea

X

is the matrix of the dataset with samples on the rows and features on the column

Value

a numeric vector of length nlabmda


angy89/hyQSAR documentation built on Sept. 24, 2019, 7:31 a.m.