Displaying 20 results from an estimated 200 matches similar to: "Series de tiempo"
2017 Nov 30
4
xlsx Fuera de memoria
Hola, estoy trabajando con el paquete xlsx y el xlConnect y ambos presentan
este mismo error.
Error in .jcall(cell, "V", "setCellValue", value) :
java.lang.OutOfMemoryError: Java heap space
Alguien conoce una solución.
Alguien conoce otro paquete para guardar documento de excel y que no
involucre el uso de Java.
--
*Wilmer Contreras Sepulveda*
*Grupo de Investigación
2017 Sep 01
2
Area bajo la curva
Buenas noches.
Quisiera saber si existe una libreria o función que me calcule el área bajo
la curva de dos vectores de números. Ademas esta debe tener en cuenta si
existen datos faltantes o NaN.
Por ejemplo calcular el área bajo la curva del vector en el eje x:
x<- c(1,2,3,4,5,6,7,8,9,10)
y el vector en el eje y:
y<-c(0,2,15,30,50,NaN,NaN,10,2,1)
Muchas gracias.
--
*Wilmer
2017 Sep 01
2
Area bajo la curva
Estimado Wilmer Contreras Sepulveda
Me parece buena la sugerencia de Jorge, hay muchas formas, yo aparte de la sugerencia que le hicieron le agrego otras dos, en cualquier buscador las palabras claves son R AUC, y el artículo https://www.r-bloggers.com/calculating-auc-the-area-under-a-roc-curve/ , lógicamente aparecerán tantas alternativas que puede llegar a confundirse respecto a cuál es
2017 Apr 28
5
Ingresar datos dentro de R sin Excel
Hola, buenos días.
Quisiera saber si existe alguna función o libreria en R que simule la
ventana de Excel para ingresar datos. No estoy hablando de importar datos
de excel a R, No.
Quisiera que dentro de R existiera el entorno para ingresar los datos
rapidamente y no pasar por la molestia de ingresar los datos a Excel y
luego tener que importarlos a R.
Muchas gracias.
Wilmer Contreras
2017 Jul 13
4
Leer archivos con read.csv
Buen día para todos.
Tengo un pequeño problema en el quisiera que me colaboraran.
Estos días estoy trabajando en la lectura de una gran cantidad de archivos
de extención .csv, se trata de una lista de documentos de 11 estaciones
meteorologicas. Cada estación esta clasificada por meses y cada mes por
dias, asi que tengo un archivo cada día. Por ejemplo tengo un archivo .csv
para el día uno del
2017 Jun 06
4
Saber la capacidad de R
Hola buenas noches, estos días he estado buscando pero a falta de que no
encontré una solución me atreví a preguntar por este medio.
Quisiera saber cual es la capacidad de análisis de R, cual es el tamaño de
la base de datos que puede trabajar como máximo.
Un ejemplo seria de que capacidad máxima en filas por columnas es capaz de
manejar.
Gracias.
Wilmer Contreras.
[[alternative HTML version
2017 Jul 13
2
Leer archivos con read.csv
Hola.
Una manera puede ser tomar una lista de todos los archivos de un directorio
y trabajar con ellos, puesto que ciertamente existen. ¿Cómo? Supongamos que
tienes una carpeta llena de archivos csv. Entonces, puedes guardar el
nombre de tus archivos en un objeto con
lista_archivos<-dir()
>
y esto te dará todos los csv de esa carpeta (si tienes otros archivos
también estarán allí, pero
2017 Apr 29
3
Ingresar datos dentro de R sin Excel
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Mmm, Si te refieres a pasar datos de papel directamente a R en el ordenador... yo los pasaria directamente a un archivo de texto plano, que vendría a llevar el mismo tiempo, y los cargaría en R. No es Bueno tener los datos solo en R
2010 Oct 10
1
Problems with libvirt / qemu
HI,
I have a small problem with libvirt / qemu. I have created a guest and when I start it from the command-line the guests starts OK, but when I start the guest through libvirt with "virsh start" I get "Booting from Hard Disk...
Boot failed: not a bootable disk
No bootable device"
This is the command-line I use to start the guest (which works)
"cd /var/lib/kvm/Wilmer;
2003 Apr 15
2
Suppport for Asterisk, asterisk-h323 package and Voice Mail
Hi.
I've recently installed Asterisk on my Linux system and added the
asterisk-h323 package. I'm working with a H323 plataform with gatekeepers
and gateways. I'm trying to implement a Voicemail for the endpoints,
that works when the endpoinst are BUSY. I'm a newbie in asterisk so i
need a little help here...
1.- I have succesfully route the BUSY calls from my endpoints to my
2019 Jun 20
2
Hacer un plot de un dendograma 3D
Buenas a todos,
Lo que quiero preguntar es si se puede hacer algo... que no sé si ni
siquiera exíste.
Intento explicarme: Recuerdo que en un libro frances sobre analisis
multidimensional, para alumnos de alguna carrera tipo marketing, en las
explicaciones de qué es un dendograma, cómo se genera, que no tiene
importancia cuál está al lado de cuál sino cuál está conectado con cuál a
qué altura, con
2008 Nov 05
1
How do I read a text (.csv) file to match a matrix/cross tab? (Object confusion??)
I'm having a problem reading data to set control totals for a dataframe.
I want to adjust a dataframe based on a 2-d table of values, which I get
by using :
> CurrentX1Sums <- as.matrix(xtabs(~tripid_nu+lineon, data=SurveyData))
> CurrentX2Sums <- apply(CurrentX1Sums, 1, sum)
I've created a .csv file with new (target) sums that looks like this:
tripid_nu Warner
2005 Aug 12
6
evaluating string variables
Hello!!!
I have a folder (C:/R/) with matrix files, named by number, i.e.
0.mat, 1.mat,...,1250.mat. In this case, they are 5x5 simetric
matrices. I would like to compute a property for each matrix and put
calculated values into a data frame for posterior ploting and
printing. Below there is an example for 7 matrices (0.mat..6.mat)
#define data frame
L <- data.frame(frame=numeric(7),
2014 Oct 08
2
Pregunta sobre manipulación de shapefile
Oscar, al final no he podido esperar hasta mañana
Con:
library(maptools)library(sp)
poligonos <- readShapeLines("C:\\...\\DATOS\\MUNICIPIO.shp")
sink("C:\\ ... \\DATOS\\MUNICIPIO.csv")
coordinates(poligonos)
Consigo un fichero con la suficiente estructura para tratarlo fácilmente y de una tacada montar la tabla .csv tal y como he indicado en un correo anterior
Necesito el
2002 Mar 01
1
How stable is ext3fs?
Hi,
I'm trying to figure out how stable the ex3fs currently is. I'm
running Debian Woody with the 2.4.18 kernel and have already switched
over most partitions to have a journal, and mounted them as ext3. This
works fine since yesterday or so, and it's very nice that ext3 is so
easy to handle and can be activated so painlessly :)
But is it a good idea to switch my /home partition over
2004 Feb 29
6
Samba Gigabit very very slow?
Hi!
I?m having trubbles with the speed on my samba server,
I just uppgraded to gigabit (Realtek 8169 NIC) at home when i copy stuff from the samba server i get around 5-6Mb/sec
and if i use ftp to access the same file on the same server i get almost 30Mb/sec does anyone have a clue what causes this problem? When i used my old 3com 905c for the local net i got normal 100Mbit speed (around
2004 Dec 22
3
gumstix
It would be a real kick to get one of these to run Asterisk. :)
http://www.gumstix.com/
Tim
--
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>
2007 Jul 26
3
Definitive way to aggregate bandwidth using multiple links
I always used multiple links from different ISPs and in my
oppinion the best way to really aggregate bandwidth is using some kind
of proxy which the client connects to and distribute multiple
connections to the links.
Years ago, a friend of mine wrote Netsplitter:
http://www.hostname.org/netsplitter/
but it''s outdated, abandoned (last version from 2002). And it
was mainly written for
2016 Jul 20
4
un solo un favor
Hola a todos
Esta es mi primera pregunta en el grupo, y es sencilla pero me tiene
atascado. Estoy tratando de cortar mi mapa de (poner limites en UTM) en un
lugar definido como mi area de estudio (en este caso el sur de chile). Pero
creo no estar usando bien la función CRS ponendo bien los limites
requeridos.
> study_area <- readRDS("CHL_adm0.rds")
> study_area_UTM <-
2006 Feb 17
0
Error '3633' en tiempo de ejecucion
Hi, i'm new in the list. more of that error
fixme:ole:CoRegisterMessageFilter stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:ole:CoRegisterMessageFilter stub
any help , the software is made in Visual Basic
Sorry my english
-------------- next part --------------
An HTML