Displaying 5 results from an estimated 5 matches for "empat".
Did you mean:
empa
2006 Dec 01
3
Make many barplot into one plot
...e"), c("Black",
"Brown", "Red", "Blond")))
tiga <- array(c(9,16,26,68,12,4,84,12), dim=c(2,4),
dimnames=list(c("Negative", "Positive"), c("Black",
"Brown", "Red", "Blond")))
empat <- array(c(25,13,50,78,19,34,84,101), dim=c(2,4),
dimnames=list(c("Negative", "Positive"), c("Black",
"Brown", "Red", "Blond")))
## with barplot I can make a plot for each table:
barplot(satu, beside=TRUE, legend.text=...
2010 Oct 29
2
make many barplot into one plot
...quot;, "Positive"), c("Black", "Brown", "Red", "Blond")))tiga <- array(c(9,16,26,68,12,4,84,12), dim=c(2,4), dimnames=list(c("Negative", "Positive"), c("Black", "Brown", "Red", "Blond")))empat <- array(c(25,13,50,78,19,34,84,101), dim=c(2,4), dimnames=list(c("Negative", "Positive"), c("Black", "Brown", "Red", "Blond")))# rbind() the tables togetherTAB <- rbind(satu, dua, tiga, empat)# Do the barplot and save the bar midpoi...
2007 Nov 23
0
Mutual information
Dear R helpers,
I have a data frame
> summary(emPat)
pairE subj pattern
far-near : 18 sub1 : 37 urb :123
long-short : 18 sub2 : 37 bpb : 72
supported-unsupported: 18 sub3 : 37 prp : 67
large-small : 18 sub4 : 37 brb : 64
dense-sparse...
2009 Jul 16
1
Statistics Data Manager in Novartis Spain - Barcelona
...####
- Puesto: Data Manager Estad?stico Marketing
- N?mero de plazas: 1
- Tipo de contrato: Temporal
- Inicio: Agosto 2008
- Duraci?n m?nima esperada de: 6 meses
- Jornada: 8 horas
- Perfil solicitado: Estad?stica deseable posgrado o cursando master.
Capacidad de presentaciones, comunicaci?n, empat?a y interrelaci?n con
red de venta y management.
- Programas inform?ticos: R, Excel avanzado, VBA conocimientos, SAS o
Splus o Minitab o SPSS.
- Idioma: Ingl?s: Alto.
- Descripci?n de la oferta: Apoyo directo al manager del ?rea. La
posici?n ser? responsable de realizar an?lisis de bases de dato...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...t;, "Positive"), c("Black", "Brown", "Red",
"Blond")))tiga <- array(c(9,16,26,68,12,4,84,12), dim=c(2,4),
dimnames=list(c("Negative", "Positive"), c("Black", "Brown", "Red",
"Blond")))empat <- array(c(25,13,50,78,19,34,84,101), dim=c(2,4),
dimnames=list(c("Negative", "Positive"), c("Black", "Brown", "Red", "Blond")))#
rbind() the tables togetherTAB <- rbind(satu, dua, tiga, empat)# Do the barplot
and save the bar mid...