From 513dfbdcdda94a901b5901b486ff5500c7d158b1 Mon Sep 17 00:00:00 2001 From: ranke Date: Wed, 10 May 2006 15:44:14 +0000 Subject: The inverse prediction works in a variety of cases and is tested with Examples 7 and 8 from Massart! I need to compare with the DIN and draper examples, and finish the package vignette. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@6 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- man/calm.Rd | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 man/calm.Rd (limited to 'man/calm.Rd') diff --git a/man/calm.Rd b/man/calm.Rd deleted file mode 100644 index c16f663..0000000 --- a/man/calm.Rd +++ /dev/null @@ -1,43 +0,0 @@ -\name{calm} -\alias{calm} -\alias{print.calm} -\alias{predict.calm} -\alias{summary.calm} -\title{Generate a calibration model} -\description{ - This function fits a calibration model to the data - frame. -} -\usage{ - calm(data) -} -\arguments{ - \item{data}{ - A data frame with numeric x data in the first column and - numeric y data in the second column. - } -} -\value{ - An object of class \code{calm}, which is derived from - a linear model \code{lm}, the only difference being that - it contains the additional attributes \code{xname}, - \code{yname} and \code{intercept}, the latter being a - boolean reporting wether the model uses an intercept or not. -} -\note{ - The decision if the returned model contains an intercept is taken based on - the significance of the fitted intercept on a significance level of 0.95. - The methods \code{\link{print.calm}}, \code{\link{predict.calm}} - \code{\link{summary.calm}} are just newly assigned names for the - corresponding methods from the class \code{\link{lm}}. -} -\examples{ - data(din32645) - calm(din32645) -} -\author{ - Johannes Ranke - \email{jranke@uni-bremen.de} - \url{http://www.uft.uni-bremen.de/chemie/ranke} -} -\keyword{regression} -- cgit v1.2.1