-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.Rmd
34 lines (24 loc) · 1.23 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
---
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%"
)
```
# Overview <a href="https://lapkb.github.io/Pmetrics/"><img src="man/figures/logo.png" align="right" height="139" alt="Pmetrics website" /></a>
<!-- badges: start -->
<!-- badges: end -->
Thank you for your interest in Pmetrics. Pmetrics is a library package for R to perform non-parametric and parametric pharmacokinetic-pharmacodynamic population and individual modeling and simulation. It is primarily designed for pharmacometric researchers.
Pmetrics is based on over 35 years of research by our laboratory and is the most mature non-parametric method available. Nevertheless, Pmetrics is dynamically evolving. Best of all, it is SHAREWARE with only a suggested donation.
More information about Pmetrics is available at the [Laboratory of Applied Pharmacokinetics and Bioinformatics](http://www.lapk.org/Pmetrics.php).
## Installation
In R, you can install Pmetrics from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("LAPKB/Pmetrics")
```