-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.Rmd
35 lines (27 loc) · 913 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output:
github_document:
html_preview: false
---
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/drc)](https://cran.r-project.org/package=drc)
[![Build Status](https://travis-ci.org/DoseResponse/drc.svg?branch=master)](https://travis-ci.org/DoseResponse/drc)
[![Downloads](https://cranlogs.r-pkg.org/badges/drc)](https://cranlogs.r-pkg.org/)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# drc
## Overview
Analysis of dose-response data is made available through a suite of flexible and versatile model fitting and after-fitting functions.
## Installation
```{r, eval = FALSE}
## You can install drc from GitHub
# install.packages("devtools")
## first installing drcData
devtools::install_github("DoseResponse/drcData")
## then installing the development version of drc
devtools::install_github("DoseResponse/drc")
```