diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 12:03:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 14:55:21 +0100 |
commit | 7035cde3a53781721fe15a8893fdf328c789bdd2 (patch) | |
tree | a1e4929faf9d645caedc0ed4dcc5036252497c63 /man/intervals.nlmixr.mmkin.Rd | |
parent | 77c248ca40b82ec00a756cd82f12968131f78959 (diff) |
Remove nlmixr interface for release of mkin 1.1.0
I am postponing my attempts to get the nlmixr interface to CRAN, given
some problems with nlmixr using R-devel under Windows, see
https://github.com/nlmixrdevelopment/nlmixr/issues/596
and
https://github.com/r-hub/rhub/issues/512,
which is fixed by the removal of nlmixr from the testsuite.
For the tests to be more platform independent, the biphasic mixed
effects models test dataset was defined in a way that fitting
should be more robust (less ill-defined).
Diffstat (limited to 'man/intervals.nlmixr.mmkin.Rd')
-rw-r--r-- | man/intervals.nlmixr.mmkin.Rd | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/man/intervals.nlmixr.mmkin.Rd b/man/intervals.nlmixr.mmkin.Rd deleted file mode 100644 index e6da8901..00000000 --- a/man/intervals.nlmixr.mmkin.Rd +++ /dev/null @@ -1,25 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/intervals.R -\name{intervals.nlmixr.mmkin} -\alias{intervals.nlmixr.mmkin} -\title{Confidence intervals for parameters in nlmixr.mmkin objects} -\usage{ -\method{intervals}{nlmixr.mmkin}(object, level = 0.95, backtransform = TRUE, ...) -} -\arguments{ -\item{object}{The fitted saem.mmkin object} - -\item{level}{The confidence level.} - -\item{backtransform}{Should we backtransform the parameters where a one to -one correlation between transformed and backtransformed parameters exists?} - -\item{\dots}{For compatibility with the generic method} -} -\value{ -An object with 'intervals.saem.mmkin' and 'intervals.lme' in the -class attribute -} -\description{ -Confidence intervals for parameters in nlmixr.mmkin objects -} |