Kaustubhkalla / rattle

Automatically exported from code.google.com/p/rattle
0 stars 0 forks source link

Deal with Missing Values #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Malfa points out that
  http://www.liacc.up.pt/~ltorgo/DataMiningWithR/PDF/DataMiningWithR.pdf
is a free book with excellent examples of dealing with missing values.
Code and examples start on page 42 - "Unknown Values"

Stuart points out missing data imputation in
  http://web.inter.nl.net/users/S.van.Buuren/mi/hmtl/mice.htm

I've been pondering what I should do about imputation in Rattle.
This might be the way to go.

Original issue reported on code.google.com by gjwka...@gmail.com on 6 Oct 2006 at 10:45

GoogleCodeExporter commented 9 years ago
In missing value cases Rubin and Schafer are good references. Take a look at 
"mix"
package.

Original comment by dme...@gmail.com on 4 Jan 2007 at 11:08