Skip to content

Commit

Permalink
changed order for powersim function parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostu committed Nov 28, 2024
1 parent 7b7b717 commit 1173efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/powersim.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @return returns a power plot
#' @author Robert Studtrucker
#' @export
powersim <- function(yi,vi,measure,d,n,pval=0.05) {
powersim <- function(d,yi,vi,measure,n,pval=0.05) {

requireNamespace("metafor")
requireNamespace("pwr")
Expand Down

0 comments on commit 1173efe

Please sign in to comment.