From 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 27 Sep 2021 20:10:01 +0200 Subject: intervals() methods, more DFOP/tc variants --- man/intervals.saem.mmkin.Rd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 man/intervals.saem.mmkin.Rd (limited to 'man/intervals.saem.mmkin.Rd') 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 +} -- cgit v1.2.1