-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
29 lines (26 loc) · 978 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# PMXFrem
The goal of PMXFrem is to provide post processing support to FREM models built in
NONMEM. In particular PMXFrem supports the conversion of FREM models to FFEM
model for GOF diagnostics, VPC and results communication.
## Installation
You can install the development version of PMXFrem from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("pharmetheus/PMXFrem")
```
To get the latest stable release (including vignettes), please click the appropriate link on the right side of the page. Download the file with a name that starts with PMXFrem. Install PMXFrem with the `install.packages` command, e.g.:
```{r,eval=FALSE}
install.packages("path_to_release.tar.gz")
```