No articles match
List of models5 days ago
General | Specific Drugs | DDMoRe
Estimating nlmixr2 models with 'nlmixr2targets'18 days ago
Introduction to nlmixr2targets | Initial conditions | Running one model with one dataset (tar_nlmixr()) | Running multiple models with one dataset (tar_nlmixr_multimodel()) | Model piping for multiple models estimated with one dataset | Continuing the pipeline when a model fails
Caching strategy and reruns21 days ago
What triggers a re-fit? | Examples of common edits | Inspecting and pruning the indirect cache | tar_outdated() is a quick way to preview what would rerun
Initial conditions cheatsheet21 days ago
Two forms accepted inside nlmixr2targets | What tar_nlmixr() does behind the scenes | Pipe forms | Known limitation: env functions never routed through tar_nlmixr() | Summary
Multimodel comparison workflows21 days ago
Why a dedicated multimodel factory? | Minimal comparison plan | Extracting parameter estimates across models | Within-list piping for nested edits | Tips for large model libraries
Canonical covariate columns2 months ago
Creating a model library2 months ago
Model library conventions within nlmixr2lib | Compartment naming | Estimated parameter naming | Parameter naming | Multi-component clearance | Parent drug + metabolite parameters | Parameter transforms | Random effects | Covariate effects | Drug effects | Model files
rxode2 ODE solving syntax2 months ago
Introduction | Creating rxode2 models | Syntax | Note | Example model | Example | Interface and data handling between R and the generated C code
Importing NONMEM into rxode22 months ago
Setting up nonmem2rx for your model | Technical details about reading NONMEM to rxode2
TMDD archetypes: full, QSS, and Michaelis-Menten approximations3 months ago
Overview | Population and units | Source trace | Typical-value simulations | Single-dose profiles (100 mg SC) | Target and complex trajectories (1-cmt models) | Repeated SC dosing — drug-concentration difference across structures | Regime-convergence check | Assumptions and deviations
Markov modeling3 months ago
Create your dataset | Create your model | Fit the model | Simulate your data | Summarize the simulations
PK_2cmt_mAb_Davda_20143 months ago
Model and source | Population | Source trace | Virtual cohort | Simulation | Replicate published figures | Figure 1 / 3 — typical IV vs SC profiles | VPC-style percentile bands | PKNCA validation | Comparison against published NCA | Assumptions and deviations
Reporting nlmixr2 Fit Results9 months ago
Introduction | General workflow | The yaml report file structure | placeholders | parameters | covariates | options | Building figures & tables | figures | tables | pptx | docx | Customizing reports for your organization | PowerPoint | Word | Report configuration file report_fit.yaml
Accessing Figures and Tables1 years ago
Introduction | Creating figures and tables | Using report objects in RMarkdown
lbfgsb3c: Using the 2011 version of L-BFGS-B.3 years ago
Abstract | Provenance of the R optim::L-BFGS-B and related solvers | Functions in package lbfgsb3c | Candlestick function | Extended Rosenbrock function (from funconstrain) | Using compiled function code | References
Lotri Motivation4 years ago
Motivation | Creating lists of matrices with attached properties | Combining symmetric named matrices
SymEngine Quick Start7 years ago
Construct symbolic expressions | Create symbol x from a string. | Parse an expression from a string | Manipulating symbolic expressions | Expand an expression | Substitute variables | Compute derivatives | Solve a polynomial equation | Construct vector and matrix | Construct a vector with c | Construct a vector with Vector | Construct a symbolic matrix with Matrix | Construct a symbolic matrix with rbind | Numerically evaluate symbolic expressions | Print Latex in Rmarkdown document