Learn R Programming

packDAMipd (version 0.2.0)

find_keyword_regression_method: 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

Value

the keyword that should be used in R for regression analysis

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

Examples

Run this code
# NOT RUN {
find_keyword_regression_method("linear")
# }

Run the code above in your browser using DataLab