-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
35 lines (25 loc) · 1.02 KB
/
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
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# premiumPlots
[](https://github.com/simisc/premiumPlots/actions)
[](https://zenodo.org/badge/latestdoi/120929260)
[](https://github.com/simisc/premiumPlots/blob/master/LICENSE)
[](https://www.tidyverse.org/lifecycle/#dormant)
Plot results and diagnostics for profile regression models fitted using the `PReMiuM` package (Liverani et al 2013).
## Installation
You can install premiumPlots from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("simisc/premiumPlots")
```
## Example
To do.