Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 411 Bytes

medrc_shiny

Fitting dose-response models with R package medrc in a shiny app


To run this app the medrc package has to be installed first from GitHub:

https://github.com/daniel-gerhard/medrc.git


The app can be started in R by using the function runGitHub:

library(shiny)
runGitHub("medrc_shiny", "daniel-gerhard")