aboutsummaryrefslogtreecommitdiff
path: root/R/nlme.mmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-05 08:31:21 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-05 08:31:21 +0100
commit9298a503d8de99dad1f61d6eb8bc228dd4acce6b (patch)
tree22a8d261835d36e59c371a858598dbe309aa89ec /R/nlme.mmkin.R
parentf24a86c1f33e06c8114021c5c3956b5f7c400c18 (diff)
Fix link and update docs
Diffstat (limited to 'R/nlme.mmkin.R')
-rw-r--r--R/nlme.mmkin.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R
index 6d24a044..526cb10b 100644
--- a/R/nlme.mmkin.R
+++ b/R/nlme.mmkin.R
@@ -22,7 +22,7 @@ get_deg_func <- function() {
#' object. An mmkin row object is essentially a list of mkinfit objects that
#' have been obtained by fitting the same model to a list of datasets.
#'
-#' @param model An \code{\link{mmkin}} row object.
+#' @param model An [mmkin] row object.
#' @param data Ignored, data are taken from the mmkin model
#' @param fixed Ignored, all degradation parameters fitted in the
#' mmkin model are used as fixed parameters
@@ -46,7 +46,7 @@ get_deg_func <- function() {
#' methods that will automatically work on 'nlme.mmkin' objects, such as
#' [nlme::intervals()], [nlme::anova.lme()] and [nlme::coef.lme()].
#' @export
-#' @seealso \code{\link{nlme_function}}
+#' @seealso [nlme_function()]
#' @examples
#' ds <- lapply(experimental_data_for_UBA_2019[6:10],
#' function(x) subset(x$data[c("name", "time", "value")], name == "parent"))

Contact - Imprint