Git Product home page Git Product logo

pmxpartabc's Introduction

experimental

pmxpartabc

An R package for parameter estimate tables.


Installation

This package is not yet on CRAN. To install the latest development version directly from GitHub:

require(remotes)
devtools::install_github("certara/pmxpartabc")

Usage

library(pmxpartabc)

output <- parframe2setup(run_dir = file.path(system.file(package = "pmxpartabc"), "examples"), 
                      run_prefix = "run", 
                      runno = "5",
                      bootstrap = TRUE,
                      run_dir.boot = file.path(system.file(package = "pmxpartabc"), "examples", "bootstrap_dir2"),
                      runno.boot = "5boot",
                      conf.level = 0.95, 
                      min_suc = TRUE)

df <- parframe(out=output[[1]], meta=output[[2]], bootstrap = TRUE)  

table <- pmxpartab(df, 
                   meta = output[[2]],
                   columns=c(value="Estimate", boot.median = "Bootstrap Estimate", rse="RSE%", ci95="95%CI", shrinkage="Shrinkage")
                   )

print(table)
Parameter Estimate Bootstrap Estimate RSE% 95%CI Shrinkage
Typical Values
Central Volume (L) 24.7 24.9 8.29 21.7 – 26.8
Clearance (L/h) 0.659 0.669 249 0.303 – 0.759
Peripheral Volume (L) 76.5 79.4 195 68.4 – 115
Intercompartimental Clearance (L/h) 1.83 1.89 34.7 1.83 – 1.95
Absorption Rate (h-1) 0.653 0.636 52.7 0.559 – 0.790
Between Subject Variability
On Volume 0.169 0.169 22.2 0.0999 – 0.219 0.300%
Correlation On Clearance,On Volume 0.140 0.139 199 0.0928 – 0.336
On Clearance 0.358 0.368 282 0.234 – 1.62 1.30%
Residual Error
Proportional Error (-) 0.102 0.104 147 0.0977 – 0.115 20.1%

pmxpartabc's People

Contributors

certara-alargajolli avatar certara-jcraig avatar s1nzy avatar

Forkers

s1nzy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.