Skip to content

Commit 229970e

Browse files
committed
shiny url
1 parent 4e63a8d commit 229970e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For more information and examples of how to use `ssdca` in conjuction with `fitd
9090
assess alternative fits and deal with weighted and censored data see the vignette `ssdca`.
9191
The vignette also demonstrates how to use `ssdca` in conjunction with `ggplot2` to produce custom plots.
9292

93-
A shiny webpage is being developed for non-users of R.
93+
A shiny webpage that was developed by [Seb Dalgaro](https://github.com/sebdalgarno) of Poisson Consulting for non-users of R is available at <https://poissonconsulting.shinyapps.io/ssdca-shiny/>.
9494

9595
## Citation
9696

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ssd_hc(boron_dists)
110110
#> # A tibble: 1 x 5
111111
#> percent est se lcl ucl
112112
#> <int> <dbl> <dbl> <dbl> <dbl>
113-
#> 1 5 1.25 0.713 0.596 3.19
113+
#> 1 5 1.25 0.754 0.604 3.28
114114
```
115115

116116
Model-averaged predictions complete with confidence intervals can be
@@ -136,7 +136,10 @@ and censored data see the vignette `ssdca`. The vignette also
136136
demonstrates how to use `ssdca` in conjunction with `ggplot2` to produce
137137
custom plots.
138138

139-
A shiny webpage is being developed for non-users of R.
139+
A shiny webpage that was developed by [Seb
140+
Dalgaro](https://github.com/sebdalgarno) of Poisson Consulting for
141+
non-users of R is available at
142+
<https://poissonconsulting.shinyapps.io/ssdca-shiny/>.
140143

141144
## Citation
142145

0 commit comments

Comments
 (0)