Skip to content

Commit

Permalink
help files for cran checks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-da committed Dec 4, 2023
1 parent 9c9179f commit dbb6008
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions R/aux_functions.r
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ setMethod(f="calcRisksX", signature=c("sdcMicroObj"), definition=function(obj, .
#' @param randomizeRecords (logical) specifies, if the output records should be randomized. The following
#' options are possible:
#' \describe{
#' \item {'no'}{default, no randomization takes place}
#' \item {'simple'}{records are just randomly swapped.}
#' \item {'byHH'}{if slot 'hhId' is not \code{NULL}, the clusters defined by this variable are randomized across the dataset. If
#' \item{'no'}{default, no randomization takes place}
#' \item{'simple'}{records are just randomly swapped.}
#' \item{'byHH'}{if slot 'hhId' is not \code{NULL}, the clusters defined by this variable are randomized across the dataset. If
#' slot 'hhId' is \code{NULL}, the records or the dataset are randomly changed.}
#' \item {'withinHH'}{if slot 'hhId' is not \code{NULL}, the clusters defined by this variable are randomized across the dataset and
#' \item{'withinHH'}{if slot 'hhId' is not \code{NULL}, the clusters defined by this variable are randomized across the dataset and
#' additionally, the order of records within the clusters are also randomly changed. If slot 'hhId' is \code{NULL}, the records or the dataset are
#' randomly changed.}}
#' @return a \code{data.frame} containing the anonymized data set
Expand Down
4 changes: 2 additions & 2 deletions R/dRisk.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#' @param obj a \code{data.frame} or object of class \code{\link{sdcMicroObj-class}}
#' @param ... possible arguments are:
#' \describe{
#' \item {\code{xm}: }{perturbed data}
#' \item {\code{k}: }{percentage of the standard deviation}}
#' \item{\code{xm}:}{perturbed data}
#' \item{\code{k}:}{percentage of the standard deviation}}
#' @return The disclosure risk or/and the modified \code{\link{sdcMicroObj-class}}
#' @author Matthias Templ
#' @seealso \code{\link{dUtility}}
Expand Down
4 changes: 2 additions & 2 deletions man/dRisk.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/extractManipData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbb6008

Please sign in to comment.