Skip to content

Commit c11f676

Browse files
committed
Fix markdown list formatting in vignettes
Add blank lines after colons before bullet lists for proper rendering.
1 parent 39e8881 commit c11f676

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

vignettes/fitting-dists-with-fitdistrplus.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ In this vignette, we'll demonstrate how to use `primarycensored` in conjunction
3131
## What you will learn
3232

3333
By the end of this vignette, you will be able to:
34+
3435
- Understand the bias introduced by ignoring primary censoring and truncation when fitting delay distributions
3536
- Use `fitdistdoublecens()` to fit distributions that properly account for primary censoring, secondary censoring, and truncation
3637
- Understand when MLE-based fitting with fitdistrplus is appropriate versus Bayesian approaches with Stan
@@ -232,6 +233,7 @@ We see good agreement between the true and estimated parameters but with higher
232233
Rather than defining custom functions manually, `primarycensored` provides the `fitdistdoublecens()` wrapper function that handles everything automatically. This is the **recommended approach** for most users.
233234

234235
Key advantages of `fitdistdoublecens()`:
236+
235237
- **No custom functions needed**: Just specify the distribution name (e.g., `"gamma"`, `"lnorm"`, `"weibull"`)
236238
- **Handles varying observation windows**: Supports different truncation times (`D`) and primary windows (`pwindow`) across observations
237239
- **Familiar interface**: Uses column names similar to `fitdistcens()` (`left` and `right` for censoring bounds)

vignettes/fitting-dists-with-stan.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ In this vignette, we'll demonstrate how to use `primarycensored` in conjunction
3232
## What you will learn
3333

3434
By the end of this vignette, you will be able to:
35+
3536
- Understand the bias introduced by ignoring primary censoring and truncation when fitting delay distributions
3637
- Use `pcd_cmdstan_model()` and `pcd_as_stan_data()` to fit distributions that properly account for primary censoring, secondary censoring, and truncation
3738
- Understand when Bayesian fitting with Stan is appropriate versus MLE approaches with fitdistrplus

0 commit comments

Comments
 (0)