Displaying 20 results from an estimated 800 matches similar to: "partials..."
2009 Jul 28
1
complex find
I have
class Debtortrans < ActiveRecord::Base
has_many :debtortranstaxes, :foreign_key =>
''debtortransid'', :class_name => ''debtortranstaxes''
belongs_to :debtor, :foreign_key => ''debtorno''
and
class Debtortranstaxes < ActiveRecord::Base
belongs_to :debtortrans, :foreign_key =>
2010 Jun 08
2
type conversion with apply or not
Folks, i thought it should be straightforward but after a few hours poking around, I decided it's best to post my question on this list.
I have a data frame consisting of a (large) number of date columns, which are read in from a csv file as character string. I want to convert them to Date type. Following is an example, where the first column is of integer type, while the rest are type
2006 Jul 06
1
Rgraphviz: How to control the colours of edges in a graph
Using Rgraphviz, I draw the undirected graph with vertices A,B,C and D and edges A:B, B:C, C:D, D:A, A:C. I want the vertices A and B to be red and C and D to be blue. The problem is the following: I want the edges A:B and B:C to be green and the edges C:D and C:A to be yellow, while the edge A:C can have the default colour black. I assume that I have to specify this using the edgeAttrs-argument
2000 Mar 03
1
tapply, sorting and the heap
howdy gurus,
I'm new and green and I was hoping for a tiny bit of your expertise.
I'm running out of virtual memory (heap?) when summing using tapply. I've
already used --vsize=90M on my hpux machine. (details below)
Can I pre-sort or something to prevent my error?
thanks,
John Strumila
john.strumila at corpmail.telstra.com.au
> gc()["Vcells","total"]
[1]
2003 Feb 12
4
rsync in cygwin as service
Hello!
I want to start rsync on w2k as service.
If I try to start rsync from command line it simply do nothig:
$ rsync --daemon
Administrator@dm-w2ks /usr/bin
$ ps
PID PPID PGID WINPID TTY UID STIME COMMAND
480 1 480 480 con 500 04:15:03 /usr/bin/bash
1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps
Administrator@dm-w2ks
2006 Aug 31
1
problem with postscript output of R-devel on Windows
I have developed a problem with the postscript output of plot on Windows. My code still works properly with R 2.3 but, with R 2.4, the white text on red background does not show up. It does, however, show up when output is sent to the screen. Below is my code and sessionInfo.
R version 2.4.0 Under development (unstable) (2006-08-29 r39012)
i386-pc-mingw32
locale:
LC_COLLATE=English_United
2002 Aug 17
7
Wine compiles but dosen't run
Since version 20020509 I've had nothing but problems, so I decided to
reinstall the OS, format all partitions, and reinstall all drivers and
programs and updates in the hope that wine will then work correctly.
It's taken about 11 hours; I've now installed wine again, but for some
reason I had to do make install --ignore-errors; wine did not start
after wineinstall; I now get this
2009 Jul 17
3
Ayuda con el paquete de text mining (TM)
Estimados, les escribo para consultar, lo siguiente:
Estoy haciendo un trabajo de text mining y necesito importar una serie de
textos para preprocesarlos, es decir eliminar los Stopwords, hacer stemming,
eliminar signos de puntuación etc. Esto último lo puedo realizar con los
datasets que trae la librería TM. Lo que no puedo lograr es importar texto
desde algún medio a pesar que existe funciones
2013 Jan 15
5
Duda gráficos - paper="a4"
Buenos días:
A ver si alguien me puede iluminar, porque ya he sobrepasado los límites de mi paciencia y de mi imaginación con este asunto:
Dado un gráfico creado con un plot (y funciones auxiliares como polygon, etc.) y una tabla creada debajo de ese gráfico (creada con addtable2plot), y dados unos text situados a modo de título encima del plot y otros encima de la tabla, ¿por qué cuando trato
2016 Mar 13
3
Importación de texto con caracteres especiales
Compañeros,
Me plantearon una duda el otro día en el blog sobre la problemática de
leer un archivo de texto con caracteres españoles tales como tildes y eñes
(http://analisisydecision.es/analisis-de-textos-con-r/#comment-93993) En
un principio pensé que sería un problema de diccionarios en R-Studio y que
lo resolvería en 10 minutos y aquí llevo una hora y no soy capaz de que
este código tan
2019 Feb 12
7
Leer un txt a trozos
Estimad en s eRRer en s,
Tengo un txt que quiero importar a R.
Pero no tiene un formato adecuado para usar cosas normales, como por
ejemplo read.csv()
El formato es algo así:
time 1
col1 col2 col3 col4
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato dato dato dato
end
time 2
col1 col2 col3 col4
dato dato dato dato
dato dato dato dato
dato dato dato dato
dato
2013 Feb 26
15
Ayuda con dev.copy2pdf - Ejemplo reproducible
Buenos días:
Sigo cabezudeando con el tema de los gráficos; a ver si a alguien se le ocurre alguna idea...
Supongamos este código:
library(plotrix)
graphics.off()
windows(width=8.27, height=11.69)
plot(3:10)
#plot(3:10, main="Axis break test")
par(xpd=TRUE)
text(4, 11,"Axis break test")
axis.break()
axis.break(2,2.9,style="zigzag")
mtext("Texto
2014 Mar 12
2
Lectura de texto
Hola.
Con r <- scan(txt, character(0)) creo que debiera montarse el texto carácter a carácter.
He comprobado que funciona pero no he validado la importación del texto.
Igual es un camino que lleva a alguna parte....
Un Saludo,
Miguel.
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-help-es-bounces en r-project.org] En nombre de Carlos Ortega
Enviado el:
2017 Jan 20
4
Problema con un xml demasiado Grande
Hola, muy buenas,
Me bajé un archivo xml de la wikipedia en español. Al intentar abrirlo
en R el ordenador no es capaz, ya que pesa descomprimido 10 GB. De ese
xml solo me interesa un campo, el referente al texto del artículo.
¿Alguiém conoce alguna forma de cargar solo ese campo del xml en R sin
cargar el xml completo? La salida seria un archivo .txt, donde cada fila
fuera un artículo ó
2013 Dec 10
3
gplots y alternativas
Hola, queremos consultaros sobre alternativas a esta librería.
http://cran.r-project.org/web/packages/gplots/index.html
Estamos usando gplots para producir pdfs -un único fichero, que integra output en forma de texto y gráficos- como salida de un proceso por lotes para hacer el seguimiento y presentar resultados. Sabemos que hay alternativas como knitr y sweave, pero nos parecen mucho más
2012 Jan 11
1
parse( connection) and source-keeping
In R <= 2.13.x, calling 'parse( con)' where 'con' is a connection, 'options( keep.source)' is TRUE, and default 'srcfile' would preserve the source. In R >= 2.14.1, it doesn't.
> tf <- tempfile()
> options( keep.source=TRUE)
> texto <- c( 'function() { # comment', '}')
> parse( text=texto)
expression(function() { #
2014 Nov 11
4
Evaluar como texto un parámetro de mi función
Compañeros,
Una de primero de funciones pero que no soy capaz de resolver. Necesito
evaluar como texto el parámetro de mi función. Ejemplo:
datos.A<-rnorm(10,3)
datos.B<-rnorm(100,30)
datos.C<-rnorm(1000,300)
datos.D<-rnorm(10000,3000)
describe <- function(letra){
summary(datos.letra)
}
describe(B)
Quiero que haga summary(datos.B) y no soy capaz. Nunca me había visto en
una
2014 Mar 12
2
Lectura de texto
Hola Jorge,
Algo pasa con el fichero...
He abierto el link de Dropbox, y he salvado el texto como "txt.txt" en
local.
Pruebo a abrirlo en R y...:
> scan(file="txt.txt")Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
scan() expected 'a real', got 'ÿþM'> getwd()[1] "C:/Users/xIs12136/Downloads"
Pruebo a abrirlo
2018 May 22
4
Pasar palabras de una lista a una variable del dataframe
Buenas tardes,
Tengo una lista de 600 palabras. Quiero saber cuántas de esas palabras
aparecen en cada observación de mi variable "texto". La variable "texto"
es de tipo caracter. ¿Cómo lo haríais?
Muchas gracias.
2017 Sep 29
3
Minería de testo en R
Estimados miembros del grupo,
Estoy buscando paquetes de R que permitan hacer minería de textos de
archivos PDF o Word que tengan una estructura tabular (cuadros) de
resultado de talleres de trabajo donde se tratan diferentes ejes temáticos.
Especifico esto porque he visto que algunos paquetes analizan directamente
texto de libros, tweets u otras fuentes donde no hay una estructura como
cuadros