-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
70 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,8 +1,8 @@ | ||
Package: survHEinla | ||
Title: Survival Analysis in Health Economic Evaluation using INLA | ||
Version: 0.0.1 | ||
Date: 2023-03-15 | ||
Authors@R:c( | ||
Date: 2024-10-03 | ||
Authors@R: c( | ||
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]")) | ||
URL: https://github.com/giabaio/survHEinla, https://gianluca.statistica.it/software/survhe | ||
BugReports: https://github.com/giabaio/survHEinla/issues | ||
|
@@ -13,7 +13,7 @@ Description: A module to complement the backbone structure of the package survHE | |
License: GPL (>=3) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.3.2 | ||
Biarch: true | ||
Depends: | ||
survHE, | ||
|
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,32 +1,6 @@ | ||
#' Survival Analysis in Health Economic Evaluation using INLA | ||
#' | ||
#' 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 survHEinla\cr Type: \tab Package\cr Version: \tab | ||
#' 0.0.1\cr Date: \tab 2022-01-15\cr License: \tab GPL2 \cr LazyLoad: \tab | ||
#' yes\cr } Module to expand the facilities of survHE to run Bayesian models using | ||
#' INLA | ||
#' | ||
#' @name survHEinla-package | ||
#' @aliases survHEinla-package survHEinla | ||
#' @docType package | ||
#' @author Gianluca Baio | ||
#' | ||
#' Maintainer: Gianluca Baio | ||
#' @template refs | ||
#' @keywords Survival Modelling Health Economic Evaluation using INLA | ||
#' @examples | ||
#' \dontrun{ | ||
#' # Loads some survival data | ||
#' library(survHE) | ||
#' data(bc) | ||
#' # Fits a parametric model using INLA | ||
#' m <- fit.models(formula=Surv(recyrs,censrec)~group,data=bc, | ||
#' distr="exp",method="inla") | ||
#' # Print output in tabular format | ||
#' print(m) | ||
#' # Visualise output in terms of survival curves | ||
#' plot(m) | ||
#' } | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
## usethis namespace: end | ||
NULL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.