knitr::opts_chunk$set(comment='.')
With one simple function call, get results from a
nonmem run as basic R
objects, ready to use.
library(nmlist) project <- system.file("nonmem", package="nmlist") x <- nmlist(1005, project)
What's in there?
names(x)
The package requires only xml2
, not XML
.
x$status
x$theta
x$omega
x$etashk
x$par
x$cov
x$cor
nmlog(c(1005,1005,1005), project)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.