diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 12:43:29 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 13:48:57 +0100 |
commit | 328d1173db2395c1a5705b5f0980e2956db8be1f (patch) | |
tree | ce7eb2d2476230c0b8935eeb2d42b5234479e670 /man | |
parent | ba3eaa0d61d4980a61ebbcd105f07d21dd2aabb6 (diff) |
Update wordlist, bump date and simplify DESCRIPTION
Also, the R-Universe URL that the badge points to is updated
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinpredict.Rd | 4 | ||||
-rw-r--r-- | man/nlme.Rd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/mkinpredict.Rd b/man/mkinpredict.Rd index 792d0e47..f68f6c7a 100644 --- a/man/mkinpredict.Rd +++ b/man/mkinpredict.Rd @@ -71,7 +71,7 @@ parent compound.} \item{use_symbols}{If set to \code{TRUE} (default), symbol info present in the \link{mkinmod} object is used if available for accessing compiled code} -\item{method.ode}{The solution method passed via \link{mkinpredict} to \link{ode}] in +\item{method.ode}{The solution method passed via \link{mkinpredict} to \code{deSolve::ode()} in case the solution type is "deSolve" and we are not using compiled code. When using compiled code, only lsoda is supported.} @@ -86,7 +86,7 @@ the observed variables (default) or for all state variables (if set to FALSE). Setting this to FALSE has no effect for analytical solutions, as these always return mapped output.} -\item{na_stop}{Should it be an error if \link{ode} returns NaN values} +\item{na_stop}{Should it be an error if \code{deSolve::ode()} returns NaN values} } \value{ A matrix with the numeric solution in wide format diff --git a/man/nlme.Rd b/man/nlme.Rd index e87b7a00..2c92f31b 100644 --- a/man/nlme.Rd +++ b/man/nlme.Rd @@ -15,7 +15,7 @@ nlme_data(object) \value{ A function that can be used with nlme -A \code{\link{groupedData}} object +A \code{nlme::groupedData} object } \description{ These functions facilitate setting up a nonlinear mixed effects model for |