R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
campsismod
View on CRAN: Click
here
Download and install campsismod package within the R console
Install from CRAN:
install.packages("campsismod")
Install from Github:
library("remotes")
install_github("cran/campsismod") Install by package version:
library("remotes")
install_version("campsismod", "1.2.3") Attach the package and use:
library("campsismod")
Maintained by
Nicolas Luyckx
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-02-14
Latest Update: 2025-07-31
Description:
A generic, easy-to-use and expandable implementation of a
pharmacokinetic (PK) / pharmacodynamic (PD) model based on the S4
class system. This package allows the user to read/write a
pharmacometric model from/to files and adapt it further on the fly in
the R environment. For this purpose, this package provides an
intuitive API to add, modify or delete equations, ordinary
differential equations (ODE's), model parameters or compartment
properties (like infusion duration or rate, bioavailability and
initial values). Finally, this package also provides a useful export
of the model for use with simulation packages 'rxode2' and 'mrgsolve'.
This package is designed and intended to be used with package
'campsis', a PK/PD simulation platform built on top of 'rxode2' and
'mrgsolve'.
How to cite:
Nicolas Luyckx (2022). campsismod: Generic Implementation of a PK/PD Model. R package version 1.2.3, https://cran.r-project.org/web/packages/campsismod. Accessed 22 Sep. 2026.
Previous versions and publish date:
(2026-07-30 07:10), 0.8.0 (2022-02-14 20:40), 0.8.1 (2022-05-24 10:50), 0.9.0 (2022-06-17 14:50), 1.0.0 (2023-04-11 14:10), 1.1.0 (2023-10-12 12:30), 1.1.1 (2024-02-16 11:50), 1.1.2 (2024-11-26 10:00), 1.2.0 (2025-02-07 15:40), 1.2.1 (2025-03-17 11:40), 1.2.2 (2025-03-28 13:20), 1.2.3 (2025-07-31 16:10), 1.3.0 (2026-01-27 13:40), 1.3.1 (2026-03-17 09:31), 1.3.2 (2026-05-07 16:00)
Other packages that cited campsismod R package
View campsismod citation profile
Other R packages that campsismod depends,
imports, suggests or enhances
Complete documentation for campsismod
Functions, R codes and Examples using
the campsismod R package
Some associated functions: Bioavailability . CampsisModel . CodeRecords . Comment . Compartment . Compartments . Equation . ErrorRecord . IfStatement . InfusionDuration . InfusionRate . InitialCondition . LagTime . LineBreak . MainRecord . ModelStatements . Ode . OdeRecord . Omega . Parameters . Pattern . Position . Sigma . Theta . UnknownStatement . UnsupportedDestException . VariablePattern . add . addODECompartment . addProperties . addSuffix . allNa . appendCodeRecords . appendComment . appendCompartments . appendModel . appendParameters . as.data.frame . assertSingleCharacterString . autoDetectNONMEM . campsis_model-class . code_record-class . comment-class . compartment-class . compartment_bioavailability-class . compartment_infusion_duration-class . compartment_infusion_rate-class . compartment_initial_condition-class . compartment_lag_time-class . compartment_properties-class . compartment_property-class . compartments-class . contains . convertAnyComment . convertOutvarsToCapture . default . delete . disable . double_array_parameter-class . duration_record-class . equation-class . error_record-class . export . export_type-class . extractLhs . extractRhs . extractTextBetweenBrackets . f_record-class . find . fixOmega . getByIndex . getByName . getCompartmentIndex . getCompartments . getNONMEMName . getName . getNameInModel . getNames . getPrefix . getRecordDelimiter . getRecordEquationNames . getRecordName . getUncertainty . getVarCov . grapes-greater-than-grapes . hasComment . ifStatementPatternStr . if_statement-class . indexOf . init_record-class . isComment . isDiag . isEmptyLine . isEquation . isIfStatement . isODE . isRecordDelimiter . isStrictRecordDelimiter . lag_record-class . length . line_break-class . main_record-class . matchDoubleArrayParameter . matchSingleArrayParameter . maxIndex . methodsGlobalFunctions . minIndex . model_statement-class . model_statements-class . model_suite . mrgsolveBlock . mrgsolveCapture . mrgsolveCompartment . mrgsolveMain . mrgsolveMatrix . mrgsolveOde . mrgsolveParam . mrgsolveTable . mrgsolve_type-class . ode-class . ode_record-class . omega-class . parameter-class . parameters-class . parseIfStatement . parseStatements . pattern-class . pmx_element-class . pmx_list-class . pmx_position-class . pmx_position_by_element-class . pmx_position_by_index-class . processDoubleArrayArguments . processExtraArg . properties_record-class . rate_record-class . read.allparameters . read.campsis . read.model . read . read.parameters . read.pmxmod . read.varcov . removeNaColumn . removeTrailingLineBreaks . replace . replaceAll . rxodeCode . rxodeMatrix . rxodeParams . rxode_type-class . select . sigma-class . single_array_parameter-class . sort . standardise . statements_record-class . theta-class . toString . trim . unknown_statement-class . updateCompartments . variablePatternNoStartStr . variablePatternStr . variable_pattern-class . write . writeParameters . writeRecordDelimiter . writeVarcov .
Some associated R codes: campsis_model.R . check.R . code_record.R . code_records.R . compartment.R . compartment_bioavailability.R . compartment_infusion_duration.R . compartment_infusion_rate.R . compartment_initial_condition.R . compartment_lag_time.R . compartment_properties.R . compartment_property.R . compartments.R . data.R . generic.R . generic_element_list.R . generic_element_position.R . generic_list.R . global.R . model_add_suffix.R . model_comment.R . model_equation.R . model_if_statement.R . model_line_break.R . model_ode.R . model_parser.R . model_statement.R . model_statements.R . model_unknown_statement.R . mrgsolve_conversion.R . mrgsolve_model.R . parameter.R . parameters.R . pattern.R . rxode_conversion.R . rxode_model.R . special_operators.R . utilities.R . Full campsismod package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
Countr
Flexible univariate count models based on renewal processes. The
models may include covariates and ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Georgi N. Boshnakov (view profile)
cnum
Chinese numerals processing in R, such as conversion between
Chinese numerals and Arabic numerals a ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Elgar Teo (view profile)
heatmaply
Create interactive cluster 'heatmaps' that can be saved as a stand-
alone HTML file, embedded in 'R ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Tal Galili (view profile)
spider
Analysis of species limits and DNA barcoding data. Included are functions for generating important s ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Rupert A. Collins (view profile)
r2resize
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
jointseg
Methods for fast segmentation of multivariate
signals into piecewise constant profiles and for gene ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Morgane Pierre-Jean (view profile)
28,720
R Packages
247,686
Dependencies
75,677
Author Associations
28,721
Publication Badges
