diff --git a/R/bwplot.R b/R/bwplot.R index dc718fd9..9da003b7 100644 --- a/R/bwplot.R +++ b/R/bwplot.R @@ -25,7 +25,8 @@ #' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the #' duration of the session by running \code{mice.theme()}. #' -#' @aliases bwplot +#' @aliases bwplot.mids bwplot +#' #' @param x A \code{mids} object, typically created by \code{mice()} or #' \code{mice.mids()}. #' @param data Formula that selects the data to be plotted. This argument diff --git a/R/bwplot.mads.R b/R/bwplot.mads.R index 8ad55db3..aa79f482 100644 --- a/R/bwplot.mads.R +++ b/R/bwplot.mads.R @@ -4,6 +4,7 @@ #' the amputed data. The function shows how the amputed values are related #' to the variable values. #' +#' @aliases bwplot.mads #' @param x A \code{mads} (\code{\link{mads-class}}) object, typically created by #' \code{\link{ampute}}. #' @param data A string or vector of variable names that needs to be plotted. As diff --git a/R/densityplot.R b/R/densityplot.R index 77086e51..543e7218 100644 --- a/R/densityplot.R +++ b/R/densityplot.R @@ -25,7 +25,7 @@ #' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the #' duration of the session by running \code{mice.theme()}. #' -#' @aliases densityplot +#' @aliases densityplot.mids densityplot #' @param x A \code{mids} object, typically created by \code{mice()} or #' \code{mice.mids()}. #' @param data Formula that selects the data to be plotted. This argument diff --git a/R/stripplot.R b/R/stripplot.R index f1a310d6..d6754b2b 100644 --- a/R/stripplot.R +++ b/R/stripplot.R @@ -26,7 +26,7 @@ #' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the #' duration of the session by running \code{mice.theme()}. #' -#' @aliases stripplot +#' @aliases stripplot.mids stripplot #' @param x A \code{mids} object, typically created by \code{mice()} or #' \code{mice.mids()}. #' @param data Formula that selects the data to be plotted. This argument diff --git a/R/xyplot.R b/R/xyplot.R index 76ff978e..7518eb47 100644 --- a/R/xyplot.R +++ b/R/xyplot.R @@ -25,7 +25,7 @@ #' \code{col=mdc(1:2), pch=20, cex=1.5}. These choices can be set for the #' duration of the session by running \code{mice.theme()}. #' -#' @aliases xyplot +#' @aliases xyplot.mids xyplot #' @param x A \code{mids} object, typically created by \code{mice()} or #' \code{mice.mids()}. #' @param data Formula that selects the data to be plotted. This argument diff --git a/R/xyplot.mads.R b/R/xyplot.mads.R index 354bd592..6ce78ca9 100644 --- a/R/xyplot.mads.R +++ b/R/xyplot.mads.R @@ -6,6 +6,7 @@ #' automatically separates the amputed and non-amputed data to see the relation between #' the amputation and the weighted sum scores. #' +#' @aliases xyplot.mads #' @param x A \code{mads} object, typically created by \code{\link{ampute}}. #' @param data A string or vector of variable names that needs to be plotted. As #' a default, all variables will be plotted.