diff options
author | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2006-05-09 20:28:46 +0000 |
---|---|---|
committer | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2006-05-09 20:28:46 +0000 |
commit | 8d30b2cd951c992e4f9aa3055054091e18b8b4f0 (patch) | |
tree | 82c054517c44d2756690de73381791afba6c4e07 /man | |
parent | d00de8b829e1a426742df43c25e8982e2f9426af (diff) |
Added the example data, and validated it by writing
a demo producing the first four columns from Table 8.5
and the weighted regression.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@5 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'man')
-rw-r--r-- | man/massart97ex3.Rd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/massart97ex3.Rd b/man/massart97ex3.Rd new file mode 100644 index 0000000..1dabf90 --- /dev/null +++ b/man/massart97ex3.Rd @@ -0,0 +1,17 @@ +\name{massart97ex3} +\docType{data} +\alias{massart97ex3} +\title{Calibration data from Massart et al. (1997), example 3} +\description{ + Sample dataset to test the package. +} +\usage{data(massart97ex3)} +\format{ + A dataframe containing 6 levels of x values with 5 + observations of y for each level. +} +\source{ + Massart, L.M, Vandenginste, B.G.M., Buydens, L.M.C., De Jong, S., Lewi, P.J., + Smeyers-Verbeke, J. (1997) Handbook of Chemometrics and Qualimetrics: Part A, p. 188 +} +\keyword{datasets} |