From e5aea600fd957955fc3e8e41dbc93bf4f65af803 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 19 Dec 2024 10:59:44 +0100 Subject: Support observed data as tibble Closes #14 --- man/mkinfit.Rd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/mkinfit.Rd') diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index f96b4d22..edec9546 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -39,7 +39,8 @@ model to be fitted to the data, or one of the shorthand names ("SFO", parent only degradation model is generated for the variable with the highest value in \code{observed}.} -\item{observed}{A dataframe with the observed data. The first column called +\item{observed}{A dataframe or an object coercible to a dataframe +(e.g. a \code{tibble}) with the observed data. The first column called "name" must contain the name of the observed variable for each data point. The second column must contain the times of observation, named "time". The third column must be named "value" and contain the observed values. -- cgit v1.2.1