Learn R Programming

packDAMipd (version 1.1.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)

Value

the keyword that should be used in R for regression analysis

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

Examples

Run this code
find_keyword_regression_method("linear")

Run the code above in your browser using DataLab