The ospsuite.parameteridentification R package provides the functionality of performing parameter identification (i.e., fitting the model to observed data) with simulations created in the Open Systems Pharmacology Software tools PK-Sim and MoBi. The package requires the ospsuite package to run the simulations.
The package can be installed from GitHub using the {pak}
package.
Simply run the following code:
install.packages("pak")
pak::pak("Open-Systems-Pharmacology/OSPSuite.ParameterIdentification@*release")
Get the latest development version with:
pak::pak("Open-Systems-Pharmacology/OSPSuite.ParameterIdentification")
Examples of running parameter estimation tasks using this package are
detailed in vignette('user-guide')
.
Everyone interacting in the Open Systems Pharmacology community (codebases, issue trackers, chat rooms, mailing lists etc…) is expected to follow the Open Systems Pharmacology code of conduct.
We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the contribution guidelines. If you are contributing code, please be familiar with the coding standards.
The {OSPSuite.ParameterIdentification}
package is released under the
GPLv2 License.
All trademarks within this document belong to their legitimate owners.