Skip to content

Commit

Permalink
update output fig.path in extract-bias vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jan 22, 2025
1 parent dcac270 commit bdba0f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion vignettes/articles/_extract-bias.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ title: "{epiparameter} Extraction Bias Analysis"
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.width = 8
fig.width = 8,
fig.path = ""
)
```

Expand Down
8 changes: 4 additions & 4 deletions vignettes/articles/extract-bias.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ggplot(data = results) +
)
```

![Parameter estimation bias facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](figure/plot-results-percentiles-1.png)
![Parameter estimation bias facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](plot-results-percentiles-1.png)

### Extraction by median and range

Expand Down Expand Up @@ -297,7 +297,7 @@ ggplot(data = results) +
)
```

![Parameter extraction bias. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](figure/plot-results-med-range-1.png)
![Parameter extraction bias. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](plot-results-med-range-1.png)

## Extraction precision

Expand Down Expand Up @@ -385,7 +385,7 @@ ggplot(data = results) +
)
```

![Parameter extraction precision, facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](figure/plot-results-1.png)
![Parameter extraction precision, facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](plot-results-1.png)

### Extraction by median and range

Expand Down Expand Up @@ -493,7 +493,7 @@ ggplot(data = results) +
)
```

![Parameter extraction precision, facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](figure/plot-estim-var-range-1.png)
![Parameter extraction precision, facetted by distribution. Parameter 1 is either the shape parameter, for gamma and Weibull distributions, or meanlog for the lognormal distribution. Parameter 2 is either the scale parameter for gamma and Weibull distributions, or sdlog for the lognormal distribution.](plot-estim-var-range-1.png)

::: {.alert .alert-primary}
From the plots in this vignette, the bias is low and precision is high
Expand Down

0 comments on commit bdba0f4

Please sign in to comment.