-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NEWS, adds make_newdata function + cleans up
- Loading branch information
Showing
7 changed files
with
160 additions
and
75 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: survHE | ||
Title: Survival Analysis in Health Economic Evaluation | ||
Version: 2.0.1 | ||
Date: 2023-05-23 | ||
Version: 2.0.2 | ||
Date: 2024-10-03 | ||
Authors@R: c( | ||
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"), | ||
person("Andrea","Berardi",role="ctb",email="[email protected]"), | ||
|
@@ -27,7 +27,7 @@ License: GPL (>=3) | |
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.2 | ||
Biarch: true | ||
Depends: | ||
methods, | ||
|
@@ -39,7 +39,8 @@ Imports: | |
rms, | ||
xlsx, | ||
tools, | ||
tibble | ||
tibble, | ||
tidyr | ||
Suggests: | ||
survHEinla, | ||
survHEhmc, | ||
|
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,36 +1,6 @@ | ||
#' Survival Analysis in Health Economic Evaluation | ||
#' | ||
#' Contains a suite of functions to perform survival analysis with the aim of | ||
#' aiding in health economic modelling (extrapolation, model checking and PSA) | ||
#' | ||
#' \tabular{ll}{ Package: \tab survHE\cr Type: \tab Package\cr Version: \tab | ||
#' 2.0.1\cr Date: \tab 2023-03-10\cr License: \tab GPL2 \cr LazyLoad: \tab | ||
#' yes\cr } Contains a suite of functions to perform survival analysis with the | ||
#' aim of aiding in health economic modelling (extrapolation, model checking | ||
#' and PSA) | ||
#' | ||
#' @name survHE-package | ||
#' @aliases survHE-package | ||
#' @aliases survHE | ||
#' @docType package | ||
#' @author Gianluca Baio | ||
#' | ||
#' Maintainer: Gianluca Baio | ||
#' @template refs | ||
#' @keywords Survival Modelling Health Economic Evaluation | ||
#' @examples | ||
#' \dontrun{ | ||
#' # Loads some survival data | ||
#' data(bc) | ||
#' # Fits a parametric model | ||
#' m <- fit.models(formula=Surv(recyrs,censrec)~group,data=bc, | ||
#' distr="exp",method="mle") | ||
#' # Print output in tabular format | ||
#' print(m) | ||
#' # Visualise output in terms of survival curves | ||
#' plot(m) | ||
#' } | ||
NULL | ||
|
||
|
||
#' @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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.