All Projects → andrewhooker → PopED

andrewhooker / PopED

Licence: LGPL-3.0 license
Population Experimental Design (PopED) in R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to PopED

PKPDsim
Simulate PK-PD models defined as ODE systems
Stars: ✭ 24 (-11.11%)
Mutual labels:  pharmacometrics, pharmacokinetics, pharmacodynamics
Torsten
library of C++ functions that support applications of Stan in Pharmacometrics
Stars: ✭ 38 (+40.74%)
Mutual labels:  pharmacometrics, pkpd
genstar
Generation of Synthetic Populations Library
Stars: ✭ 17 (-37.04%)
Mutual labels:  population, population-model
rcppcnpy
Rcpp bindings for NumPy files
Stars: ✭ 24 (-11.11%)
Mutual labels:  cran
eia
An R package wrapping the US Energy Information Administration open data API.
Stars: ✭ 38 (+40.74%)
Mutual labels:  cran
Ramble
A R parser based on combinatory parsers.
Stars: ✭ 19 (-29.63%)
Mutual labels:  cran
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+59.26%)
Mutual labels:  population
contextual
Contextual Bandits in R - simulation and evaluation of Multi-Armed Bandit Policies
Stars: ✭ 72 (+166.67%)
Mutual labels:  cran
TSP-GA
Traveling Salesman Problem Using Parallel Genetic Algorithms
Stars: ✭ 29 (+7.41%)
Mutual labels:  population
ngramr
R package to query the Google Ngram Viewer
Stars: ✭ 46 (+70.37%)
Mutual labels:  cran
thinkr
Some tools for cleaning up messy 'Excel' files to be suitable for R
Stars: ✭ 21 (-22.22%)
Mutual labels:  cran
vosonSML
R package for collecting social media data and creating networks for analysis.
Stars: ✭ 65 (+140.74%)
Mutual labels:  cran
D3partitionR
R package to visualise interactively hierarchical data.
Stars: ✭ 36 (+33.33%)
Mutual labels:  cran
wopr
An R package and Shiny application to provide API access to the WorldPop Open Population Repository (WOPR)
Stars: ✭ 28 (+3.7%)
Mutual labels:  population-model
apsimx
R package for APSIM-X
Stars: ✭ 30 (+11.11%)
Mutual labels:  cran
RDML
RDML data import for R
Stars: ✭ 20 (-25.93%)
Mutual labels:  cran
rcppfastfloat
Rcpp Bindings for the 'fastfloat' Header-Only Library
Stars: ✭ 18 (-33.33%)
Mutual labels:  cran
TSP
Traveling Salesperson Problem - R package
Stars: ✭ 54 (+100%)
Mutual labels:  cran
globals
🌐 R package: Identify Global Objects in R Expressions
Stars: ✭ 27 (+0%)
Mutual labels:  cran
bruceR
📦 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Stars: ✭ 110 (+307.41%)
Mutual labels:  cran

PopED

CRAN_Status_Badge R-CMD-check codecov.io

PopED computes optimal experimental designs for both population and individual studies based on nonlinear mixed-effect models. Often this is based on a computation of the Fisher Information Matrix (FIM).

Installation

You need to have R installed. Download the latest version of R from www.r-project.org. You can install the released version of PopED from CRAN with:

install.packages("PopED")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("andrewhooker/PopED")

Getting started

To get started you need to define

  1. A model.
  2. An initial design (and design space if you want to optimize).
  3. The tasks to perform.

Learn more in this introduction to PopED

Contact

You are welcome to:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].