View source: R/03_IFE_algorithm_functions.R
LMROB | R Documentation |
Desgined to make sure the following error does not happen anymore: Error in if (init$scale == 0) : missing value where TRUE/FALSE needed. KS2014 is the recommended setting (use "nosetting = FALSE").
LMROB(parameter_y, parameter_x, nointercept = FALSE, nosetting = FALSE)
parameter_y |
dependent variable in regression |
parameter_x |
independent variables in regression |
nointercept |
if TRUE it performs regression without an intercept |
nosetting |
option to remove the recommended setting in lmrob(). It is much faster. Defaults to FALSE. |
An object of class lmrob. If something went wrong it returns an object of class error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.