diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-22 16:09:53 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-22 18:01:26 +0200 |
commit | ae4ca17b89047052b35acee8e636ff8f31636c13 (patch) | |
tree | 8d44949bc8b2a2c23a2e2896e12ff438252a1fe5 /man/mkinmod.Rd | |
parent | f6b6ecd0f925799aaced3fb5ceb9e5817a99d884 (diff) |
Support SFORB with formation fractions
Diffstat (limited to 'man/mkinmod.Rd')
-rw-r--r-- | man/mkinmod.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinmod.Rd b/man/mkinmod.Rd index d2b851b6..020917b9 100644 --- a/man/mkinmod.Rd +++ b/man/mkinmod.Rd @@ -60,8 +60,8 @@ A list of class \code{mkinmod} for use with \code{\link{mkinfit}}, The coefficient matrix, if the system of differential equations can be represented by one. } - \item{ll}{ - The likelihood function, taking the parameter vector as the first argument. + \item{cf}{ + If generated, the compiled function as returned by cfunction. } } \description{ |