inst/doc/campsismod.R

## ----message=FALSE------------------------------------------------------------
library(campsismod)

## -----------------------------------------------------------------------------
model <- model_suite$pk$`2cpt_fo`
show(model)

## -----------------------------------------------------------------------------
model %>% write(file="path_to_model_folder")
list.files("path_to_model_folder")

## -----------------------------------------------------------------------------
model <- read.campsis(file="path_to_model_folder")
show(model)

## -----------------------------------------------------------------------------
rxmod <- model %>% export(dest="RxODE")
rxmod

## -----------------------------------------------------------------------------
mrgmod <- model %>% export(dest="mrgsolve")
mrgmod

Try the campsismod package in your browser

Any scripts or data that you put into this service are public.

campsismod documentation built on May 29, 2024, 8:48 a.m.