search for: camilo

Displaying 20 results from an estimated 55 matches for "camilo".

Did you mean: amilo
2012 Jul 24
5
First value in a row
...Imagine the following dataframe: Lat Lon x1 x2 x3 01 10 NA NA .1 01 11 NA .2 .3 01 12 .4 .5 .6 I want to generate another column that consist of the first value in each row from columns x1 to x3. That is NewColumn .1 .2 .4 Any input greatly appreciated, Thanks, Camilo Camilo Mora, Ph.D. Department of Geography, University of Hawaii
2013 Mar 27
9
conditional Dataframe filling
...SE I would like to create a new dataframe, in which TRUE gets 0 but if false then add 1 to the cell to the left. So the results for the example above should be something like: a b c d 0 0 0 0 1 2 3 0 1 0 1 2 I wonder if you may know?. Thanks, Camilo Camilo Mora, Ph.D. Department of Geography, University of Hawaii Currently available in Colombia Phone: Country code: 57 Provider code: 313 Phone 776 2282 From the USA or Canada you have to dial 011 57 313 776 2282 http://www.soc.hawaii.edu/mora/
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
...e(), header=T, sep=";", dec=".", row.names=1) eu60.pca <- PCA(eu60, quali.sup=19) eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord) eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE) plot.PCA(ellipse=eu60.ellipse, cex=0.8) El 4 de diciembre de 2013 17:35, Camilo Calle <camicalle en gmail.com>escribió: > Muchas gracias por la rapidez y por la ayuda tan efectiva, me quedó el > gráfico de maravilla, al parecer el problema era que habían individuos en > una sola categoría, así quedó la gráfica: > > [image: Imágenes integradas 1] > >...
2013 Mar 02
3
replace zeros for NA in a column based on values of another column
...But get this error: Error in `[<-.data.frame`(`*tmp*`, Data[4] == 0, value = NA) : only logical matrix subscripts are allowed in replacement Does anyone knows the reason of this error or is there an alternative to replace the values in one column based on the values of another? Thanks, Camilo Camilo Mora, Ph.D. Department of Geography, University of Hawaii http://www.soc.hawaii.edu/mora/
2008 Mar 15
3
[HELP]No :secret given to the #protect_from_forgery call
I am starting to BDD. When specing the controller I want to test for object creation: it "deberia crear una nueva persona en post create" do Usuario.should_receive(:create).with({:nombre => "camilo", :clave => "secreta", :tipo => "administrador"}).and_return(@usuario) post ''create'', {:usuario => {:nombre => "camilo", :clave => "secreta", :tipo => "administrador"}} end But when I add this spec, I...
2013 Mar 13
3
loop in a data.table
...same operation takes 20 sec. I cannot use the former code because I have 100000 files to process but the later will simply take months to complete. Is there any alternative to the function "get" or any other way in which data.table con recognize the names of the columns?. Thanks, Camilo Camilo Mora, Ph.D. Department of Geography, University of Hawaii Currently available in Colombia Phone: Country code: 57 Provider code: 313 Phone 776 2282 From the USA or Canada you have to dial 011 57 313 776 2282 http://www.soc.hawaii.edu/mora/
2010 Aug 14
1
confidence Intervals for predictions in GLS
...a function in R to calculate the confidence intervals for the predictions of a GLS(Generalized Least Square) model? The function "predict" gives confidence intervals for the predictions of other types of models (lm, glm, etc) but not gls. Any input will be much appreciated, Best, Camilo Camilo Mora, Ph.D. Department of Biology Dalhouisie University Halifax, Canada Phone: (902) 494-7720 http://as01.ucis.dal.ca/fmap/people.php?pid=53
2015 Jun 16
4
Ayuda boxplot ggplot2
..."lightblue"))+ ylab("Total parásitos")+ xlab("")+ ggtitle("Parásitos en el abdomen") grid.newpage() pushViewport(viewport(layout = grid.layout(1, 2))) print(tor, vp = vplayout(1, 1)) print(abd, vp = vplayout(1, 2)) Gracias por su ayuda Att: Juan Camilo Lara C. ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20150616/af207f9a/attachment-0001.html> ------------ próxima parte ------------ A non-text attachment was scrubbed... Name: Boxplot.jpg Type:...
2007 Feb 14
1
Moving data from ext3 to ocfs2 (san to san)
Skipped content of type multipart/signed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 1759 bytes Desc: Clave PGP =?us-ascii?b?cMO6YmxpY2E=?= Url : http://oss.oracle.com/pipermail/ocfs2-users/attachments/20070214/fc85b2b9/attachment-0001.bin
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
...> Otro consejo, para esta lista, es que digas qué paquetes estás usando en tu > ejemplo. PCA es una función de "FactoMineR" que no es un paquete por > defecto de R. > > Saludos, > Carlos Ortega > www.qualityexcellence.es > > > El 4 de diciembre de 2013 14:46, Camilo Calle <camicalle en gmail.com>escribió: > >> Cordial saludo, soy principiante en R y estoy haciendo un análisis >> multivariado de datos, y necesito hacer las elipses de confianza donde la >> variable 19 es cualitativa suplementaria y el resto son variables activas; >&...
2013 Dec 05
0
AYUDA CON ERROR CON LA LIBRERIA PCA
...vuelve esta información Error en plot.PCA(ellipse = eu60.ellipse, cex = 0.8) : el argumento "x" está ausente, sin valor por omisión De: Dr. José A Betancourt Bethencourt [mailto:jbetancourt en iscmc.cmw.sld.cu] Enviado el: jueves, 5 de diciembre de 2013 04:45 Para: 'Camilo Calle' Asunto: RE: [R-es] AYUDA CON ERROR CON LA LIBRERIA PCA Gracias!! De: Camilo Calle [mailto:camicalle en gmail.com] Enviado el: miércoles, 4 de diciembre de 2013 06:28 Para: Carlos J. Gil Bellosta; jbetancourt en iscmc.cmw.sld.cu <mailto:jbetancourt en iscmc.cmw.sld.cu> CC:...
2010 Jun 09
1
about virDomainSave and virDomainRestore
Hi there, There is some special reason to require a virConnectPtr param in virDomainRestore ? Regards, Camilo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100609/69932c54/attachment.htm>
2012 Sep 02
1
why variations in accuracy between R to ARCGIS for the same point reprojection?
...el, which in the Berhmann's projection is 30. Unfortunately, the resulting output, although similar in shape to the outputs in R and Arcgis, is still not quite the same. Any thoughts why these differences in supposedly the same calculations? Any input will be greatly appreciated, Thanks, Camilo Camilo Mora, Ph.D. Department of Geography, University of Hawaii Currently available in Colombia Phone: Country code: 57 Provider code: 313 Phone 776 2282 From the USA or Canada you have to dial 011 57 313 776 2282 http://www.soc.hawaii.edu/mora/
2014 Jan 11
2
Consulta sobre tildes en español
Estoy trabajando en dos archivos .txt con el comando setdiff. Infortunadamente se me produce un resultado que no he podido controlar a pesar de cargar el comando system("defaults write org.R-project.R force.LANG en_US.UTF-8") para normalizar el sistema UTF-8 [85]"geomorfolog\222a" [91] "habitu\216s" [121] "\352ndice" Mil
2013 Mar 23
1
Error with custom function in apply: ”Error in FUN(newX[, i], ...) : unused argument(s) (newX[, i])”
...apply(data,1, ColChange, LowLim=data[1], HighLim=data[2], Vals=data[3:6], NumConsecOut=2) But we get the following error: ?Error in FUN(newX[, i], ...) : unused argument(s) (newX[, i])? Any idea about this error or an alternative way to obtain the results we look for. Thank you very much, Camilo ################# Our function is: ####################### ColChange <- function(LowLim, HighLim, Vals, NumConsecOut) { cols <- ncol(Vals) yr_init = 0 k = 0 for (i in 1:cols){ val = Vals[i] if (is.na(val)){ Result="NA" next } else { if...
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
...rror en if (scale[1] > 0) r <- r/scale[1] : valor ausente donde TRUE/FALSE es necesario no puedo continuar con la siguiente rutina porque tengo un error en este paso, no sé por que se presenta si alguien sabe como puedo arreglar esto le agradecería enormemente. adjunto base de datos. -- Camilo Alberto Calle Velásquez Zootecnista UdeA. ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20131204/2f749c43/attachment.html> ------------ próxima parte ------------ A non-text attachment was scrubbe...
2007 Feb 13
1
AGI "GET DATA" and "WAIT FOR DIGIT" don't work
...t;\n"; my $result = <STDIN>; print "WAIT FOR DIGIT 3000\n"; my $result = <STDIN>; # Way number two # print "GET DATA please_enter_your_number \"-1\" \"10\""; my $result = <STDIN>; } print STDERR "$result"; -- Camilo Echeverry Your life would be very empty if you had nothing to regret. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070213/f4424eed/attachment.htm
2010 Feb 16
2
build libvirt on Mac OSX 10.6
Hi, Anybody know how to build libvirt on Mac OSX 10.6 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100215/ee529872/attachment.htm>
2007 Nov 19
2
PDC Profile problem
...user logs in in a new computer (recently added to the domain) .. it creates a local directory for that profile .. but when a second user logs in on that computer .. the profile directory is not created and the first user?s directory (on the local machine) is used .. some clue .. ? Thank You -- Camilo Echeverry Your life would be very empty if you had nothing to regret.
2013 Nov 06
2
virConnectListAllDomains support for PowerVM
Hey guys, I'm so glad you added the new set of virConnectListAllDomains functions, it simplifies a lot our work!. I was only wondering why there is no support for PowerVM. Is it that it hasn't been developed or is there some technical hardship? Best, Camilo Aguilar