Skip to content

Commit 407d4a0

Browse files
committed
fix inconsistency in documentation/code
1 parent 0bd99c2 commit 407d4a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/pram.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' - the matrix must be a square matrix
2727
#' - the rownames and colnames of the matrix must match the levels (in the same order) of the factor-variable that should be
2828
#' postrandomized.
29-
#' - the rowSums and colSums of the matrix need to equal 1
29+
#' - the rowSums of the matrix need to equal 1
3030
#'
3131
#' It is also possible to combine the different ways. For details have a look at the examples.
3232
#' @param alpha amount of perturbation for the invariant Pram method. This is a numeric vector

0 commit comments

Comments
 (0)