Skip to content

Commit f535022

Browse files
committed
Deploying to gh-pages from @ 3a23235 🚀
1 parent ad29b74 commit f535022

60 files changed

Lines changed: 71 additions & 64 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/analysis.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fit <- fit_stan(mod, data = pd, method = "optimize", init = 0.1)
186186
#> 641 -1857.7 0.000175154 0.0595577 1 1 712
187187
#> Optimization terminated normally:
188188
#> Convergence detected: relative gradient magnitude is below tolerance
189-
#> Finished in 2.7 seconds.
189+
#> Finished in 2.9 seconds.
190190
```
191191

192192
### Inferred baseline hazards

articles/exposure-hazard.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/exposure-hazard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ fit_prelim <- fit_stan(mod_true, simdat, method = "optimize", init = 0, iter = 1
264264
#> 100 -9788.14 0.016727 786.414 1 1 121
265265
#> Optimization terminated normally:
266266
#> Maximum number of iterations hit, may not be at an optima
267-
#> Finished in 0.6 seconds.
267+
#> Finished in 0.8 seconds.
268268
#> If these don't roughly match, consider refitting after setting xpsr normalizer loc and scale closer to estimated mean and sd. Otherwise interpret baseline hazards and xpsr effect size accodingly.
269269
#> - xpsr normalization loc = 5.42315, mean estimated xpsr = 5.43736
270270
#> - xpsr normalization scale = 0.56671, estimated xpsr sd = 0.70956
@@ -342,7 +342,7 @@ fit_ms_eh <- fit_stan(mod_ms_eh, simdat, method = "optimize", init = 0)
342342
#> 2000 -7172.23 0.00310466 394.594 1 1 2226
343343
#> Optimization terminated normally:
344344
#> Maximum number of iterations hit, may not be at an optima
345-
#> Finished in 11.0 seconds.
345+
#> Finished in 11.2 seconds.
346346
#> If these don't roughly match, consider refitting after setting xpsr normalizer loc and scale closer to estimated mean and sd. Otherwise interpret baseline hazards and xpsr effect size accodingly.
347347
#> - xpsr normalization loc = 5.42315, mean estimated xpsr = 5.51054
348348
#> - xpsr normalization scale = 0.56671, estimated xpsr sd = 0.96017

articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/math.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/survival.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/survival.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fit <- fit_stan(mod, simdat,
9393
#> Chain 1 Iteration: 601 / 800 [ 75%] (Sampling)
9494
#> Chain 1 Iteration: 700 / 800 [ 87%] (Sampling)
9595
#> Chain 1 Iteration: 800 / 800 [100%] (Sampling)
96-
#> Chain 1 finished in 7.4 seconds.
96+
#> Chain 1 finished in 7.3 seconds.
9797
```
9898

9999
## Sampling diagnostics

0 commit comments

Comments
 (0)