similar to: Opening of the wiki Part III(?) ...

Displaying 20 results from an estimated 2000 matches similar to: "Opening of the wiki Part III(?) ..."

2008 May 18
7
Opening of the Wiki - Part I
Good News, everybody! Maybe not yet, though :) There are two things I'd like to get at with this mail. a) This also has something to do with Ned's mails from yesterday - we have two FAQs at the moment (on www.centos.org and on wiki.centos.org) and we want to unify those, if possible on the wiki. The one feature the www version has and the wiki one doesn't is comments - and we really
2007 Jul 30
0
First translation: HowToContribute
=== Come contribuire al wiki === Vorremmo un wiki dove chiunque potesse scrivere senza dover fare i salti mortali, ma non ci ? consentito. Dite grazie a tutti gli Spammer l? fuori che "spargono" il loro contributo ovunque sul web. Perci?, per mantenere i contenuti puliti e accurati, moderiamo gli articoli che ci vengono sottoposti. Per poterci inviare dei contributi occorre: *
2016 Feb 16
2
Introduction and wiki access
Alan, I think I must have botched my login. Can you help me reset my account on https://wiki.centos.org/UserPreferences Thanks, Brandon On Tue, Feb 16, 2016 at 2:52 PM, Alan Bartlett <ajb at elrepo.org> wrote: > On 16 February 2016 at 19:36, Brandon James <brandon.james at sunayu.com> > wrote: > > > > Hi there, > > > > I'm going to be contributing
2016 Feb 16
2
Introduction and wiki access
Hi there, I'm going to be contributing to the Configuration Management SIG. Could I please be granted access to my personal wiki page and the Config Management SIG page: https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG My wiki username is BrandonJames. Thanks! Brandon -- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Apr 24
1
Wiki EditGroup request.
Hi all, I'd like to get added to the EditGroup for wiki.centos.org and perhaps projects.centos.org. I'm interested in adding content periodically throughout wiki.centos; most likely in the HOWTO areas, but am happy to do reorganization and cleanup as-needed. On the projects side I'd like to create a project for the i586 on CentOS 5 section. Thanks, Ray -- Ray Van Dolson <rayvd
2019 Feb 19
2
Cambiar el formato de datos
Después del "gather()" puedes hacer un "arrange()" que es una ordenación. Y dentro de "arrange()" le indicas la variable por la que ordenas (no hacen falta comillas)... Lo ordenará alfabéticamente. Saludos, Carlos Ortega www.qualityexcellence.es El mar., 19 feb. 2019 a las 13:47, Antonio Rodriguez Andres (< antoniorodriguezandres70 en gmail.com>) escribió:
2019 Mar 06
2
Crear una variable tipo factor a partir de un vector de caracteres
Si lo que quiero es crear una variable llamada por ejemplo region (del tipo factor) con esos 5 valores On Wed, 6 Mar 2019 at 15:41, Xavier-Andoni Tibau Alberdi < xavitibau en gmail.com> wrote: > No, No. Fíjate en el Ifelse(condición, valor si positivo, valor si > negativo). > > Si, x %in% ca entonces el valor devuelto es "ca", un factor. En caso > negativo, vamos
2019 Sep 04
2
Plot. window error- Usando R base. Gráfico
No me sale error pero no me imprime la linea, ni ningun gráfico por pais. On Wed, 4 Sep 2019 at 18:42, neo <ericconchamunoz en gmail.com> wrote: > podría ser el problema el tipo de dato en X y el tipo de gráfico que > intentas hacer ? > > si Year es entero y estas pidiendo que el gráfico sea tipo "I", podría > ser que quizá eso te produce el error ? > > si
2019 Sep 04
2
Plot. window error- Usando R base. Gráfico
Lo que obtengo es dim(currcty) = NULL lo que hice es crear una lista de paises countrylist <- unique(length(eco_freedom2$Countries) Los datos son de esta forma head(eco_freedom2, 5) Year ISO_Code Countries SUMMARY.INDEX X1..Size.of.Government 641 2000 AGO Angola NA NA 601 2001 AGO Angola NA NA 561 2002
2019 Mar 25
2
Uso de merge
Jose Luis Column `Country` joining factors with different levels, coercing to character vector common_col_names <- intersect(names(sub_kei), names(knowledge)) > common_col_names [1] "Country" "Year" nrow(sub_kei) <- 132 nrow(knowledge) <- 3864 Tiene distinto numero de pais como de año, en el sub_kei aparecen 5 años y en el otro dataset (knowledge) datos anuales
2019 Mar 25
2
Uso de merge
Hola usuarios de R Estoy tratando de usar merge, para dos data frame, sin embargo al usarlo me da resultado correcto, en términos de emparejamiento de pais y año, pero lo que me hace es que el dataframe *y* me hace como un append por filas. Las variables comunes son país y año. Alguna sugerencia? combine = merge(sub_kei, knowledge, by = common_col_names, all.x = TRUE, all.y = TRUE) Saludos --
2008 Jun 24
10
Question on passing arguments inside a view.
I''m running into an issue undefined local variable or method `directoryid'' for #<EditorialsController:0x23f1bf8> I have two Models on a legacy database and only one controller called editorials with two actions index and display. I''m trying to pass in a parameter from the results of my search and getting the above error. Example: two tables one is editorial the
2019 Sep 04
3
Plot. window error- Usando R base. Gráfico
Carlos Al especificar los limites, no me sale ningun error, aunque no consigue graficar, nada, # Look at the time series for each country for the time period, for instance GDPPC for (i in 1:length(countrylist)){ currcty <- countrylist[i] filename <- paste("index",currcty,".png",sep="") png(filename,width=800,height=600)
2021 Jul 13
1
Wiki request
On Tue, 13 Jul 2021 at 17:29, Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > I have changed to: JefroOsierMixon > > but for some reason it won't save. The settings page just spins after I click Save. Hopefully it will complete at some point - I will keep checking back. > > thanks > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com I have added
2017 Jun 19
2
Problema con Histograma con porcentajes usando ggplot
Creo que esto me da para DK, y luego veré como aplicar el barplot ess %>% filter(cntry %in% c("DK")) %>% count (stflife) %>% mutate (freq = (n /sum(n)*100))%>% print 2017-06-18 19:01 GMT-05:00 Antonio Rodriguez Andres < antoniorodriguezandres70 en gmail.com>: > He conseguido el total para un país, pero no me deja usar percent = > count() /sum(count),
2019 Feb 19
2
Cambiar el formato de datos
> gather(pobla, key = year, value = totpop, year60:year63) Country year totpop 1 Afghanistan year60 8996351 2 Albania year60 1608800 3 Algeria year60 11124888 4 Andorra year60 13411 Gracias Carlos Antonio On Tue, 19 Feb 2019 at 12:54, Carlos Ortega <cof en qualityexcellence.es> wrote: > Sí, tienes varias formas. > > Mira la función
2019 Mar 06
3
Crear una variable tipo factor a partir de un vector de caracteres
Pero eso es para crear variables binarias tipo 0-1 si el pais pertence a un determinado grupo. Lo que quiero es crear una variable de tipo factor con esos 5 niveles, sabiendo que tengo en el dataframe una variable llamada Country, con el nombre del pais. Gracias On Wed, 6 Mar 2019 at 15:27, Xavier-Andoni Tibau Alberdi < xavitibau en gmail.com> wrote: > Buenas, > > Para ello yo uso
2007 Dec 13
0
Request for wiki editing policy change...
I'm a newbie at centos (hence my visiting a wiki on the subject in the first place) but pretty savvy about wikis. I got an account (Jen.RM) with the wiki thinking that would let me edit a writeup that was broken. Then I clicked on the contribute tab thinking that maybe someone had renamed "edit" and I ended up here: http://wiki.centos.org/HowToContribute Having run wikis and had
2019 Sep 04
3
Plot. window error- Usando R base. Gráfico
Hola queridos usuarios de R Estoy intentando hacer un gráfico de una variable en el tiempo para un conjunto de países usando R base, con el comando plot. Tengo 40 países y son 15 años. Lo quiero salvar como formato png, cada uno de ellos. Tengo el siguiente código, for (i in 1:length(countrylist)){ currcty <- countrylist[i] filename <-
2017 Sep 01
4
Consejo
Estimados miembros de la comunidad de R Me gustaria conocer dado que estoy trabajando con datos del World Values Survey, y tengo que recodificar variables y manipularlas, por donde podria empezar a estudiar el uso de R en grandes surveys. Que podria comenzar a la leer. Su respuesta sera bienvenida saludos Antonio -- Member, Editorial Committee, *The Economic and Labour Relations Review* (a