Skip to contents

Fits the given model to the data using the provided settings.

Usage

fit(model_source, data, params, output_path, solver = NULL)

Arguments

model_source

Model definition written in the pharmsol DSL.

data

Path to the data file.

params

List of fitting parameters.

output_path

Path to save the fitting results.

solver

Optional ODE solver name.

Value

Result of the fitting process.