From 9298a503d8de99dad1f61d6eb8bc228dd4acce6b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 5 Nov 2020 08:31:21 +0100 Subject: Fix link and update docs --- R/nlme.mmkin.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R') 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")) -- cgit v1.2.1