Arm                     Create a treatment arm.
BinomialDistribution    Binomial distribution.
Bolus                   Create one or several bolus(es).
Bootstrap               Create a bootstrap object.
BootstrapDistribution   Create a bootstrap distribution. During
                        function sampling, Campsis will generate values
                        depending on the given data and arguments.
ConstantDistribution    Create a constant distribution. Its value will
                        be constant across all generated samples.
Covariate               Create a non time-varying (fixed) covariate.
CyclicSchedule          Cyclic schedule constructor.
Dataset                 Create a dataset.
DatasetConfig           Create a dataset configuration. This
                        configuration allows Campsis to know which are
                        the default depot and observed compartments.
Declare                 Create declare settings.
DefaultOutfun           Default output function (identity function).
DefaultSettings         Create default settings.
DiscreteDistribution    Discrete distribution.
DoseAdaptation          Create a dose adaptation.
DosingSchedule          Dosing schedule constructor.
EtaDistribution         Create an ETA distribution. The resulting
                        distribution is a normal distribution, with
                        mean=0 and sd=sqrt(OMEGA).
Event                   Create an interruption event.
EventCovariate          Create an event covariate. These covariates can
                        be modified further in interruption events.
Events                  Create a list of interruption events.
FixedDistribution       Create a fixed distribution. Each sample will
                        be assigned a fixed value coming from vector
                        'values'.
FunctionDistribution    Create a function distribution. During
                        distribution sampling, the provided function
                        will be responsible for generating values for
                        each sample. If first argument of this function
                        is not the size (n), please tell which argument
                        corresponds to the size 'n' (e.g.
                        list(size="n")).
Hardware                Create hardware settings.
IOV                     Define inter-occasion variability (IOV) into
                        the dataset. A new variable of name 'colname'
                        will be output into the dataset and will vary
                        at each dose number according to the given
                        distribution.
Infusion                Create one or several infusion(s).
LogNormalDistribution   Create a log normal distribution.
NCATableOutfun          Create a NCA table output function
NOCB                    Create NOCB settings.
NormalDistribution      Create a normal distribution.
Observations            Create an observations list. Please note that
                        the provided 'times' will automatically be
                        sorted. Duplicated times will be removed.
Occasion                Define a new occasion. Occasions are defined by
                        mapping occasion values to dose numbers. A new
                        column will automatically be created in the
                        exported dataset.
Outfun                  Create a new output function
Outfuns                 Create a collection of output functions.
PIOutfun                Create a prediction interval output function
ParameterDistribution   Create a parameter distribution. The resulting
                        distribution is a log-normal distribution, with
                        meanlog=log(THETA) and sdlog=sqrt(OMEGA).
Progress                Create progress settings.
RepeatAtSchedule        'Repeat at' schedule constructor. Note that the
                        time 0 for the base pattern will be added by
                        default if not provided.
ReplaceAction           Create a replace action.
Scenario                Create an scenario.
Scenarios               Create a list of scenarios.
Settings                Create advanced simulation settings.
SimulationProgress      Create a simulation progress object.
Solver                  Create solver settings.
StatsOutfun             Create a statistics output function
TimeSequence            Instantiate a new time sequence.
TimeVaryingCovariate    Create a time-varying covariate. This covariate
                        will be implemented using EVID=2 rows in the
                        exported dataset and will not use interruption
                        events.
TimeVector              Instantiate a new time vector
UniformDistribution     Create an uniform distribution.
apply_action            Apply some action on the given object.
apply_compartment_characteristics
                        Apply compartment characteristics from model.
                        In practice, only compartment infusion duration
                        needs to be applied.
apply_outfun            Apply output function(s) on the given Campsis
                        results.
arm-class               Arm class.
arms-class              Arms class.
as.numeric,time_sequence-method
                        Time sequence to numeric vector.
as.numeric,time_vector-method
                        Time vector to numeric vector.
binomial_distribution-class
                        Binomial distribution class.
bolus-class             Bolus class.
bolus_wrapper-class     Bolus wrapper class.
bootstrap-class         Bootstrap class.
bootstrap_distribution-class
                        Bootstrap distribution class.
campsis_handler         Suggested Campsis handler for showing the
                        progress bar.
campsis_metadata-class
                        Campsis metadata class.
campsis_tbl-class       Campsis table class (see this class as an
                        interface)
compute_pi              Compute the prediction interval summary over
                        time.
compute_stats           Compute generic statistics over time.
constant_distribution-class
                        Constant distribution class.
convert_time            Convert numeric time vector based on the
                        provided units.
covariate-class         Covariate class.
covariates-class        Covariates class.
cyclic_schedule-class   Cyclic schedule class.
dataset-class           Dataset class.
dataset_config-class    Dataset configuration class.
days                    Convert days to hours.
declare_settings-class
                        Declare settings class.
default_outfun-class    Default output function class.
default_settings-class
                        Default settings class.
discrete_distribution-class
                        Discrete distribution class.
distribution-class      Distribution class. See this class as an
                        interface.
dose_adaptation-class   Dose adaptation class.
dose_adaptations-class
                        Dose adaptations class.
dosing_only             Filter Campsis output on dosing rows.
dosing_schedule-class   Dosing schedule class.
event-class             Event class.
event_covariate-class   Event covariate class.
events-class            Events class.
fixed_covariate-class   Fixed covariate class.
fixed_distribution-class
                        Fixed distribution class.
function_distribution-class
                        Function distribution class.
generate_iiv            Generate IIV matrix for the given Campsis
                        model.
