[R] Interpolation missing data

2010-09-08 Thread abotaha

Hi R experts, 

I have set of data consists of 50 data. some of them are missing. I would
need a function in R that can estimate missing data using interpolation
methods. 
If you know this kind of function, write me the name of the function and its
library. 

Thanks very much in advance!

abotaha
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Interpolation-missing-data-tp2530871p2530871.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Interpolation missing data

2010-09-08 Thread Peng, C

try packages:

{yaImpute}, {impute}, etc.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/Interpolation-missing-data-tp2530871p2531288.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.