From 01284e456dc6df8e064a7a42f194fcd81d9ce7a1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 10:58:25 +0200 Subject: Improve documentation, now using a spell checker --- R/mkinfit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/mkinfit.R') diff --git a/R/mkinfit.R b/R/mkinfit.R index c796f06f..0f478910 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -4,7 +4,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "time", "value")) #' #' This function maximises the likelihood of the observed data using the Port #' algorithm \code{\link{nlminb}}, and the specified initial or fixed -#' parameters and starting values. In each step of the optimsation, the +#' parameters and starting values. In each step of the optimisation, the #' kinetic model is solved using the function \code{\link{mkinpredict}}. The #' parameters of the selected error model are fitted simultaneously with the #' degradation model parameters, as both of them are arguments of the -- cgit v1.2.1