Skip to content

Commit

Permalink
rename hypothesis column
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 24, 2025
1 parent 9bfe905 commit 3ae8f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: insight
Title: Easy Access to Model Information for Various Model Objects
Version: 1.0.1.5
Version: 1.0.1.6
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
1 change: 1 addition & 0 deletions R/standardize_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ standardize_names.parameters_distribution <- standardize_names.parameters_model
cn[cn == "n"] <- "n_Obs"
cn[cn == "type"] <- "Type"
# marginaleffects
cn[cn == "hypothesis"] <- "Parameter"
cn[cn == "value"] <- "Level"
# anova
cn[cn == "sumsq"] <- "Sum_Squares"
Expand Down

0 comments on commit 3ae8f48

Please sign in to comment.