Skip to content

DoseResponse/medrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN_Status_Badge Build Status Downloads

medrc

Overview

The medrc package is an extension to the package drc that allows you to fit hierarchical dose-response models and provides inferenc for derived parameters like the effective dose or benchmark doses. Parameters are estimated with a two-stage approach using the package metafor, or using the Lindstrom-Bates algorithm implemented in the package nlme.

Installation

## You can install medrc from GitHub
# install.packages("devtools")
## first installing drc and drcData
devtools::install_github("DoseResponse/drcData")
devtools::install_github("DoseResponse/drc")
## then installing the development version of medrc
devtools::install_github("DoseResponse/medrc")