Displaying 6 results from an estimated 6 matches similar to: "Curso para Mujeres Emprendedoras"
2023 Jun 20
0
CONVOCATORIA
Buenos d?as, estamos convocando a todo el personal relacionado con el ?rea de compras para participar en el Congreso Nacional de Compras y Suministros para la Industria 2023-2024.
Este evento dar? lugar en el Hotel Fiesta Americana de CDMX y est? orientado a discutir y ense?ar soluciones ?ptimas a las problem?ticas habituales en el departamento como la falta de transparencia, las demoras en las
2023 Jul 11
0
hola
Buenos d?as, estamos convocando a todo el personal relacionado con el ?rea de compras para participar en el Congreso Nacional de Compras y Suministros para la Industria 2023-2024.
Este evento dar? lugar en el Hotel Fiesta Americana de CDMX y est? orientado a discutir y ense?ar soluciones ?ptimas a las problem?ticas habituales en el departamento como la falta de transparencia, las demoras en las
2020 Jul 12
3
agrupar observaciones de una columna
Hola!
Estoy empezando con R y tengo que analizar una base de datos sobre COVID.
Una de las columnas recoge si los casos son de hombres o de mujeres y no sé
cómo transformarlo en una columna que solo sume los casos totales,
independientemente de si son hombres o mujeres (pero sí me interesa
diferenciarlos por día y municipio, como ya aparecen).
Adjunto pantallazo para hacer más comprensible mi
2009 Jul 09
9
Population pyramids
Hi, I hope somebody can help me with this issue: I am doing population pyramids using the barplot command, so in the left side I have male age structure and in the right side the female age structure. To plot the male age structure I put the data in negative numbers. Now, I want to change the sign in the bar plot in such way that I have no-sign numbers, both in left and right side of the graph. I
2011 Jan 16
1
grid.table with head of two rows
Hi all,
I try to print a table with the grid.draw(tableGrob(...)) function applied
to an ftable object. The output only give me a table without
colnames either rownames, but with edit.grid() I can add only one of them.
And this is the problem, I have a table with a two rows head, like this:
45 o mas
Entre 25
2009 Jul 09
2
How to Populate List
Hi,
I'm new to R and would like to know, how one can populate the list with array data.
I'm reading a tab separated table in R. The data in the table looks something like this.
#Table Data
Comp A B C
Extracellular 103 268 535759
Nucleus 45603 47783 442744
#R code
myData <- read.table("table.data",
header=T,