diff options
author | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2006-05-10 15:44:14 +0000 |
---|---|---|
committer | ranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4> | 2006-05-10 15:44:14 +0000 |
commit | 513dfbdcdda94a901b5901b486ff5500c7d158b1 (patch) | |
tree | fefbf7daadbd7da71add3ed63b3d3b07c4c8e4df /data | |
parent | 8d30b2cd951c992e4f9aa3055054091e18b8b4f0 (diff) |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/draper.R | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/draper.R b/data/draper.R new file mode 100644 index 0000000..5aa7ae9 --- /dev/null +++ b/data/draper.R @@ -0,0 +1,5 @@ +"draper" <- +structure(list(x=c(1.3, 1.3, 2.0, 2.0, 2.7, 3.3, 3.3, 3.7, 3.7, 4.0, +4.0, 4.0, 4.7, 4.7, 4.7, 5.0, 5.3, 5.3, 5.3, 5.7, 6.0, 6.0, 6.3, 6.7), +y=c(2.3, 1.8, 2.8, 1.5, 2.2, 3.8, 1.8, 3.7, 1.7, 2.8, 2.8, 2.2, 5.4, +3.2, 1.9, 1.8, 3.5, 2.8, 2.1, 3.4, 3.2, 3.0, 3.0, 5.9))) |