find_keyword_regression_method {packDAMipd}R Documentation

Function to find the keyword for regression methods

Description

Function to find the keyword for regression methods

Usage

find_keyword_regression_method(text, additional_info = NA)

Arguments

text

regression method

additional_info

additional information required

Details

This function returns the keyword to use in regression methods. For example linear regression requires lm in R some regression methods require additional info and it has to be provided

Value

the keyword that should be used in R for regression analysis

Examples

find_keyword_regression_method("linear")

[Package packDAMipd version 1.1.0 Index]