Displaying 2 results from an estimated 2 matches for "var_10".
Did you mean:
var_1
2012 Nov 30
2
Nombres de variables variables
Hola,
¿Como estas?, la siguiente tal vez sea una pregunta simple.
Quiero crear nombres de variables pero que el nombre lleve el valor de un
objeto. Ej:
tengo estos dos valores
x1<-10
x2<-20
Quiero crear las variables:
var_10 <-
var_20 <-
Pero usando los objetos x1 y x2 como referencia.
Solo como referencia, en stata esto lo hacia de la siguiente forma
local x1 = 10
local x2 = 20
gen var_`x1''=
gen var_`x2''=
Espero sugerencias. Muchas gracias.
Abrazo
Pablo A. Guzzi
guzzipa@gmail.com
[[a...
2006 Sep 21
2
delete a entire vector of a dataframe
delete a entire vector of a dataframe
Hello,
i want to delete a vector and tried "rm (t.d$V712)". This did not work,
message was, could not find variable. I thought the $ defines the vectro
in a dataframe, when I just type "t.d$V712" the content of this vector
is displayed.
Greetings, Thomas