find_keyword_regression_method: Function to find the keyword for regression methods

View source: R/help_parameter_estimation_functions.R

find_keyword_regression_methodR 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")

packDAMipd documentation built on May 29, 2024, 3:18 a.m.