diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:42:31 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-23 16:45:52 +0100 |
commit | a8514e92fbb23d60db686ddf153592fb28c48a77 (patch) | |
tree | 3b1accab0d14b99ed7b5aefc69e05dc7dcb8e74c /man/endpoints.Rd | |
parent | 9e7aa351b30a0dc9b1e6e14da751c7f42a7587dd (diff) |
Support covariates in endpoints()
Diffstat (limited to 'man/endpoints.Rd')
-rw-r--r-- | man/endpoints.Rd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/man/endpoints.Rd b/man/endpoints.Rd index e3663aec..0df3616c 100644 --- a/man/endpoints.Rd +++ b/man/endpoints.Rd @@ -5,13 +5,20 @@ \title{Function to calculate endpoints for further use from kinetic models fitted with mkinfit} \usage{ -endpoints(fit) +endpoints(fit, covariates = NULL, covariate_quantile = 0.5) } \arguments{ \item{fit}{An object of class \link{mkinfit}, \link{nlme.mmkin} or \link{saem.mmkin}, or another object that has list components mkinmod containing an \link{mkinmod} degradation model, and two numeric vectors, bparms.optim and bparms.fixed, that contain parameter values for that model.} + +\item{covariates}{Numeric vector with covariate values for all variables in +any covariate models in the object. If given, it overrides 'covariate_quantile'.} + +\item{covariate_quantile}{This argument only has an effect if the fitted +object has covariate models. If so, the default is to show endpoints +for the median of the covariate values (50th percentile).} } \value{ A list with a matrix of dissipation times named distimes, and, if |