diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-09-27 20:10:01 +0200 |
commit | 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a (patch) | |
tree | 70f86619437fb8f1bc1f144b847fc4dacbcba128 /man/intervals.saem.mmkin.Rd | |
parent | 047d048b89e167fb354b45cd7c6b719b9f4cdd28 (diff) |
intervals() methods, more DFOP/tc variants
Diffstat (limited to 'man/intervals.saem.mmkin.Rd')
-rw-r--r-- | man/intervals.saem.mmkin.Rd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/man/intervals.saem.mmkin.Rd b/man/intervals.saem.mmkin.Rd new file mode 100644 index 00000000..4a41dd1b --- /dev/null +++ b/man/intervals.saem.mmkin.Rd @@ -0,0 +1,25 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/intervals.R +\name{intervals.saem.mmkin} +\alias{intervals.saem.mmkin} +\title{Confidence intervals for parameters in saem.mmkin objects} +\usage{ +\method{intervals}{saem.mmkin}(object, level = 0.95, backtransform = TRUE, ...) +} +\arguments{ +\item{object}{The fitted saem.mmkin object} + +\item{level}{The confidence level. Must be the default of 0.95 as this is what +is available in the saemix object} + +\item{backtransform}{In case the model was fitted with mkin transformations, +should we backtransform the parameters where a one to one correlation +between transformed and backtransformed parameters exists?} +} +\value{ +An object with 'intervals.saem.mmkin' and 'intervals.lme' in the +class attribute +} +\description{ +Confidence intervals for parameters in saem.mmkin objects +} |