Displaying 20 results from an estimated 87 matches for "camargos".
Did you mean:
camargo
2013 Feb 28
2
Ayuda con función tapply
Hola Compañeros,
Estoy tratando de "contar" utilizando la función tapply y length y obtengo
un error que no entiendo. Agradecería su ayuda.
Las líneas son las siguientes:
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
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$Da...
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
2016 Sep 07
3
tips para curso introductorio de R
Gracias chicos por sus opiniones y recomendaciones.
Como dice Javier Rubén, justo lo que quiero es que los chicos aprendan bien
los fundamentos de un lenguaje de programación orientado a objetos para que
no solo copien el script de una librería, corran y ya. Quisiera que
comprendieran los beneficios de R en términos de manipulación de sus bases
de datos y optimización de procesos a través de los
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,
2012 Dec 14
2
una programación sencilla
Hola a todos,
Escribo para preguntarles sobre cómo programar algo, que estoy segura es
algo bastante sencillo para muchos de Uds que tienen amplia experiencia
programando. Lo describo a continuación.
Tengo una base de datos (file = datos) de especies (de plantas) en donde
cada fila es un individuo de una especie con ciertos atributos (alrededor
de 1500 filas = individuos). Quería anexar en esta
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
2014 Aug 25
2
problema con campos que tienen formato fecha
Hola a todos,
Tengo la siguiente inquietud, espero me puedan ayudar.
Tengo una base de datos de la que estoy haciendo varios cálculos. Uno de
ellos es la diferencia entre tiempos para conocer la duración de un evento.
Aquí usé el paquete lubridate para tener fecha y hora en el formato
adecuado. Cuando hago el calculo obtengo algo como esto:
> (BASE$Time2[518]-BASE$Time2[516])
Time difference
2011 May 23
2
Linear regression - several response variables vs few ind variables
Hi all,
I need to run several simple linear regressions at once, using the
following data. Response variables: Bird species (sp 1, sp2, sp3...spn).
Independent variable: Natprop - proportion of natural area. covarate:
Effort = hours). One single linear regression would be: lmSp1 <- lm(sp1~
natprop + effort). However, I need to run this linear regression for all
bird species that I have
2010 Aug 03
5
The condition has length > 1 and only the first element will be used
Hi All,
I'm trying to run the following script in R, but I'm getting a warning saying:
Warning message:
In if (z < 0) { :
the condition has length > 1 and only the first element will be used
As you can see, I'm sending a vector x to the function f without any
problem. The function f calculates the y value for each x.
But the function f needs to convert the x to positive
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
Dear all,
I'm trying to use some technic to do a pattern recognition over a large
dataset. I really don't have any idea on how to do that using R.
Here is a sample of the data:
id,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
1480010,208,69,180,465,465,241,241,69,584,26,75,578,507,75,284
1480183,208,69,352,476,531,495,163,241,69,584,69,584,69,484,69
2003 Sep 23
1
Cisco 7960 SIP Firmware.
Hi!
The university where I work just bought four Cisco 7960G IP phones (they
didn't ask, just came across the door and gave me a box and told me:
"Can you make this work with the Asterisk PBX we 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
2004 Jul 01
1
What can I lose if I use ldap compatibility with samba 2 schema?
Hi!
I'm trying to use Directory Administrator 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
2003 Aug 19
2
Re: Open source IP phone, maybe?
Hi!
I think it is a great idea.
The DS80C400 needs external memory, and/or flash. It have the Ethernet
integrated, but it is really slow (it is 8051 architecture), and yes, I
know it can go up ti 75Mhz, but only gives 18MIPS max. I would use
ATmega128 from atmel (16MIPS at only 16Mhz), take a look at:
http://www.ethernut.de (project using mega128 with Ethernet, includes
schematics).
It
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
>
2003 Aug 13
1
FWD SIP phone format=2, FWD call format=4, why?
Hi!
I'm trying an asterisk-FWD connection. I'm using X-Lite OR SIPPS as the
IP phone. I configured the X-Lite and SIPPS to use GSM codec. Whe I
call FWD, I get this info on the channels when the call has not been
stablished yet:
sip show channels
Peer User/ANR Call ID Seq (Tx/Rx) Lag Jitter
Format
192.246.69.223 613 1770bf3430d 00102/00000
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.
Hi!
I have this configuration:
SIP client A <-> NAT box A (real external IP) <-> Asterisk server (real
IP) <-> (real external IP) NAT box B <-> SIP client B
The echo test form any of the clients to the asterisk server is working
just fine, even without canreinvite=no.
When I try to call from SIP client A to B, wihtout the canreinvite=no in
the sip.conf, the call