aboutsummaryrefslogtreecommitdiff
path: root/man/nlme.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-10 08:26:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-10 08:26:44 +0200
commit7777ff3b019e54364947ff393e2dab782d7cfe3c (patch)
treeb1a86eebd0722550e46d344b59afbba56660ca65 /man/nlme.Rd
parentc40f1a3d353b847582b7fb631698c31f1a2254e4 (diff)
Improve nlme function docs
Diffstat (limited to 'man/nlme.Rd')
-rw-r--r--man/nlme.Rd18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/nlme.Rd b/man/nlme.Rd
index e74ba16d..7527f09d 100644
--- a/man/nlme.Rd
+++ b/man/nlme.Rd
@@ -1,29 +1,29 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nlme.R
-\name{mean_degparms}
+\name{nlme_function}
+\alias{nlme_function}
\alias{mean_degparms}
\alias{nlme_data}
-\alias{nlme_function}
\title{Estimation of parameter distributions from mmkin row objects}
\usage{
+nlme_function(object)
+
mean_degparms(object)
nlme_data(object)
-
-nlme_function(object)
}
\arguments{
\item{object}{An mmkin row object containing several fits of the same model to different datasets}
}
\value{
-A named vector containing mean values of the fitted degradation model parameters
+A function that can be used with \code{link{nlme}}
-A groupedData data object
+A named vector containing mean values of the fitted degradation model parameters
-A function that can be used with nlme
+A \code{\link{groupedData}} object
}
\description{
-This function sets up and attempts to fit a mixed effects model to
+These functions facilitate setting up a nonlinear mixed effects model for
an mmkin row object. An mmkin row object is essentially a list of mkinfit
objects that have been obtained by fitting the same model to a list of
datasets.
@@ -63,7 +63,7 @@ m_nlme <- nlme(value ~ nlme_f(name, time, parent_0, log_k_parent_sink),
summary(m_nlme)
\dontrun{
- Test on some real data
+ # Test on some real data
ds_2 <- lapply(experimental_data_for_UBA_2019[6:10],
function(x) x$data[c("name", "time", "value")])
m_sfo_sfo <- mkinmod(parent = mkinsub("SFO", "A1"),

Contact - Imprint