aboutsummaryrefslogtreecommitdiff
path: root/man/multical.Rd
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2005-02-15 19:15:54 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2005-02-15 19:15:54 +0000
commit965af33bfc386b0c96a50c85fbddf98211e266c4 (patch)
tree0add80bd2712189a8ae511df0631f122bd270ae2 /man/multical.Rd
parenta94bd86465fe191102a2bf85a3631c83cd10db0a (diff)
Cleaned up version, only containing very basic stuff.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@2 5fad18fb-23f0-0310-ab10-e59a3bee62b4
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