-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add fitted RoBMA model for data library (#217)
- Loading branch information
Showing
4 changed files
with
24 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -32,3 +32,6 @@ Imports: | |
Remotes: | ||
jasp-stats/jaspBase, | ||
jasp-stats/jaspGraphs | ||
Depends: | ||
R (>= 2.10) | ||
LazyData: true |
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,11 @@ | ||
#' @title Example RoBMA fit to Lui 2015 data | ||
#' | ||
#' @description RoBMA fit (with removed posterior samples) for | ||
#' the example analysis on the Lui 2015 data example from AMPPS | ||
#' (vignette at https://cran.r-project.org/web/packages/RoBMA/vignettes/Tutorial.html) | ||
#' | ||
#' | ||
#' @format An RDS file | ||
#' | ||
#' @return An object of class RoBMA. | ||
"exampleRobmaLui2015" |
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
Binary file not shown.