https://github.com/glotaran/paramgui
paramGUI is a Shiny based R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy
https://github.com/glotaran/paramgui
education estimation parameter-estimation r shiny teaching
Last synced: 5 months ago
JSON representation
paramGUI is a Shiny based R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy
- Host: GitHub
- URL: https://github.com/glotaran/paramgui
- Owner: glotaran
- Created: 2016-06-24T12:58:53.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T00:41:50.000Z (over 3 years ago)
- Last Synced: 2025-10-22T04:53:38.033Z (5 months ago)
- Topics: education, estimation, parameter-estimation, r, shiny, teaching
- Language: R
- Homepage: https://glotaran.github.io/paramGUI/
- Size: 473 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paramGUI
**paramGUI** is an R-package for teaching parameter estimation examples inspired by time-resolved spectroscopy, it was built using the [Shiny](https://shiny.rstudio.com/) web app framework.
It uses the R-package [TIMP](https://github.com/glotaran/TIMP) as its backend, which was developed by [Mullen and van Stokkum](https://doi.org/10.18637/jss.v018.i03).
## Installation
[paramGUI is available from CRAN](https://cran.r-project.org/package=paramGUI). To install, from an R Console type:
```R
install.packages("paramGUI")
```
[](https://cran.r-project.org/package=paramGUI)
## The Glotaran Ecosystem
paramGUI is part of the [Glotaran](https://github.com/glotaran) ecosystem ([glotaran.org](https://glotaran.org/)).
## Cite
It's not expected that you cite paramGUI directly, rather cite the [TIMP](https://github.com/glotaran/TIMP) package on which it was built. However, if you'd like to let us know how you are using it (e.g. in teaching) please don't hesitate to reach out, we'd love to know!
## Contributors
The first version of paramGUI was created by [Katharine Mullen](https://github.com/k-m-m) and [Ivo van Stokkum](https://github.com/ism200) in 2008, but was never released to the public.
In 2016 [Joris Snellenburg](https://github.com/jsnel) created a shiny new web app based frontend for the package and released it to CRAN as version 2.0. He is also the current maintainer of the package.
## Package statistics
| paramGUI | Downloads |
| --- | ---: |
| Last day | [](https://cran.r-project.org/package=paramGUI) |
| Last week | [](https://cran.r-project.org/package=paramGUI) |
| Last month | [](https://cran.r-project.org/package=paramGUI) |
| Total | [](https://cran.r-project.org/package=paramGUI) |
Download count thanks to the [cranlogs.app](https://github.com/r-hub/cranlogs.app) service.
### Notes
- paramGUI 1.0 was first released internally at the Vrije Univeristeit Amsterdam on January 14th 2008, where it was used for teaching purposes. Back then it used a Tcl/Tk based Graphical User Inteface.