Displaying 20 results from an estimated 300 matches similar to: "Q: libreadline.so.4.1 problems on Alpha/Linux"
2008 Jun 10
2
How to join data.frames and vectors of different length, in an inteligent way?
I have a data set something like this:
"YYYY", "Value"
1972 , 117
1984 , 73
1969 , 92
1976 , 113
1999 , 80
1996 , 78
1976 , 98
1984 , 106
1976 , 99
it could be created with:
> dafSamp <- data.frame(cbind(c(1972,1984,1969,1976,1999,1996,1976,1984,1976),c(117,73,92,113,80,78,98,106,99)))
The real dataset is of cause much larger, app. 100.000 samples
2002 Nov 25
2
Q: Segmentation fault at all commands ?
Dear List
Sorry if this is trivial, but I can't find it in the manual, FAQ or mail
list (2002).
I just installed R 1.6.0 (2002-10-01) on Linux R.H. 7.2 (2.4.9-32.5) on an
DIGITAL AlphaServer 800 5/500
The program starts up nicely but exits immediately with a "Segmentation
fault" at the first command. It seems that it doesn't matter what command, I
tried q(), help(), version,
2015 Apr 01
3
Dovecot Oy merger with Open-Xchange AG
On Mit, 2015-04-01 at 13:07 +0200, Reindl Harald wrote:
> Am 01.04.2015 um 13:04 schrieb Bernd Petrovitsch:
> > IMHO the larger the corporation is, the less are the chances for
> > *long-term* benefits of the OSS/free software (mainly because: usually
> > commercial success is driven and defined from marketing to sales[1] sown
> > to the techies which are forced into
2009 Aug 12
1
Simulating points from GLM corresponding to new x-values
Dear List,
Does anyone know how to simulate data from a GLM object correponding
to values of the independent (x) variable that do not occur in the
original dataset?
I have tried using simulate(), but it generates a new value of the
dependent variable corresponding to each of the original x-values,
which is not what I need. Ideally I whould like to simulate new values
for GLM objects
2011 Jan 27
1
normalizing prizes to a specific year - how to?
Dear list
I have a large data frame with house prices. Prices have been converted
to price per m2, to be able to compare. Prices are spread over almost 10
years, each price is tagged with the year it relates to.
I would like to 'normalize' all the prices to, eg. 2010 prices.
The data frame looks like this
> head(dafP)
Y P
1 2004 11199.60
2 2005 15310.10
3 2005 19491.50
4
2002 Mar 16
1
readline library for Redhat 7.2
Could anyone please point me to the library
readline41-4.1-10.i386.rpm
which is requiered for installing the R-base package on Redhat 7.2
regards
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2003 Dec 09
1
Importing TIFF files into a R matrix
Hi
I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful.
Does anynone know of a way to do this?
Best regards,
Peter Hagedorn
...
2003 Nov 18
2
readline not found
Hi all,
I just upgraded to R-1.8.0. Everything worked fine but command line
editing does not work. This clearly indicates that readline has not been
found in the compilation process.
How could I explicitely indicate where to find it ?
I use a Red Hat 8.0 system. I checked the FAQ which says readline-devel
is also needed, but I have it already installed. Perhaps should I add
the configure
2012 Apr 26
1
Aggregate function for comparison stats
Hi,
I have a data.frame which contains timeseries from several different
locations, which I want to compare against each other for example
calculating RMSE, or normalized mean bias of each location against the
others. An example of this is the cor function where I can put in a
data.frame and get the correlation of each location compared to the
others in the data.frame eg.
2013 Feb 09
3
help on plotting series with different x-axis values on a graph with one x-axis
Hi,
I have run into this problem a couple of times now and hope you can help!
If I want to plot mulitiple series with differing x-axis values (however, all in the same range) in 1 plot with one common axis R obstruses the plots.
E.g. if I plot water content against time and I start with the sampler at 5 cm depth, it plots that one right.
But the next depth, 15 cm, is measured at slightly
2005 Dec 31
4
invalid mbox files
Hello!
I recently upgraded from dovecot 0.9x to 1.0.5-Aplha and now when ever folders are opened (in IMAP), it keeps saying invalid mbox files. It worked fine in 0.99.x. It is detecting the right mbox files because it lists the folders and the subscriptions correctly. I am using "default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u" in the config file, but I get the same error with
2008 May 21
3
Converting a 'difftime' to integer - How to???
I want to find the DOY (Day of Year) of some dates. I think to substract the date 1. January from the data to achive this. Something like:
> d <- as.Date("2006-03-13") - as.Date("2006-01-01") +1
> d
Time difference of 72 days
So far so good. But d is a 'difftime' object. How do I get an Integer value from that?
I tried severel things, incuding the
2008 Oct 17
2
Text (eg. summary) to text file, Howto?
Simple question...
I would like to dump some summries of lm()'s to small seperate text files.
I have looked at:
print(), but it don't support output to file
cat(), but it claims that 'sum1' is a list
write, but that just uses cat()...
The script goes something like this:
...
lmMax <- lm(NUMAMMON ~ YYYY*MM*DD)
sum1 <- summary(lmMax)
# help needed here... how to dump sum1
2006 Nov 03
2
Installing a package - and making it work?
Dear list
- Propoerly a beginner question, so bare with my frustration...
I tried install the 'shapefiles' package into R 2.4.0 but it seems that the install had little effect...
> install.packages(c("shapefiles"))
--- Please select a CRAN mirror for use in this session ---
trying URL
2015 Apr 01
2
Dovecot Oy merger with Open-Xchange AG
On Don, 2015-03-26 at 17:01 +0200, Andreas Kasenides wrote:
> On 26/03/15 13:05, Bernd Petrovitsch wrote:
> > On Mon, 2015-03-23 at 16:08 +0200, Andreas Kasenides wrote:
> >> I am usually emotionally (at least) against of open-source projects
> >> loosing their independence to large corporations. Possibly due to bad
> > OX-AG is a "large corporation"?
2003 Aug 19
2
R-1.7.1 gets installed without default packages & without readline
Hi all,
Trying to install R-1.7.1 on a RedHat 8.0 platform, I have a few problems.
R gets installed without default packages (but base and ctest) : make
script fails at the end of the procedure (configure is made
successfully). This is the (translated) log I have :
/gcc -I../../../../include /usr/include/mysql -D__NO_MATH_INLINES
-mieee-fp -fPIC -g -O2 -c ansari.c -o ansari.o
gcc: cannot
2003 Jun 27
4
Update on "Shift-Return causes segfault (PR#3293)"
Hi all,
I don't read this list, so if anyone wants to respond could they please copy
me so that I see what is happening.
After several exchanges between myself, Marc Schwartz and Peter Dalgaard, we
have come to the following conclusions:
a) Shift-Return does not cause a segfault on most terminals, only Kde's
Konsole.
b) The bug is easily reproducable there.
c) The "real"
2004 Jul 13
1
asterisk compile problem
Hello all
As of 5pm PST today (7/13), I pulled Asterisk down off of
cvs.digium.com:/usr/cvsroot and tried to compile it on Linux ES 2.1
Actually, I pulled down zaptel, libri & asterisk and compiled them in that
order as per my install guide.
When I try to compile asterisk with "make clean; make install", it runs okay
for a bit and then I get the following error: (ignore Outlooks
2015 Apr 01
0
Dovecot Oy merger with Open-Xchange AG
Am 01.04.2015 um 13:04 schrieb Bernd Petrovitsch:
> IMHO the larger the corporation is, the less are the chances for
> *long-term* benefits of the OSS/free software (mainly because: usually
> commercial success is driven and defined from marketing to sales[1] sown
> to the techies which are forced into "features" and "delivery dates" to
> achieve some
1998 Aug 13
0
Password authentication via NT server on 1.9.18p5
I have two Caldera Linux Intel boxes running as Samba
servers (1.9.18p8) using an NT server (SP3) for user
authentication and have no problems.
I cannot get a new box to work this way.
The new machine is a DEC Alpha running Red Hat 5.1
with Samba 1.9.18p5 (pre-installed).
The smb.conf file contains (among other things):
encrypt passwords = yes
security = server
password server = XYZ
Using the