Skip to content

Commit

Permalink
fixed wording in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostu committed Sep 6, 2024
1 parent 4d96bbe commit ccfae89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ importFrom("utils", "str")

export(cumulforest)
export(forest)
export(funnelPLot)
export(funnelPlot)
export(jsonSummary)
export(metapower)
export(netMetaForestplot)
Expand Down
2 changes: 1 addition & 1 deletion R/funnelPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' returns a Funnel plot for the given dataset
#' @author Robert Studtrucker
#' @export
funnelPLot <- function(yi,vi,measure,d,peer="no", effectName="Effect") {
funnelPlot <- function(yi,vi,measure,d,peer="no", effectName="Effect") {

requireNamespace("metafor")

Expand Down

0 comments on commit ccfae89

Please sign in to comment.