-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with forthcoming {marginaleffects} (#363)
* Just for testing purposes, if latest changes in marginaleffects work * version * fix * fix * fix * fix? * comments * fix test * skip for now * clean-up todo's * test * validate against predict and me * Copy data sets from ggeffects, to remove dependency * wordlist * update data * fix? * fix * wordlist * pkgdown * back to rdata files * fix * dont ignore data folder * fix * fix * fix * fix * Update get_marginalcontrasts.R * Update test-estimate_contrasts.R * Update get_marginalcontrasts.R * Update get_marginalcontrasts.R * Update get_marginalcontrasts.R * Update format.R * reverse order * Update format.R * Update get_marginalcontrasts.R * update * fix sorting * fix * fix * Update test-estimate_contrasts.R * Update get_marginalmeans.R * Update format.R * Update test-estimate_contrasts.R * fix * Update test-estimate_contrasts.R * fix * Update format.R * Update format.R * Update test-estimate_contrasts.R * Update format.R * Update format.R * fixes * update * Update test-glmmTMB.R * update snaps * remove redundant code, fix tests * update readme * update tests * some snaps on windows only
- Loading branch information
1 parent
305fa52
commit 2795a46
Showing
36 changed files
with
905 additions
and
669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
^\.travis.yml | ||
^\_pkgdown.yml | ||
^LICENSE | ||
^data/. | ||
^docs/. | ||
^paper/. | ||
^vignettes/d. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#' @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 | ||
#' @keywords data | ||
#' | ||
#' @description A sample data set from a course about the analysis of factorial | ||
#' designs, by Mattan S. Ben-Shachar. See following link for more information: | ||
#' https://github.com/mattansb/Analysis-of-Factorial-Designs-foR-Psychologists | ||
#' | ||
#' The data consists of five variables from 120 observations: | ||
#' | ||
#' - `ID`: A unique identifier for each participant | ||
#' - `sex`: The participant's sex | ||
#' - `time`: The time of day the participant was tested (morning, noon, or afternoon) | ||
#' - `coffee`: Group indicator, whether participant drank coffee or not | ||
#' ("`coffee"` or `"control"`). | ||
#' - `alertness`: The participant's alertness score. | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.