search for: descripcion

Displaying 20 results from an estimated 26 matches for "descripcion".

2018 Dec 07
2
Matriz de Datos
Hola Comunidad, Queria consultarles algo, Tengo una data con la siguiente estructura Descripcion Grupo Monto a 1 1.826 a 2 3.497 a 1 4.749 b 1 3.999 b 1 1.638 b 3 4.445 c 2 4.935 c 1 2.299 c 3 1.111 Y quiero crear una matriz que a la fila tenga la descripcion y en la columna el gr...
2010 Sep 14
4
Problems with "pdf" device using "plot" "glht" function on "multcomp" library.
Hi R users: I have de following data frame (called "Sx") Descripcion Nitratos Cont85g 72.40 Cont85g 100.50 Cont85g 138.30 Cont80g 178.33 Cont80g 79.01 Cont80g 74.16 Cont75g 23.70 Cont75g 15.80 Cont75g 16.20...
2006 Jan 20
1
form_tag and multiple buttons inside problem
...he code for the view. <%= start_form_tag :action => ''update'',:id => @product %> <label for="product_nombre">Nombre</label> <%= text_field ''product'', ''nombre'' %> <label for="product_descripcion">Descripcion</label> <%= text_area ''product'', ''descripcion'', :rows=>4 %> <label for="product_precio">Precio</label> <%= text_field ''product'', ''precio'', ''siz...
2010 Apr 19
2
Acceder a varias tablas
Buenas, He creado dos andamios para dos tablas a la que accedo por index1 e index2 respectivamente. En cada index puedo hacer las tareas de añadir, borrar, ver lineas... pero me gustaria saber como se hace una busqueda mas compleja...es decir si tengo una tabla Productos y otra tabla descripciones y quiero mostrar en los productos con sus descripciones... he intentado en el index1 acceder a la tabla descripciones pero no me deja... Se que no lo estoy haciendo bien pq no tengo mucha idea. Please Help! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are...
2016 Mar 31
2
R igraph
..."Ficha 1530" "Ficha 603" "mes 2" Los datos están de esta forma: (udatos son los mismos pero - udatos <-as.undirected(datos.network)) > head(get.data.frame(dIgraph.network)) from to Descripcion A Descripcion B Relacion 1 Ficha 1022 mes 10 Ficha Mes Ficha Mes 2 Ficha 1024 mes 8 Ficha Mes Ficha Mes 3 Ficha 1028 mes 2 Ficha Mes Ficha Mes ? Esperando que sea entendible mi correo, ¿Dónde tendré el problema? ¿En la prepa...
2016 Apr 01
2
R igraph
...icha 1530" "Ficha 603" "mes 2" > > Los datos están de esta forma: (udatos son los mismos pero - udatos <-as.undirected(datos.network)) >> head(get.data.frame(dIgraph.network)) > from to Descripcion A Descripcion B Relacion > 1 Ficha 1022 mes 10 Ficha Mes Ficha Mes > 2 Ficha 1024 mes 8 Ficha Mes Ficha Mes > 3 Ficha 1028 mes 2 Ficha Mes Ficha Mes > ? > > Esperando que sea entendible mi correo, ¿Dónde te...
2017 Sep 14
1
Print All Warnings that Occurr in All Parallel Nodes
...e by # means of rbind # C.1) parRapply Function Initialization: parRaplly_Function <- function (DISPOIN_CSV_Row) { return(read_csv2( file = DISPOIN_CSV_Row, col_names = c( "SCADA", "TAG", "ID_del_AEG", "Descripcion", "Time_ON", "Time_OFF", "Delta_Time", "Comentario", "Es_Alarma", "Es_Ultima", "Comentarios"), col_types = cols( "SCADA" = "c",...
2006 Mar 10
5
PDF::Writer Simpletable Iteration
Hello All: I have been working with <a href="http://ruby-pdf.rubyforge.org/pdf-writer/index.html">Austin Ziegler''s PDF::Writer</a> as a means to produce PDF documents from my Rails app. I am stumped on how to iterate through a collection of items and output them in a table format. The way I have tried it so far only returns the last item in the collection -
2019 Jun 13
2
Problema de INSERT en Windows SQL
...he conseguido. Ahora mismo estoy probando con DBI y odbc. Probé con dbSendStatementy al ejecutar la consulta: dbSendStatement(con,paste("INSERT INTO DATOSPERFIL VALUES (", idPerfil,",", Fecha, ",", Seguidores,",", Seguidos,",", Likes,",", Descripcion,",", url,")")) obtengo el siguiente error: rs <- dbSendStatement(con,query)Error: <SQL> 'INSERT INTO DATOSPERFIL VALUES ( 1 , 13/06/2019 , 170604 , 90 , , Periodista de Antena 3 Autor de El rastro de los rusos muertos Antena 3 Tv News Spain managing editor present...
2010 Nov 11
5
ActiveRecord query
...ndent => :destroy has_many :convenios, :through => :solicituds has_many :nivelesacceso has_one :nomina end class Convenio < ActiveRecord::Base has_many :solicituds, :dependent => :destroy has_many :personas, :through => :solicituds validates_presence_of :nombre, :serie, :descripcion validates_uniqueness_of :serie validates_format_of :serie, :with => /cci|cue/ validates_length_of :serie, :is => 8 end class Solicitud < ActiveRecord::Base belongs_to :convenio belongs_to :usuario end -- You received this message because you are subscribed to the Google Gro...
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
..., > std::vector<const llvm::Type*>(0, llvm::Type::getInt32Ty _______________________________________________^ You are creating a vector of Type's with *zero* elements, so the effect of this is a FuntionType that takes zero arguments. [snip] Next time please be more explicit on the descripcion of the problem.
2017 Mar 15
3
Crear una función
Hola. Estoy intentando crear una función pero no logro que termine de cerrar y mi manejo no permite que el google me ayude... n.reg.dep <- function(x, y) { etiqueta <- str_replace(nombres[Variable == y, Descripcion], "[ ]", "") tabla <- datos[, .N, by = .(etiqueta = A3a)] # tabla <- tabla[, Porc := round(N/sum(N)*100,1)] # % tabla[, PorcAc := cumsum(Porc)] # Regiones tabla.1 <- datos[, .N, by = .(etiqueta = x, Region)] tabla.1[, Porc...
2014 Feb 18
1
Leer el tipo de dato desde fichero
...rations Research Universidad Rey Juan Carlos 2014-02-18 16:07 GMT+01:00 Carlos J. Gil Bellosta <cgb@datanalytics.com>: > Hola, ¿qué tal? > > Yo trataría de usar JSON. Puedes convertir el CSV en uno con formato > JSON y añadir ahí todos los metadatos que quieras (incluso > descripciones de columnas, que vienen muy bien a los usuarios > finales). Luego puedes convertir el JSON en una tabla de R. O volver a > volcar el resultado en CSV. Incluso a Excel (al fin y al cabo... ¡son > "usuarios"!) > > Un saludo, > > Carlos J. Gil Bellosta > http://www....
2014 Feb 17
5
Leer el tipo de dato desde fichero
Hola a todos, Tengo un fichero CSV que se genera desde una aplicación, y que me gustaría importar en R. El problema es que el fichero es "genérico", por lo que en un principio no se muy bien el tipo de datos que me voy a encontrar. Desde R se los mostraré al usuario para que decida sobre qué campos quiere hacer qué análisis. Por tanto, en el propio CSV debería contener (en la cabecera,
2009 Feb 16
24
como consultar en oracle
holaa todos ante todo un cordial saludo alguien que me pueda ayudar. se plantea lo siguiente necesito mostrar 2 campos de una tabla los cuales son mtin_mtin,mtin_descri de una tabla llamada re_tmtinv de esos dos campos se necesita obtener el codigo y la descripcion,y luego ser mostrado para despues ser agregados a un formulario. el problema que tengo es que ya tengo la vista pero esta en blanco alguien de ustedes que tenga una idea que me pueda ayudar en esto please quiero aprender. gracias -- Posted via http://www.ruby-forum.com/. --~--~--------...
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
...*>(0, llvm::Type::getInt32Ty > _______________________________________________^ > > You are creating a vector of Type's with *zero* elements, so the effect > of this is a FuntionType that takes zero arguments. > > [snip] > > Next time please be more explicit on the descripcion of the problem. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- View this message in context: http://old.nabble.com/clang%...
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
Can someone pease tell me what I am doing wrong? Im trying to register an external function with the JIT, so can call functions in my music application. Here my function int Execute(llvm::Module *Mod, char * const *envp) { llvm::InitializeNativeTarget(); std::string Error; llvm::OwningPtr<llvm::ExecutionEngine> EE( llvm::ExecutionEngine::createJIT(Mod, &Error)); if (!EE) {
2010 Feb 25
1
tabla de datos...
COD.EST VARIABLE AÑO DIA ENERO FEBRERO MARZO ABRIL MAYO JUNIO JULIO AGOSTO SEPBRE OCTUBRE NOVBRE DICBRE 1 2501001 PT 1986 1 NaN NaN NaN NaN 2.0 .0 .0 9.0 NaN NaN NaN NaN 2 2501001 PT 1986 2 NaN NaN NaN NaN .0 11.0 19.0 .0 NaN NaN NaN NaN 3 2501001 PT 1986 3 NaN NaN NaN NaN 11.0 3.0 .0 .0 NaN NaN
2017 Mar 15
4
Fwd: Crear una función
...21 Asunto: Crear una función Para: r-help-es <r-help-es en r-project.org> Hola. Estoy intentando crear una función pero no logro que termine de cerrar y mi manejo no permite que el google me ayude...  n.reg.dep <- function(x, y) {       ?? etiqueta <- str_replace(nombres[Variable == y, Descripcion], "[ ]", "")      tabla <- datos[, .N, by = .(etiqueta = ?x )] #       tabla <- tabla[, Porc := round(N/sum(N)*100,1)]   # %      tabla[, PorcAc := cumsum(Porc)]           # Regiones           tabla.1 <- datos[, .N, by = .(etiqueta = x, Region)]            tabla.1[, Po...
2008 Aug 27
4
Combo Select Filter Data
Hi, this is my second post ( sorry for my language ) need yours helps with my problem. i need filter my model by an option in a Combo select i thing, "i should be" with observe_field and render partial, but i have a problem, when past to the second page, the application give me an error. about ID thx for your helps! -- Posted via http://www.ruby-forum.com/.