https://github.com/certara/r-acop-2022
Certara-R PMx package usage examples for ACOP
https://github.com/certara/r-acop-2022
Last synced: 5 months ago
JSON representation
Certara-R PMx package usage examples for ACOP
- Host: GitHub
- URL: https://github.com/certara/r-acop-2022
- Owner: certara
- Created: 2022-10-28T13:21:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T07:09:20.000Z (over 3 years ago)
- Last Synced: 2025-10-30T01:55:39.791Z (9 months ago)
- Language: HTML
- Size: 29.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R-ACOP-2022
----
An example of how to use RsNLME with RMarkdown to efficiently prepare a report.

## Requirements
In order to execute the following example you must have installed:
* Certara.RsNLME v1.1.0
* NLME Engine v21.11.2
Click [here](https://certara.github.io/R-RsNLME/articles/installation.html) for installation details. Visit the [`Certara.R` website](https://certara.github.io/R-Certara/) for more information about R packages developed by Certara.
## Usage
After cloning the repository, open `ACOP2022.Rproj` in RStudio.
The following R Script will create and execute the RsNLME model. Model diagnostic plots and tables will be saved as `.RDS` file in your working directory.
``` r
source("ACOP2022.R")
```
Next, you may 'knit` the `ACOP2022_Summary_Report.Rmd` file and make any revisions as you see fit.