diff options
| -rw-r--r-- | R/nlme.mmkin.R | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/R/nlme.mmkin.R b/R/nlme.mmkin.R index 8d875fee..d26b86ac 100644 --- a/R/nlme.mmkin.R +++ b/R/nlme.mmkin.R @@ -49,8 +49,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 [nlme_function()], [plot.mixed.mmkin], [summary.nlme.mmkin], -#'  [parms.nlme.mmkin] +#' @seealso [nlme_function()], [plot.mixed.mmkin], [summary.nlme.mmkin]  #' @examples  #' ds <- lapply(experimental_data_for_UBA_2019[6:10],  #'  function(x) subset(x$data[c("name", "time", "value")], name == "parent")) | 
