fixpar {fitode}R Documentation

Fix parameters of an ODE model

Description

Fix parameters of an ODE model to a constant value by transforming the model (using Transform() function)

Usage

fixpar(model, fixed)

Arguments

model

odemodel object

fixed

named vector or list of model parameters to fix


[Package fitode version 0.1.1 Index]