search for: camargo

Displaying 20 results from an estimated 87 matches for "camargo".

2013 Feb 28
2
Ayuda con función tapply
...iguientes: UNO <- subset (datos, CRIH2008 == "VERDADERO") dim (UNO) Abund2008 <- tapply (UNO$Cons, list(UNO$Site, UNO$Trat), length, na.rm=T) Y obtengo este error: Error en FUN(X[[1L]], ...) : 2 arguments passed to ''length'' which requires 1 ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2014 Aug 25
5
problema con campos que tienen formato fecha
Hola Javier, Muchas gracias por responder tan rápido! Yo trabajo en Mac OS X 10.9.4. Versión 0.98.953 de RStudio. Versión 3.0.2 (2013-09-25) de R. ## Este es el script que estoy trabajando. Se trata de una rutina para automatizar el cálculo de la duración del evento. setwd("/Users/angelacamargosanabria/Documents/ANGELITA/1-DOC/1-TESIS/4-PAPERS/1-Mamiferos/DATOS/Bases") BASE <- read.table("Todos2014.txt", header = TRUE, sep = "\t") #attach (BASE) dim (BASE) #library (lubridate) #convertir a formato de fecha y hora BASE <- cbind (BASE, (dmy_hms(paste(BASE$D...
2012 Jun 06
2
pregunta sobre libro de Legendre
Hola a todos, Por casualidad alguno que tenga el libro de Legendre de Numerical Ecology with R sabe dónde o cómo bajar los data sets que se mencionan para seguir los ejemplos? Muchas gracias por su ayuda! ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2016 Sep 07
3
tips para curso introductorio de R
...era que los chicos al salir de mi curso básicamente "no le tengan miedo a este lenguaje de programación". Yo trabajo con RStudio (al igual que la mayoría de mi lab), así que utilizaré esta interfaz con ellos también. Saludos, ---------------------------------------------- *Angela Andrea Camargo Sanabria* Becaria Postdoctoral Laboratorio de Análisis para la Conservación de la Biodiversidad Instituto de Investigaciones sobre los Recursos Naturales (INIRENA) Universidad Michoacana de San Nicolás de Hidalgo (UMSNH) skype: angela.camargo26 2016-09-07 5:14 GMT-06:00 Francisco Rodriguez Sanche...
2011 Mar 23
2
información sobre símbolos
Buenos días a todos, Una pregunta muy sencilla, podrían por favor informarme dónde puedo conocer el significado de símbolos como $, %, == que se utilizan frecuentemente en R? Gracias, Angela C. ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2012 Dec 14
2
una programación sencilla
...C arbusto D hierba LF <- character () for (i in 1:dim(datos2)[1]){ Sp <- as.vector(datos2 [i,2]) Sp2 <- which ((datos[,4]) == Sp) #print (Sp2) if (length (Sp2) > 0) LF [i] <- (as.character(datos [(as.numeric(Sp2)), 5])) else LF [i] <- "NA" } ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2013 Feb 11
2
Alguien ha usado R para calcular curvas de rarefacción de especies en análisis de diversidad?
Quisiera intercambiar ideas con aquellos que lo hayan utilizado. Muchas gracias y bonito día! ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2014 Aug 25
2
problema con campos que tienen formato fecha
...respectivo evento. Pero creo que esto último lo puedo arreglar si aplico de vuelta la función as.POSIXct(BASEFINAL[,5], origin="1970-01-01"). No sé si sea algo tan tonto como que no pueda usar un data frame para guardar mi base final. Agradezco su ayuda!!! Saludos, ---- *Angela Andrea Camargo Sanabria* Estudiante Doctorado en Ciencias Biológicas Laboratorio de Ecología de poblaciones y comunidades tropicales Centro de Investigaciones en Ecosistemas (CIEco) UNAM, campus Morelia Antigua Carretera a Pátzcuaro # 8701 Col. Ex-Hacienda de San José de la Huerta, CP 58190 Morelia, Michoacán, Mé...
2011 May 23
2
Linear regression - several response variables vs few ind variables
...0 1 1 0 0.5 10 2 1 0 1 1 0 0.6 20 3 1 1 0 1 0 0.8 23 4 1 0 1 0 0 0.8 50 n 0 1 0 1 1 0.9 30 Thanks in advance. Rafael. ********************************************** RAFAEL CAMARGO Postgraduate Student Biology Department of University of Ottawa 30 Marie Curie, room # 351 Ottawa, ON, CANADA Tel: +1 (613) 562-5800 ext. 6366 Cel: +1 (613) 869-3772 e-mail: rcama081 at uottawa.ca rafael.x.camargo at gmail.com
2010 Aug 03
5
The condition has length > 1 and only the first element will be used
...s the first value of x. What I'm doing wrong here? mod = function(x) { if (x < 0) { mod <- x*(-1) } else { mod <- x } } f = function(x) { f <- mod(x)/x } x <- seq(-1,1,0.01) x y <- f(x) y plot(f,xlim = c(-1,1)) remove(x,y,f,mod) best regards, -- Pablo de Camargo Cerdeira pablo at fgv.br pablo.cerdeira at gmail.com +55 (21) 3799-6065
2009 Feb 25
18
Paravirtualized Linux with graphics (X Window)?
Hi, Anybody please tell me how to have a PV Linux with graphics? I succesfully created some PV Linux with debootstrap and xen-tools. But then all the images must be started with "xm create -c" command, and everything then is console, with no X Window. In short, I want to have PV Linux, but with X. How to do that? Thanks, H _______________________________________________ Xen-users
2010 Jul 29
1
Pattern recognition
...like to identify this patterns, plotting 2 graphs: - A dendogram showing the chances of a pattern to occur to each possible combination. - A dispersion graph, identifying the possible clusters. Does anybody have any idea on how to do something like this? Many thanks, in advanced, -- *Pablo de Camargo Cerdeira* pablo@fgv.br pablo.cerdeira@gmail.com +55 (21) 3799-6065 [[alternative HTML version deleted]]
2003 Sep 23
1
Cisco 7960 SIP Firmware.
...have?"). According to what I read, there is no much hope, because I have not the SIP firmware (too bad). Has anybody succesfully got an answer from cisco?, or does anybody happend to have that firmware and can kindly send it to me? Thanks in advance for your help, Sincerely, Ildefonso Camargo icamargo@unet.edu.ve Network Administrator.
2004 Jul 01
1
What can I lose if I use ldap compatibility with samba 2 schema?
...rator from http://diradmin.open-it.org/files.php, but It only work with the old sambaAccount schema, so, My question would be: What is *really* new on samba 3 with the use of sambaSamAccount?, do I lose something if I use the compat mode? Thanks in advance for any answer, sincerely, Ildefonso Camargo icamargo@merkurio.com.ve icamargo@unet.edu.ve ildefonso_camargo@yahoo.com
2003 Aug 19
2
Re: Open source IP phone, maybe?
...ake a look around. Or: http://www.avrfreaks.net/ (a users web site) If you like FPGAs and/or ASICs, you could go to: http://www.opencores.org Hope this may help you, I would take the project, but I have no time righ now. Maybe in about 1.5 months, when my degree work is done. c-ya! Ildefonso Camargo icamargo@unet.edu.ve ildefonso_camargo@yahoo.com >Message: 3 >Date: Tue, 19 Aug 2003 13:35:53 -0500 (CDT) >From: James Sharp <jsharp@psychoses.org> >To: asterisk-users@lists.digium.com >Subject: [Asterisk-Users] Oen source IP phone, maybe? >Reply-To: asterisk-users@lists.di...
2008 Sep 20
2
Re: My domU cpuinfo shows "cache seize: 16KB" ater upgrading to Xen-3.3.0... but in Xen-3.2 it has 2048KB!
No one knows about this?! It''s normal for domU in Xen-3.3 to have only 16KB of CPU cache size? Thanks! Thiagi 2008/9/18 Thiago Camargo Martins Cordeiro <thiagocmartinsc@gmail.com> > Hi folks! > > After upgrading my Xen-3.2.0 to new Xen-3.3.0/Linux-2.6.18.8-xen-3.3.0 my > domU /proc/cpuinfo shows only: > > administrativo@vsrvXX:~$ cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel &gt...
2003 Aug 13
1
FWD SIP phone format=2, FWD call format=4, why?
...people (here we have around 1500 computers, all of them trying to get throug the 1024kbps link) using the data link, it gets almost imposible to use the voice, unless I put all the other people *VERY* slow (using a traffic administrator). Thanks in advance for your help, Sincerely, Ildefonso Camargo icamargo@unet.edu.ve
2011 Apr 05
2
Help to check data before putting it in a database
The example scene: I have a database with stats about each goal made by my soccer team. This database (a data frame in R) is organized in lines (goals) with a set of columns containing data about these goals (player name, tactic position, etc). For now, this database will be called "data.frame1". What I need is to feed this "data.frame1" with new information about my team
2009 Sep 10
22
Xen and Enomaly
Hi list, Right now I''ve to find some graphic (or web!) interface to administrate our new data center infrastructure who will be running over Xen. I''ve been googling around to find something, and looks like Enomaly is a good choice. Can anybody give me some feedback about this? Or maybe recommend another front-end interface? Thanks in advance. Boris.
2003 Sep 11
2
SIP client<->NAT<->Asterisk<->NAT<->SIP client. only works with canreinvite=no.
...of the nat box, and that port is correctly recognized, and the reinvite packet is correctly sent. Can anybody explain me what does canreinvite=yes really does? Any ideas on the client A to C (same LAN, same NAT box, unique outside IP, same * server)? Thanks in advance, Sincerely, Ildefonso Camargo icamargo@unet.edu.ve