lookupEstimationMethod: Estimation method

View source: R/modelEstimation.R

lookupEstimationMethodR Documentation

Estimation method

Description

Decides upon a estimation method for dictionary generation. Input is a name for the estimation method, output is the corresponding function object.

Usage

lookupEstimationMethod(type)

Arguments

type

A string denoting the estimation method. Allowed values are lasso, ridge, enet, lm, glm or spikeslab.

Value

Function that implements the specific estimation method.


sfeuerriegel/SentimentAnalysis documentation built on Aug. 24, 2023, 3:24 p.m.