PKPDsim icon indicating copy to clipboard operation
PKPDsim copied to clipboard

Simulate PK-PD models defined as ODE systems

Results 22 PKPDsim issues
Sort by recently updated
recently updated
newest added

Updates logic in regimen_to_nm() to work properly with vectors of bioavailability specifications.

Hi guys, I want to create a one compartment model with first order absorption and elimination (drug administered orally). I want the model to contain bioavailabilty and half life time...

Hello Im trying PKPDSim and ran the below code as in the site: install.packages("PKPDsim") library(PKPDsim) library(ggplot2) pk2

The `new_ode_model()` function seems to be broken for me. I am using R 4.2.1 ? Is this potentially the issue? ``` pk1 1 > pk1 1 ```

Hi, I have installed the nlmixr package. However when i try to run a code based on the package, i receive error on saem. Also, i tested the package installation...

Hi team, I am trying to load a simple ode model provided in the docs page (covariates page). But I am getting an operator overloading issue between Rcpp::vector and std::vector...

Dear @ronkeizer, Can you please advise how would one try to write an ODE with an if/else statement in PKPDsim? I'm trying to write the following from Berkeley Madonna but...

I'm trying to create an ODE model with sin and cos and it is not working

Hi Ron, I just installed the InsightRx/PKPDsim on a new macbook and I'm having issues with Rcpp when i try the new_ode_model() function. I am getting several errors like: ```{r}...