aboutsummaryrefslogtreecommitdiff
path: root/man/multical.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/multical.Rd')
-rw-r--r--man/multical.Rd37
1 files changed, 0 insertions, 37 deletions
diff --git a/man/multical.Rd b/man/multical.Rd
deleted file mode 100644
index 7d62277..0000000
--- a/man/multical.Rd
+++ /dev/null
@@ -1,37 +0,0 @@
-\name{multical}
-\alias{multical}
-\title{Calculation of results in a dataframe}
-\description{
- This function provides the possibility to perform the calibration
- of multiple components simultaneously, and to provide the results
- including confidence intervals in a dataframe.
-}
-\usage{
- multical(cf,df,intercept=FALSE)
-}
-\arguments{
- \item{cf}{
- A data frame containig the data for the calibration standards.
- }
- \item{df}{
- A data frame with the measured sample data.
- }
- \item{intercept}{
- Logical value determining if an intercept is to be fitted or not.
- Default is FALSE.
- }
-}
-\value{
- A data frame containig the measurement results with a confidence interval.
-}
-\examples{
-data(pahCalibration)
-data(pahMeasurements)
-result <- multical(pahCalibration,pahMeasurements)
-}
-\author{
- Johannes Ranke
- \email{jranke@uni-bremen.de}
- \url{http://www.uft.uni-bremen.de/chemie/ranke}
-}
-\keyword{regression}

Contact - Imprint