Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jan 24, 2025
1 parent 9b30666 commit 71a22b0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 56 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Config/Needs/check: stan-dev/cmdstanr
Config/Needs/website: easystats/easystatstemplate
LazyData: true
Remotes: vincentarelbundock/marginaleffects
26 changes: 22 additions & 4 deletions R/coffee_data.R → R/data.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
#' @docType data
#' @title Sample data set
#' @name fish
#' @keywords data
#'
#' @description A sample data set, used in tests and some examples. Useful for
#' demonstrating count models (with or without zero-inflation component). It
#' consists of nine variables from 250 observations.
NULL


#' @docType data
#' @title Sample dataset from the EFC Survey
#' @name efc
#' @keywords data
#'
#' @description Selected variables from the EUROFAMCARE survey. Useful when
#' testing on "real-life" data sets, including random missing values. This
#' data set also has value and variable label attributes.
NULL


#' @docType data
#' @title Sample dataset from a course about analysis of factorial designs
#' @name coffee_data
Expand All @@ -15,8 +37,4 @@
#' - `coffee`: Group indicator, whether participant drank coffee or not
#' ("`coffee"` or `"control"`).
#' - `alertness`: The participant's alertness score.
#'
#' @examples
#' # Attach coffee-data
#' data(coffee_data)
NULL
20 changes: 0 additions & 20 deletions R/efc.R

This file was deleted.

9 changes: 0 additions & 9 deletions R/fish.R

This file was deleted.

6 changes: 1 addition & 5 deletions man/coffee_data.Rd

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

21 changes: 5 additions & 16 deletions man/efc.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/fish.Rd

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

0 comments on commit 71a22b0

Please sign in to comment.