Skip to content

Commit

Permalink
Remove references to *_formatted.rda data (#84) (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd authored Apr 21, 2024
1 parent dbd265a commit a2c0d37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Simulation Data for Two Groups
#'
#' Simulated p-values and metadata for a two group comparison. See `simulation_data_two_groups_formatted` for a tidy, recommended version of this same data. Useful for Type II error and power calculations.
#' Simulated p-values and metadata for a two group comparison. Useful for Type II error and power calculations.
#'
#' @format ## `simulation_data_two_groups`
#' A list
Expand All @@ -14,7 +14,7 @@

#' Simulation Data for One Group
#'
#' Simulated p-values and metadata for a two group comparison. See `simulation_data_one_group_formatted` for a tidy, recommended version of this same data. Useful for Type I error calculations.
#' Simulated p-values and metadata for a two group comparison. Useful for Type I error calculations.
#'
#' @format ## `simulation_data_one_group`
#' A list
Expand Down
2 changes: 0 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ reference:
desc: Example data frames/lists
- contents:
- simulation_data_one_group
- simulation_data_one_group_formatted
- simulation_data_two_groups
- simulation_data_two_groups_formatted
2 changes: 1 addition & 1 deletion man/simulation_data_one_group.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/simulation_data_two_groups.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2c0d37

Please sign in to comment.