generate_iiv_           Generate IIV matrix for the given OMEGA matrix.
get_available_time_units
                        Return the list of available time units.
get_campsis_option      Get Campsis option logic.
get_covariates          Get all covariates (fixed / time-varying /
                        event covariates).
get_event_covariates    Get all event-related covariates.
get_fixed_covariates    Get all fixed covariates.
get_iovs                Get all IOV objects.
get_occasions           Get all occasions.
get_splitting_configuration
                        Get splitting configuration for parallel
                        export.
get_time_varying_covariates
                        Get all time-varying covariates.
get_times               Get all distinct times for the specified
                        object.
hardware_settings-class
                        Hardware settings class.
hours                   Convert hours to hours (do nothing).
infusion-class          Infusion class.
infusion_wrapper-class
                        Infusion wrapper class.
internal_settings-class
                        Internal settings class (transient object from
                        the simulation settings).
length,arm-method       Return the number of subjects contained in this
                        arm.
length,cyclic_schedule-method
                        Return the number of repetition cycles.
length,dataset-method   Return the number of subjects contained in this
                        dataset.
length,repeat_at_schedule-method
                        Return the number of repetition cycles.
lognormal_distribution-class
                        Log normal distribution class.
minutes                 Convert minutes to hours.
months                  Convert pharma months (1 month = 4 weeks) to
                        hours.
mrgsolve_engine-class   mrgsolve engine class.
nca_table_outfun-class
                        NCA table output function class.
nhanes                  NHANES database (demographics and body measure
                        data combined, from 2017-2018).
nocb_settings-class     NOCB settings class.
normal_distribution-class
                        Normal distribution class.
obs_only                Filter Campsis output on observation rows.
observations-class      Observations class.
observations_set-class
                        Observations set class.
occasion-class          Occasion class.
occasions-class         Occasions class.
outfun-class            Output function class.
outfuns-class           Output functions class (i.e. a collection of
                        output functions).
pi_campsis_tbl-class    Prediction Interval (PI) Campsis table class
pi_outfun-class         Prediction interval output function class.
progress_settings-class
                        Progress settings class.
protocol-class          Protocol class.
repeat_at_schedule-class
                        'Repeat at' schedule class.
repeat_schedule         Repeat schedule.
repeated_schedule-class
                        Repeated schedule class. See this class as an
                        interface.
replace_action-class    Replace action class.
retrieve_parameter_value
                        Retrieve the parameter value (standardized) for
                        the specified parameter name.
rxode_engine-class      rxode2 engine class.
sample                  Sample generic object.
scatter_plot            Scatter plot (S3 generic).
scatter_plot.std_campsis_tbl
                        Scatter plot for standard Campsis simulation
                        output.
scenario-class          Scenario class.
scenario_action-class   Scenario action class.
scenario_actions-class
                        Scenario actions class.
scenarios-class         Scenarios class.
seconds                 Convert seconds to hours.
set_label               Set the label.
set_subjects            Set the number of subjects.
setup_plan_default      Setup default plan for the given simulation or
                        hardware settings. This plan will prioritise
                        the distribution of workers in the following
                        order: 1) Replicates (if 'replicate_parallel'
                        is enabled) 2) Scenarios (if
                        'scenario_parallel' is enabled) 3) Dataset
                        export / slices (if 'dataset_export' or
                        'slice_parallel' is enabled)
setup_plan_sequential   Setup plan as sequential (i.e. no
                        parallelisation).
shaded_plot             Shaded plot / prediction interval plot (S3
                        generic).
shaded_plot.std_campsis_tbl
                        Shaded plot for standard Campsis simulation
                        output.
simulate                Simulate function.
simulation_engine-class
                        Simulation engine class.
simulation_progress-class
                        Simulation progress class.
simulation_settings-class
                        Simulation settings class.
solver_settings-class   Solver settings class. See ?mrgsolve::update.
                        See ?rxode2::rxSolve.
spaghetti_plot          Spaghetti plot (S3 generic).
spaghetti_plot.std_campsis_tbl
                        Spaghetti plot for standard Campsis simulation
                        output.
standardise_time        Standardise time to hours.
stats_campsis_tbl-class
                        Statistics Campsis table class
stats_outfun-class      Statistics output function class.
std_campsis_tbl-class   Standard Campsis table class
time_sequence-class     Time sequence class.
time_varying_covariate-class
                        Time-varying covariate class.
time_vector-class       Time vector class.
treatment-class         Treatment class.
treatment_iov-class     Treatment IOV class.
treatment_iovs-class    Treatment IOV's class.
undefined_distribution-class
                        Undefined distribution class. This type of
                        object is automatically created in method
                        to_explicit_distribution() when the user does
                        not provide a concrete distribution. This is
                        because S4 objects do not accept NULL values.
undefined_schedule-class
                        Undefined schedule class.
uniform_distribution-class
                        Uniform distribution class.
unwrap_treatment        Unwrap treatment.
update_addl             Update the number of additional doses (ADDL).
update_amount           Update amount.
update_ii               Update the inter-dose interval (II).
update_repeat           Update the repeat field (argument 'rep' in
                        Bolus and Infusion constructors).
vpc_plot                VPC plot (S3 generic).
vpc_plot.pi_campsis_tbl
                        VPC plot for prediction-interval Campsis
                        output.
vpc_plot.std_campsis_tbl
                        VPC plot for standard Campsis simulation
                        output.
weeks                   Convert weeks to hours.
years                   Convert pharma years (1 year = 12*4 weeks) to
                        hours.
