search for: anglo

Displaying 6 results from an estimated 6 matches for "anglo".

Did you mean: angle
2011 Oct 12
3
labels in a boxplot
...ions are very welcome. let's create a vector var1: var1 <- rnorm(100) and 5 five logical vectors. In this case the vectors don't mean anything, I just need 5 vectors to illustrate my problem. Each of the 5 vectors identifies a geographic area of my interest. med <- var1 < -0.7275 anglo <- var1 > -0.7275 & var1 < -0.09402 scand <- var1 > -0.09402 ceast <- var1 < -0.7275 & var1 > -4.10500 seast <- var1 < 2.5 & var1 > 0.49 and let's put all the vectors together in a data frame: data <- data.frame(anglo, med, scand, seast, ceast, v...
2005 Aug 30
2
crosstab for n-way contingency tables
...-cents by rows, % by columns, mean, quantiles....) I'm looking for something of the following sort dataframe: singers, categorical variates: voice category (soprano,mezzo-soprano, ...) , voice type( drammatic, spinto, lirico-spinto, lirico, leggero), school (german, italian, french, russian, anglo-saxon, other);repertory (opera, Lieder, oratorio, operetta) continuous variate: age I would like to tabulate the frequencies (relative percentages) say in the following way columns: school 仸 repertory rows : voice category 仸 voice type or to output in the cells of the above table, the sta...
2006 Jul 18
1
broken behavior with `look`
Hey everybody, I'm having a strange problem with a hosted CentOS environment. I like to use `look` to correct my spelling. But it isn't willing to help me with the word "manager": #>look man | wc -l 1001 #>look mana | wc -l 0 #>grep "^mana" /usr/share/dict/words | wc
2009 Feb 03
2
Sobre internacionalización
Hola a todos. Una pregunta quizas algo tonta, cuando hago validaciones en el modelo con mensajes para la vista en español efectivamente me los muestra en español, pero como puedo hacer para que estos mensajes que son genéricos: 1 error prohibited this categoria from being saved There were problems with the following fields: Aparezcan también en español. Saludos y gracias por la ayuda --
2001 Sep 14
2
[Fwd: Bush's Press Conference: Into the Abyss]
...ce, > which the Afghan Northern Opposition, Russia and India insist still supports > and controls him and his current Al-Qaida operation. The latter is supported > by Pakistan, Saudi Arabia and the United Arab Emirates...all three loyal US > and British clients regimes and recipients of Anglo-American military > protection and largesse. So if Bush is looking for harbors to bomb, he knows > where they are located. > > He also knows where they are not. > > And where and who they are not are the likely targets: Iraq, Syria, Libya and > Iran. > > All four are n...
2005 Feb 09
85
Introduce yourself and your project -- Round 2
...n. Working part-time as a system administrator at the university of Umeå, otherwise a freelance developer. Freelance: Working with the Umeå Krio Corpus, which is a Rails app that''s used for managing and analyzing texts written in the Krio language for a research project. Krio, which is an Anglo-African Creole language spoken in various parts of West Africa, uses some phonetic characters for extra vowels and therefore the entire collection (which is HUGE and growing!) is encoded using UTF-16. I''ve implemented a very fast text scanner in C that interfaces with Oniguruma, and Rails...