[R] Merge or combine data frames with missing columns
Mark Heckmann
mark.heckmann at gmx.de
Mon Dec 29 15:18:08 CET 2008
Hi R-experts,
suppose I have a list with containing data frame elements:
[[1]]
(Intercept) y1 y2 y3 y4
-6.64 0.761 0.383 0.775 0.163
[[2]]
(Intercept) y2 y3
-3.858 0.854 0.834
Now I want to put them into ONE dataframe like this:
(Intercept) y1 y2 y3 y4
1 -6.64 0.761 0.383 0.775 0.163
2 -3.858 NA 0.854 0.834 NA
The problem I encounter is that not always all possible columns (Intercept, y1, y2, y3, y4) exist or at least have NA entries .
I cannot figure out how (e.g. with merge)...
TIA, Mark
--
Mark Heckmann (Dipl. Wirt.-Ing.)
phone +49 (0) 421/1614618
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
More information about the R-help
mailing list