diff --git a/articles/cea.html b/articles/cea.html index e1f9cb3a..67497b23 100644 --- a/articles/cea.html +++ b/articles/cea.html @@ -127,7 +127,7 @@
vignettes/cea.Rmd
cea.Rmd
hesim
vignettes/intro.Rmd
intro.Rmd
vignettes/markov-cohort.Rmd
markov-cohort.Rmd
vignettes/markov-inhomogeneous-cohort.Rmd
markov-inhomogeneous-cohort.Rmd
vignettes/markov-inhomogeneous-indiv.Rmd
markov-inhomogeneous-indiv.Rmd
## user system elapsed
-## 1.697 0.041 1.739
+## 1.712 0.044 1.756
head(econmod$disprog_)
## sample strategy_id patient_id grp_id from to final time_start time_stop
diff --git a/articles/mlogit.html b/articles/mlogit.html
index d240258c..d971b98f 100644
--- a/articles/mlogit.html
+++ b/articles/mlogit.html
@@ -128,7 +128,7 @@
Markov models with multinomial logistic
regression
- 2024-09-06
+ 2024-09-13
Source: vignettes/mlogit.Rmd
mlogit.Rmd
diff --git a/articles/mstate.html b/articles/mstate.html
index 460bec75..fcee7def 100644
--- a/articles/mstate.html
+++ b/articles/mstate.html
@@ -127,7 +127,7 @@
Markov and semi-Markov multi-state models
- 2024-09-06
+ 2024-09-13
Source: vignettes/mstate.Rmd
mstate.Rmd
diff --git a/articles/psm.html b/articles/psm.html
index a2e10815..c1751e16 100644
--- a/articles/psm.html
+++ b/articles/psm.html
@@ -127,7 +127,7 @@
Partitioned survival models
- 2024-09-06
+ 2024-09-13
Source: vignettes/psm.Rmd
psm.Rmd
diff --git a/pkgdown.yml b/pkgdown.yml
index 51702601..9b479ff5 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -11,7 +11,7 @@ articles:
mlogit: mlogit.html
mstate: mstate.html
psm: psm.html
-last_built: 2024-09-06T15:52Z
+last_built: 2024-09-13T22:15Z
urls:
reference: https://hesim-dev.github.io/hesim/reference
article: https://hesim-dev.github.io/hesim/articles
diff --git a/reference/fast_rgengamma.html b/reference/fast_rgengamma.html
index 1624a495..28e399a9 100644
--- a/reference/fast_rgengamma.html
+++ b/reference/fast_rgengamma.html
@@ -144,13 +144,13 @@ Examples
r1 <- fast_rgengamma(n, mu = m, sigma = s, Q = q)
proc.time() - ptm
#> user system elapsed
-#> 0.001 0.000 0.001
+#> 0.002 0.000 0.002
ptm <- proc.time()
library("flexsurv")
r2 <- flexsurv::rgengamma(n, mu = m, sigma = s, Q = q)
proc.time() - ptm
#> user system elapsed
-#> 0.002 0.000 0.003
+#> 0.002 0.000 0.002
summary(r1)
#> Min. 1st Qu. Median Mean 3rd Qu. Max.
#> 0.0000 0.9654 4.2415 11.8841 13.6872 195.9726
diff --git a/reference/rcat.html b/reference/rcat.html
index 4ad748e2..74a7b12f 100644
--- a/reference/rcat.html
+++ b/reference/rcat.html
@@ -138,7 +138,7 @@ Examples
samp1 <- rcat(n, pmat)
proc.time() - ptm
#> user system elapsed
-#> 0.004 0.000 0.003
+#> 0.003 0.001 0.003
prop.table(table(samp1))
#> samp1
#> 1 2 3
@@ -151,7 +151,7 @@ Examples
samp2 <- apply(samp2, 1, function(x) which(x == 1))
proc.time() - ptm
#> user system elapsed
-#> 0.057 0.000 0.058
+#> 0.058 0.000 0.058
prop.table(table(samp2))
#> samp2
#> 1 2 3