Description Details Author(s) Examples
A package to handle PharmML standardized output (SO) XML files. SO files can be created, read, manipulated and written through a data binding from the XML structure to a tree structure of R objects.
Package: | libsoc |
Type: | Package |
Version: | 0.6.2 |
Date: | 2018-01-12 |
License: | LGPL-3 |
Depends on libxml2, libiconv and zlib. More information and source code for these libraries can be found on the sites linked below.
libxml2 | http://xmlsoft.org |
libiconv | https://www.gnu.org/software/libiconv |
zlib | http://www.zlib.net |
You can view the license for libsoc itself and libiconv with
file.show(system.file("licenses", "COPYING-LIB", package="libsoc"))
and libxml2 with file.show(system.file("licenses", "COPYING-LIBXML2", package="libsoc"))
Rikard Nordgren
Maintainer: Rikard Nordgren <rikard.nordgren@farmbio.uu.se>
1 2 3 4 5 6 | # Read in parameter estimates
file <- system.file("extdata", "pheno.SO.xml", package="libsoc")
so <- so_SO_read(file)
estimates <- so$SOBlock[[1]]$Estimation$PopulationEstimates$MLE
# For more examples see the examples directory
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.