From 36bc31c52cbe4b686f5562e21ee110380481dff8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 19:10:32 +0200 Subject: Another documentation update --- man/mkinfit.Rd | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'man/mkinfit.Rd') diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 5a2b3e53..b8d44fba 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -94,12 +94,11 @@ differential equations is based on the spectral decomposition of the coefficient matrix in cases that this is possible. If set to "deSolve", a numerical ode solver from package \code{\link{deSolve}} is used. If set to "analytical", an analytical solution of the model is used. This is only -implemented for simple degradation experiments with only one state -variable, i.e. with no metabolites. The default is "auto", which uses -"analytical" if possible, otherwise "deSolve" if a compiler is present, -and "eigen" if no compiler is present and the model can be expressed using -eigenvalues and eigenvectors. This argument is passed on to the helper -function \code{\link{mkinpredict}}.} +implemented for relatively simple degradation models. The default is +"auto", which uses "analytical" if possible, otherwise "deSolve" if a +compiler is present, and "eigen" if no compiler is present and the model +can be expressed using eigenvalues and eigenvectors. This argument is +passed on to the helper function \code{\link{mkinpredict}}.} \item{method.ode}{The solution method passed via \code{\link{mkinpredict}} to \code{\link{ode}} in case the solution type is "deSolve". The default @@ -154,11 +153,9 @@ the error model. If the error model is "const", unweighted nonlinear least squares fitting ("OLS") is selected. If the error model is "obs", or "tc", the "d_3" algorithm is selected. -The algorithm "d_3" will directly minimize the negative log-likelihood and -\itemize{ -\item independently - also use the three step algorithm described below. The -fit with the higher likelihood is returned. -} +The algorithm "d_3" will directly minimize the negative log-likelihood +and independently also use the three step algorithm described below. +The fit with the higher likelihood is returned. The algorithm "direct" will directly minimize the negative log-likelihood. -- cgit v1.2.1