-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from n8thangreen/dev
refactored evppi and fixed some small bugs
- Loading branch information
Showing
312 changed files
with
9,975 additions
and
3,513 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 |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ | ||
^vignettes$ | ||
^\.httr-oauth$ | ||
^CONDUCT\.md$ | ||
^man-roxygen$ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 2.4.2 | ||
Date: 2022-08-23 11:44:30 UTC | ||
SHA: f0469ce213fba001efa2707da7fa79289b337105 | ||
Version: 2.4.4 | ||
Date: 2023-06-05 12:52:55 UTC | ||
SHA: 770d3d2d910eca75ebaaccf4c290c20e4668a95a |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,23 @@ | ||
#------------------------------------------------------------------------------# | ||
# | ||
# ___ ___ ___ | ||
# _____ / /\ / /\ / /\ | ||
# / /::\ / /:/ / /:/_ / /::\ | ||
# / /:/\:\ / /:/ / /:/ /\ / /:/\:\ | ||
# / /:/~/::\ / /:/ ___ / /:/ /:/_ / /:/~/::\ | ||
# /__/:/ /:/\:| /__/:/ / /\ /__/:/ /:/ /\ /__/:/ /:/\:\ | ||
# \ \:\/:/~/:/ \ \:\ / /:/ \ \:\/:/ /:/ \ \:\/:/__\/ | ||
# \ \::/ /:/ \ \:\ /:/ \ \::/ /:/ \ \::/ | ||
# \ \:\/:/ \ \:\/:/ \ \:\/:/ \ \:\ | ||
# \ \::/ \ \::/ \ \::/ \ \:\ | ||
# \__\/ \__\/ \__\/ \__\/ | ||
# | ||
# | ||
#------------------------------------------------------------------------------# | ||
|
||
#' BCEA: A package for Bayesian Cost-Effectiveness Analysis | ||
#' | ||
#' A package to post-process the results of a Bayesian health economic model | ||
#' and produce standardised output for the analysis of the results. | ||
#' | ||
#' \tabular{ll}{ Package: \tab BCEA\cr | ||
#' Type: \tab Package\cr | ||
#' Version: \tab 2.4.2\cr | ||
#' Date: \tab 2022-09-03\cr | ||
#' License: \tab GPL2 \cr | ||
#' LazyLoad: \tab Yes\cr } | ||
#' | ||
#' BCEA produces a health economic evaluation given a random sample of | ||
#' suitable variables of costs and clinical benefits for two or more | ||
#' interventions, e.g. using results of a Bayesian model (possibly based on | ||
#' MCMC) in the form of simulations from the posterior distributions. | ||
#' Compares one of the interventions (the "reference") to the others | ||
#' ("comparators"). Produces many summaries and plots to analyse the results. | ||
#' | ||
#' @aliases BCEA-package BCEA | ||
#' | ||
#' @author Gianluca Baio, Andrea Berardi, Anna Heath, Nathan Green | ||
#' | ||
#' @references | ||
#' \insertRef{Baio2011}{BCEA} | ||
#' | ||
#' \insertRef{Baio2013}{BCEA} | ||
#' | ||
#' \insertRef{Baio2017}{BCEA} | ||
#' | ||
#' @keywords package | ||
#' | ||
#' @docType package | ||
#' @name BCEA-package | ||
#' | ||
#' @import dplyr ggplot2 purrr reshape2 | ||
#' @importFrom Rdpack reprompt | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
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
Oops, something went wrong.