Displaying 6 results from an estimated 6 matches for "smartbind".
2012 Feb 28
2
Error: could not find function "hier.part"
...dchange gtools::mixedorder
gtools::mixedsort gtools::odd gtools::permutations
gtools::permute gtools::quantcut gtools::rdirichlet
gtools::running gtools::scat
gtools::setTCPNoDelay
gtools::smartbind gtools::sprint gtools::strmacro
I am new to R, and I googled everything about the error message. I don't
really understand what is "requires the gtools package in the gregmisc
bundle". tried to install package"gregmisc", did not help.
Could someone...
2013 Feb 26
2
merging or joining 2 dataframes: merge, rbind.fill, etc.?
#I want to "merge" or "join" 2 dataframes (df1 & df2) into a 3rd
(mydf). I want the 3rd dataframe to contain 1 row for each row in df1
& df2, and all the columns in both df1 & df2. The solution should
"work" even if the 2 dataframes are identical, and even if the 2
dataframes do not have the same column names. The rbind.fill function
seems to work. For
2017 Feb 14
2
problemas con rBIND con distintos número de columnas
Hola a todos:
Necesito pegar 4 bases de datos de N variables y N columnas, EL PROBLEMA ES QUE 3 CONSTAN DE 13 COLUMNAS, y LA CUARTA CON 11 COLUMNAS.
He usado rbind y smartbind, sin embargo el resultado no es el esperado, ya que coloca las columnas a un costado y no hacia abajo como debería
Como resultado necesito algo como LO QUE PRESENTO ABAJO, RELLENANDO LOS ESPACIOS VACIOS CON "NA"
30/03/15 7:00
38
13.28
275.4431
-1.667118
638.5
-1.459
3.08
175.5
-...
2017 Feb 14
3
problemas con rBIND con distintos número de columnas
...2017, 16:15, Javier Valdes Cantallopts (DGA) <javier.valdes en mop.gov.cl<mailto:javier.valdes en mop.gov.cl>> escribió:
Hola a todos:
Necesito pegar 4 bases de datos de N variables y N columnas, EL PROBLEMA ES QUE 3 CONSTAN DE 13 COLUMNAS, y LA CUARTA CON 11 COLUMNAS.
He usado rbind y smartbind, sin embargo el resultado no es el esperado, ya que coloca las columnas a un costado y no hacia abajo como debería
Como resultado necesito algo como LO QUE PRESENTO ABAJO, RELLENANDO LOS ESPACIOS VACIOS CON ?NA?
30/03/15 7:00
38
13.28
275.4431
-1.667118
638.5
-1.459
3.08
175.5
-130
-64.5...
2017 Feb 15
3
problemas con rBIND con distintos número de columnas
...2017, 16:15, Javier Valdes Cantallopts (DGA) <javier.valdes en mop.gov.cl<mailto:javier.valdes en mop.gov.cl>> escribió:
Hola a todos:
Necesito pegar 4 bases de datos de N variables y N columnas, EL PROBLEMA ES QUE 3 CONSTAN DE 13 COLUMNAS, y LA CUARTA CON 11 COLUMNAS.
He usado rbind y smartbind, sin embargo el resultado no es el esperado, ya que coloca las columnas a un costado y no hacia abajo como debería
Como resultado necesito algo como LO QUE PRESENTO ABAJO, RELLENANDO LOS ESPACIOS VACIOS CON ?NA?
30/03/15 7:00
38
13.28
275.4431
-1.667118
638.5
-1.459
3.08
175.5
-130
-64.5...
2008 Dec 29
4
Merge or combine data frames with missing columns
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