aboutsummaryrefslogtreecommitdiff
path: root/man/multical.Rd
blob: 7d622771fb5628eba602938f0ff193088339a011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\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