diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:29:35 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:29:35 +0100 |
commit | 96500fa127b59bddb2fcfe77b7b97415bd105f4a (patch) | |
tree | e246e2e08f1e45020f0ecbd9f8a66173d833afce /R/nlme.mmkin.R | |
parent | aa74f5a30853fb0a15c99c283e072f08ee819149 (diff) |
I do not have a parms.nlme.mmkin method
Diffstat (limited to 'R/nlme.mmkin.R')
-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")) |