Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuezhixing-Zhang authored and cran-robot committed Nov 1, 2023
1 parent d557f5f commit a1b9635
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: bayesmlogit
Type: Package
Title: A Multistate Life Table (MSLT) Methodology Based on Bayesian
Approach
Version: 1.0.0
Version: 1.0.1
Authors@R:
c(person(given = "Emma",
family = "Zang",
Expand All @@ -17,7 +17,7 @@ Authors@R:
role = c("aut","cph"),
email = "scott.lynch@duke.edu"))
Maintainer: Xuezhixing Zhang <xuezhixing.zhang@yale.edu>
Description: Create life tables with a Bayesian approach, which can be very useful for modelling a complex health process when considering multiple predisposing factors and multiple coexisting health conditions. Details for this method can be found in: Zang, Emma, et al., (2022) <doi:10.1093/geronb/gbab149>.
Description: Create life tables with a Bayesian approach, which can be very useful for modelling a complex health process when considering multiple predisposing factors and multiple coexisting health conditions. Details for this method can be found in: Lynch, Scott, et al., (2022) <doi:10.1177/00811750221112398>; Zang, Emma, et al., (2022) <doi:10.1093/geronb/gbab149>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Expand All @@ -27,9 +27,9 @@ Depends: R (>= 4.1.0)
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-10-24 14:40:02 UTC; 2744801561
Packaged: 2023-11-01 17:04:23 UTC; 2744801561
Author: Emma Zang [aut, cph],
Xuezhixing Zhang [aut, cre],
Scott Lynch [aut, cph]
Repository: CRAN
Date/Publication: 2023-10-25 07:00:10 UTC
Date/Publication: 2023-11-01 17:50:20 UTC
12 changes: 6 additions & 6 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6cd430d40f23ebc5713f0a7e4f50358e *DESCRIPTION
51fe0226641a5498e5d6e7b6737d4c4e *DESCRIPTION
1f6265a47573bf16c3838ee02ccf541a *NAMESPACE
03dddef4ba92cb641371b7ecc9a51c97 *R/CreateTrans.R
73d640c7248e35079eca30976edb2499 *R/bayesmlogit.R
Expand All @@ -12,13 +12,13 @@ fd008eb1b585565e585f9dfb25935a6c *build/vignette.rds
b05d3a3b663508192f8f1991c478eb81 *data/lifedata.rda
365199f4223faefcc28a6d544a9403b7 *inst/doc/Introductory-to-Package.R
dc3df02d8df0426b0eb54b11e49d027f *inst/doc/Introductory-to-Package.Rmd
d2a63cbfade7aea3ca4d55ce06ef3515 *inst/doc/Introductory-to-Package.html
fb662f792d5f120b98b309c85a48315f *inst/doc/Introductory-to-Package.html
6805636f3d1e1b66290181eb4cdc19bd *man/CreateTrans.Rd
2a4b5ab6bd56889f06856764a291fbd2 *man/bayesmlogit.Rd
348d15ac7efd29d82d35d67ba2ff7186 *man/life_compare.Rd
8a0cfe241d91544da8fc0abb429a33eb *man/bayesmlogit.Rd
531c4b40acb52e08b47b2fc9216bbcc5 *man/life_compare.Rd
22ffb891343e608ee9ad777abb183826 *man/lifedata.Rd
438b6dd8cc696553d7c3cef759d6015d *man/mlifeTable.Rd
930a66c29fd15fe63104ed96dea554e3 *man/mlifeTable_plot.Rd
6eb072ad704c9ef2be36f6648fc96f28 *man/mlifeTable.Rd
0000786d51b527967411b8ce0f6a15d2 *man/mlifeTable_plot.Rd
dc3df02d8df0426b0eb54b11e49d027f *vignettes/Introductory-to-Package.Rmd
ea19ec7e482e9cdac5aaa05d1c3401cd *vignettes/output1.png
294407f052ce9cbe964511197119e3ca *vignettes/total_life_expectancy.png
20 changes: 10 additions & 10 deletions inst/doc/Introductory-to-Package.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,16 @@ <h3><strong>0.2: Obtain the Transitions</strong></h3>
#The transition for the first observation of each subject is NA because we cannot observe their previous states.
head(Example,10)</code></pre>
<pre><code>## ID Age State Death trans
## 1 1 31 1 0 NA
## 2 1 32 3 0 3
## 3 1 33 1 0 13
## 4 1 34 4 0 4
## 5 1 35 2 1 24
## 6 2 31 2 0 NA
## 7 2 32 4 0 10
## 8 2 33 3 0 21
## 9 2 34 4 0 16
## 10 2 35 1 1 24</code></pre>
## 1 1 31 2 0 NA
## 2 1 32 1 0 7
## 3 1 33 2 0 2
## 4 1 34 1 0 7
## 5 1 35 4 1 6
## 6 2 31 1 0 NA
## 7 2 32 2 0 2
## 8 2 33 4 0 10
## 9 2 34 5 0 23
## 10 2 35 3 1 30</code></pre>
</div>
</div>
<div id="bayesmlogit-method" class="section level2">
Expand Down
2 changes: 1 addition & 1 deletion man/bayesmlogit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/life_compare.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mlifeTable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mlifeTable_plot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1b9635

Please sign in to comment.