similar to: Bug?

Displaying 20 results from an estimated 100 matches similar to: "Bug?"

2007 Sep 03
0
some problems with "linebuffer"; was: Bug?
Johanna Hasmats wrote: > Ok, attaching all files. You need to run it in the following order: > > parse.RData > > Korrelation.RData I have reduced this script to only include the error > part. > > > Input files are in the following order: > > oligo.prest.out for parse.RData to work. Produces the next input file > > oligolista for Korrelation.RData to
2004 Jan 04
5
Analyzing dendograms??
I have used heatmap to visualize my microarray data. I have a matrix of M-values. I do the following. #The distance between the columns. sampdist <- dist(t(matrix[,]), method="euclidean") sclus <- hclust(sampdist, method="average") #The distance between the rows. genedist <- dist(matrix[,], method="euclidean") gclus <- hclust(genedist,
2004 Jan 15
2
A language technical question.
If I have 100 objekts in a folder and I prefer not to load them manually I wonder how I do this in R if using a for-loop. I was thinking initially to do something like this: infiles <- dir(pattern=".RData") for(i in length(infiles)) { load(infiles[i]) paste("kalle", i, sep="") <- saveLoadReference } But the line
2003 Dec 10
1
How to remove extra spaces introduced (?) by write.table
Dear Group, My question relates to the write.table function. I have created a data.frame containing both "character" and "numeric" columns. When I use the write.table function to write this table into a text file spaces are added into the "numeric" columns so that the number of digits in each column is the same. This extra space is added before the actual number.
2006 Feb 21
1
Resolution of plots?
Hello. I have a problem regarding the output from the R plot window. I have a quite dense dendrogram that I wish to visualize using a suitable software (like Illustrator), and to accomplish that I right click on the image from the plotting device and I save as metafile. The problem is when I scale up the image, some of the vectors in the dendrogram image are inseparable. My question is if
2009 Jul 09
1
Bug in package.skeleton, R 2.9.0?
Dear all, I am using package.skeleton to build a small packages of misc function for personal use. I have recently discovered that the option force=TRUE doesn't seem to do what is meant to do. Here's what I'm doing: > setwd("/Users/danielk/Documents/R/packages/dk") > files <- paste("codebase", dir("codebase", pattern=".R"),
2008 Oct 22
3
sip and nat
hi there, I 'm a newbie in "VOIP technologies" ; i 'm implementing asterisk and i 'm wonder what is the best way to resolving "the Asterisk/NAT problem" : some clients are behind a NAT. anyone could help me? thanks johanna _________________________________________________________________ Appelez vos amis de PC ? PC -- C'EST GRATUIT
2003 Jul 23
4
.ps files in R
I have recently "printed" in R to a postscript file. I'm working on a SSH without an X terminal. It was fairly automatic: > plot(x,y) > dev.off() And then the default creates a file called Rplots.ps which I can ftp to my laptop and open in Ghostscript. I can see the file, and nothing looks odd. However, when I import it into LaTeX, it refuses to configure right side up.
2003 Jul 02
2
Batch files in R
When I submit more than one batch file (same programs, different parameter values, huge simulations, different result names) the only results that get saved are from the *last* batch file to finish. They are all being run in the same subdirectory (so same .RData file?) I've done: R --save BATCH infile outfile and I've also put q(save="yes") at the end of the program, but
2005 Jun 17
2
reading csv-data
Hi! I have had this problem for a long time. I have tried to study the manuals and search the mailing lists, but I can not solve this. I think there has to be one simple solution to this, but I just can not find it. I have saved the data in excel (csv-format). Then I read the data in R e.g. >data <- read.csv2("example.csv", header=TRUE) I look the data and it looks ok. E.g
2000 Nov 08
0
vq diffs
please add the following diffs to the vorbis/vq dir. - include files changed so things actually compile in new scheme - _ogg_...alloc cleanups caught a half-dozen typos or so - minor Makefile touchup. (stuff is still not tested, but this will compile at least) Would someone with cvs write access commit them for me please? Erik diffs: ------------------------ diff -bBu2r vorbis/vq/Makefile
2003 Aug 07
1
cdr_mysql uncompress
Hey, Have i done something wrong or is there something wrong with latest CVS and cdr_mysql, cause after checking out latest CVS today, I got warning: [cdr_mysql.so]WARNING[1074424544]: File loader.c, Line 226 (ast_load_resource): /usr/lib/asterisk/modules/cdr_mysql.so: undefined symbol: uncompress WARNING[1074424544]: File loader.c, Line 345 (load_modules): Loading module cdr_mysql.so failed!
2004 Jul 14
2
MASS package?
Did the MASS package disappear? Specifically, I'm looking for a function to find the MCD (robust measure of shape and location) for a multi-dimensional data matrix. Anyone know anything about this? Thanks, Jo Jo Hardin Assistant Professor Department of Mathematics Pomona College 610 N. College Ave. Claremont, CA 91711 909-607-8717 jo.hardin@pomona.edu [[alternative
2005 Nov 01
2
Greek letters in plots
Hi, all. I know that this is probably something that others have asked, but I can't find a reference in either the FAQ or the help pages. I'm trying to find a way to put Greek letters as a label of the plot *with* a value from the data. Previously I've used pasted and the word "rho". * paste("rho=", cor2[i]) will produce a label of
2017 Jan 03
3
dovecot-pigeonhole running external script ends with signal 11
Hi, I'm running a dovecot 2.2.26 (self compiled) on a Centos 7. I have a sieve script which should run an external script (in filter mode) that encrypts the mail using the users pub key. I configured 90-plugin.conf as follows plugin { sieve_plugins = sieve_extprograms sieve_extensions = +vnd.dovecot.filter sieve_filter_bin_dir = /etc/dovecot/sieve-filters
2019 Apr 10
2
Funcion para eliminar valores específicos de un vertor
Buenas noches Tengo una base de datos a la cual le debo eliminar los valores NA y los valores iguales a 99, 98 y mayores de 10000000. Los valores NA los elimine con la función is.na, pero no tengo idea de como eliminar los valores anteriormente mencionados del vector de datos. Gracias [[alternative HTML version deleted]]
2006 Aug 20
14
http parser
Just thought I''d let you know that your http parser worked great for creating an http protocol handler for Eventmachine. It wouldn''t take that much effort to use Eventmachine for Mongrel, might be worth a shot just to see how it does. A few things would need to be restructered, like HttpRequest where you read the rest of the body, and calling the handler. But it
2018 Nov 25
3
Variables: non-numeric argument to 'pairs'
Hola a todos Estoy cargando una base de datos a R llamada "Base", desde excel. A la hora de utilizar funciones como: >pairs(Base) Error in pairs.default(Base) : non-numeric argument to 'pairs' Una forma de arreglar este problema es utilizando la funcion as.numeric(), pero me toca hacerlo variable por variable: >Base$Variable1<-as.numeric( Base$Variable1)
2018 Feb 12
3
RStudio, Spss, SAS, Stata, txt
Estimados Hoy instale RStudio, y por sorpresa o desconocimiento de mi parte, veo que hay la posibilidad de importar datos excel, spss, sas, stata, texto, recuerdo consultas en la lista al respecto, posiblemente mucho se soluciones con las herramientas propuestas por RStudio. Javier Rubén Marcuzzi [[alternative HTML version deleted]]
2005 Jan 03
1
library(gee)
Hello, R exits every time I want to fit a GEE with AR-1 correlation structure. It just closes itself without any error. My Data has about 3300 observation (using the big data with about 20 000 observation it doesn't work at all). I'm a Windows 2000 User of R 2.0.1 but it was the same problem on a MacOSX. Is it my fault? Thank you for your help! Johanna Brandt