Skip to content

Commit

Permalink
should be capital R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 26, 2021
1 parent 306a2b4 commit d5e96c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/standardize_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ standardize_names.parameters_distribution <- standardize_names.parameters_model
}

# name of coefficient column htest
cn[cn %in% c("Dxy", "rho", "r", "tau", "r2")] <- "estimate"
cn[cn %in% c("Dxy", "rho", "r", "tau", "R2")] <- "estimate"

if (("Difference" %in% cn) && !("estimate" %in% cn)) {
cn[cn == "Difference"] <- "estimate"
Expand Down

0 comments on commit d5e96c8

Please sign in to comment.