https://github.com/cran/qpcR
Raw File
Tip revision: 002c86eb3c41ef33b94a64dc562866a8956d4854 authored by Andrej-Nikolai Spiess on 25 March 2009, 00:00:00 UTC
version 1.1-8
Tip revision: 002c86e
expcomp.Rd
\name{expcomp}
\alias{expcomp}

\title{Comparison of several sigmodal models by RMSE within the exponential region}

\description{
  The exponential region of the qPCR data is identified by the studentized outlier method, as in \link{expfit}.
  The root-mean-squared-errors of 14 different sigmoidal models within this region are then calculated.
  The result of the fits are plotted and the models are returned in order of ascending RMSE.
}

\usage{
  expcomp(object, ...)
}

\arguments{
  \item{object}{a 'drc' object.} 
  \item{...}{other parameters to be passed to \code{expfit}.} 
}

\details{
The following sigmoidal models are fitted:
b3(), b4(), b5(), l3(), l4(), l5(), LL2.3(), LL2.4(), LL2.5(), baro5(), w3(), w4(), W2.3(), W2.4()
}

\value{
A dataframe with names of the models and the respective RMSEs.
}

\author{
  Andrej-Nikolai Spiess
}

\examples{
m <- pcrfit(reps, 1, 2, l5())
expcomp(m)
}

\keyword{models}
\keyword{nonlinear}
back to top