项目作者: DoseResponse

项目描述 :
Fitting dose-response models in R
高级语言: R
项目地址: git://github.com/DoseResponse/drc.git
创建时间: 2017-10-11T10:16:45Z
项目社区:https://github.com/DoseResponse/drc

开源协议:

下载


CRAN\_Status\_Badge Build Status Downloads

drc

Overview

Analysis of dose-response data is made available through a suite of flexible and versatile model fitting and after-fitting functions.

Installation

  1. ## You can install drc from GitHub
  2. # install.packages("devtools")
  3. ## first installing drcData
  4. devtools::install_github("DoseResponse/drcData")
  5. ## then installing the development version of drc
  6. devtools::install_github("DoseResponse/drc")