diff --git a/R/eda_lm.R b/R/eda_lm.R index 10cc25e..9515aad 100755 --- a/R/eda_lm.R +++ b/R/eda_lm.R @@ -80,7 +80,7 @@ #' There-expression powers are shown in the upper right side of the plot. To #' suppress the display of the re-expressions set \code{show.par = FALSE}. #' \cr\cr -#' If the \code{robus} boolean argument is set to TRUE, \code{MASS}'s +#' If the \code{robust} argument is set to TRUE, \code{MASS}'s #' built-in robust fitting model, \code{rlm} is used to fit the regression #' line to the data. \code{rlm} arguments can be passed as a list via the #' \code{rlm.d} argument. diff --git a/docs/reference/eda_lm.html b/docs/reference/eda_lm.html index f371ccd..76c0035 100755 --- a/docs/reference/eda_lm.html +++ b/docs/reference/eda_lm.html @@ -286,7 +286,7 @@

Detailsshow.par = FALSE.

- If the robus boolean argument is set to TRUE, MASS's + If the robust argument is set to TRUE, MASS's built-in robust fitting model, rlm is used to fit the regression line to the data. rlm arguments can be passed as a list via the rlm.d argument.

diff --git a/man/eda_lm.Rd b/man/eda_lm.Rd index c815a20..7ff8aa2 100755 --- a/man/eda_lm.Rd +++ b/man/eda_lm.Rd @@ -158,7 +158,7 @@ The function will plot a regression line and, if requested, a loess There-expression powers are shown in the upper right side of the plot. To suppress the display of the re-expressions set \code{show.par = FALSE}. \cr\cr - If the \code{robus} boolean argument is set to TRUE, \code{MASS}'s + If the \code{robust} argument is set to TRUE, \code{MASS}'s built-in robust fitting model, \code{rlm} is used to fit the regression line to the data. \code{rlm} arguments can be passed as a list via the \code{rlm.d} argument.