Description Usage Arguments Details Value Examples
Function to find the keyword for regression methods
1 | find_keyword_regression_method(text, additional_info = NA)
|
text |
regression method |
additional_info |
additional information required |
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
the keyword that should be used in R for regression analysis
1 | find_keyword_regression_method("linear")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.