The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
campsismod
must be installed beforehandrxode2
or
mrgsolve
)Install the latest stable release using devtools
:
::install_github("Calvagone/campsis") devtools
Import the campsis
package:
library(campsis)
Create your dataset:
<- Dataset(50) %>%
ds add(Bolus(time=0, amount=1000, ii=12, addl=2)) %>%
add(Observations(times=seq(0, 36, by=0.5)))
Load your own model or use a built-in model from the library:
<- model_suite$pk$`2cpt_fo` model
Simulate your results with your preferred simulation engine
(rxode2
or mrgsolve
):
<- model %>% simulate(dataset=ds, dest="rxode2", seed=1) results
Plot your results:
shadedPlot(results, "CONC")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.