View source: R/functions_wrapper.R
read_model_from_string | R Documentation |
Read model from the model code in a string
read_model_from_string(code)
code |
(str) Model code to read |
(Model) Pharmpy model object
read_model : Read model from file
read_model_from_database : Read model from database
## Not run:
s <- "$PROBLEM
$INPUT ID DV TIME
$DATA file$csv
$PRED
Y=THETA(1)+ETA(1)+ERR(1)
$THETA 1
$OMEGA 0.1
$SIGMA 1
$ESTIMATION METHOD=1"
read_model_from_string(s)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.