Open-Systems-Pharmacology / OSPSuite-R

R package for the OSPSuite
https://www.open-systems-pharmacology.org/OSPSuite-R/
Other
29 stars 12 forks source link

Add user-defined variability to a population #521

Open PavelBal opened 3 years ago

PavelBal commented 3 years ago

Provide a method for adding user-defined variability for selected parameters as it is done in PK-Sim.

Inputs:

@msevestre Can we utilize something from .NET, or must all of it be implemented in R?

msevestre commented 3 years ago

Setting user defiend variability is already implemented in R by using setParameterValues in the pop object Now we assumed here that generating the values in R was something trivial. We can definitely expose method from .NET for this