Displaying 20 results from an estimated 600 matches similar to: "link in FAQ incorrect (PR#833)"
2003 Jul 21
5
how to test whether two slopes are sign. different?
Not really r-specific:
Z = (b1 - b2) / SQRT ( SEb1^2 + SEb2^2)
-------Original Message-------
From: Gijsbert Stoet <stoet at volition.wustl.edu>
Sent: 07/20/03 09:51 PM
To: r-help at stat.math.ethz.ch
Subject: [R] how to test whether two slopes are sign. different?
>
> Hi,
suppose I do want to test whether the slopes (e.g. determined with
lsfit) of two different population are
2009 Jul 03
3
Variable names in lattice XY-plot
Hi,
how can I get a more descriptive text
instead of the variable names in my XY-lattice plot,
according to the table below?
Variable text
acet = "Acetylaspartate Thalamus"
chol = "Choline Thalamus"
acetp = "Acetylaspartate parieoc"
ino = "Inositole Thalamus"
I could not find a solution.
Please have a look at my syntax.
Thanks a lot,
2003 Mar 12
1
'summary' with logicals (PR#2629)
Consider
> oj <- data.frame(x = c(TRUE, FALSE, NA))
> oj
x
1 TRUE
2 FALSE
3 NA
> summary(oj)
x
Mode :logical
FALSE:1
TRUE :1
But
> oj$x <- factor(oj$x)
> summary(oj)
x
FALSE:1
TRUE :1
NA's :1
My point is that NA's should be reported for logicals like they are for
other data types.
Göran
---
Göran
2002 Feb 20
3
Pointer to covariates?
In the first line, use the dist function, found in library mva,
to get the distance between each pair of rows. From this
calculate an incidence matrix for which element i,j is true if
row i in dat equals row j in dat (and false elsewhere).
In the second line, for each row calculate the indices of
the matching rows and take the minimum of those as the key.
incid <-
2003 Apr 22
1
cdr_mysql table definition
Hi all,
I'm looking at the mysql cdr backend to record call details, but I can't
find any documentation on how to set up my database.
Specifically, what is the table definition for the cdr table?
I saw that the dbname, user and password can be set in cdr_mysql.conf, but
there's no information on what table to use.
Thanks,
Gijsbert
2002 Oct 17
2
'text' can't find "x"
I wanted to add some text to a plot and got (R-1.6.0, Linux):
> text(x = c(1, 4), y = 5, labels = x)
Error in text.default(x = c(1766, 1895), y = 5, labels = x) :
Object "x" not found
With the default value of 'labels':
> text(x = c(1, 2), y = 5, labels = seq(along = x))
Error in seq(along = x) : Object "x" not found
A scoping bug? :)
But
>
2002 Jan 04
2
R CMD check (PR#1240)
SunOS fluke 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise
R-1.4.0
Running from the command line
R CMD check chlib
results in the log file 00check.log:
* using log directory `/home/woodstock/hoffmann/R/Sources/chlib.Rcheck'
* checking for file `chlib/DESCRIPTION' ... OK
* checking package directory ... OK
* checking for sufficient/correct file permissions ... WARNING
*
2002 Apr 18
1
strptime mysteriously adds a day - 0S-specific: Linux and (PR#1467)
On Thu, 18 Apr 2002, Martin Maechler wrote:
> >>>>> "Jason" == Jason Turner <jasont@indigoindustrial.co.nz> writes:
>
> Jason> strptime() mysteriously adds a day to a date, unless the year
> Jason> is specified. Tested on:
> Jason> Linux (RedHat 6.0) - R version 1.4.1 and R-devel.
> Jason> Windows - R version 1.4.1
>
2002 Sep 19
2
R 1.6 for windows?
On Thu, 19 Sep 2002 10:43:01 -0400 (EDT), you wrote in message
<200209191443.KAA17404@falmouth.bwh.harvard.edu>:
>Hi Duncan -- I am curious as to whether you are building/distributing
>R 1.6.0 for windows? There's nothing urgent about it, I have one.
>The question is how to identify a distribution URL if one exists.
I will be building and distributing the final release.
1999 Apr 02
4
PLATFORMS Update
NAME Douglas Bates
EMAIL bates@stat.wisc.edu
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Debian 2.1
CC/FC/MAKE egcs/g77/make
NAME Martyn Plummer
EMAIL plummer@iarc.fr
VERSION 0.63.3
PLATFORM i386-unknown-linux
SYSTEM Redhat 5.1
CC/FC/MAKE gcc/egcs-g77/make
NAME Göran Broström
EMAIL gb@stat.umu.se
VERSION 0.63.3
PLATFORM
2002 Nov 11
2
R 1.6.1: help with debugging error in RunGenCollect(), R_gc_internal
Hi,
[System info: R 1.6.1 compiled from source (no args to configure) on
Redhat 7.1 Linux i/386]
I have some spatial statistics programs that recently (since R 1.6.1)
have generated SIGSEGV. These R programs use the splancs library as
well as some C code of my own for Voronoi analysis.
The program has a big loop to fit various model parameters against a
spatial distribution of biological
2002 Sep 10
9
R 1.6.0 beta
R 1.6.0 has gone into final feature freeze as of today.
As a new feature, we'll make interim beta versions available via
ftp://cran.us.r-project.org/pub/R/src/base
alias
http://cran.us.r-project.org/src/base
(filename R-1.6.0beta_*.tar.gz, where * is the creation date).
If you want to help ensure that the final 1.6.0 works satisfactorily
on *your* platform, it might be a good idea to
2002 Oct 01
6
R-1.6.0 is released
I've rolled up R-1.6.0.tgz a short while ago. This is a major upgrade,
with several new features.
A few of the changes generate compatibility issues. You may wish to
consult http://developer.r-project.org/160update.txt.
We no longer ship the set of recommended packages separately, but
bundle them up with the main distribution. Thus there is now only a
single file to fetch and (barring
2002 Oct 01
6
R-1.6.0 is released
I've rolled up R-1.6.0.tgz a short while ago. This is a major upgrade,
with several new features.
A few of the changes generate compatibility issues. You may wish to
consult http://developer.r-project.org/160update.txt.
We no longer ship the set of recommended packages separately, but
bundle them up with the main distribution. Thus there is now only a
single file to fetch and (barring
2003 May 01
0
DTMF issue with SIP
Hi all,
I have a problem with DTMF and SIP.
When I dial an extension with 2 of the same digits in a row (ie '445', two
4s in a row), i have to wait at least one second between the digits. If I
don't wait and just continue pressing digits only the first digit gets
detected and the second (and third if there is any) is skipped.
Everything works fine when there are none of the same
2001 Nov 08
3
Size of .journal file for embedded linux
Hi
I am running kernel 2.4.13 with ext3 support on an embedded system with 64
MB Flash and
the .journal file takes size as 4 MB.
Is it possible to minimize the .journal file ?
With best regards/ Med venlig hilsen
John Nørgaard
2002 Jan 15
9
Ext3 vs. Reiser?
Hi!
I was just wondering how Ext3 and Reiserfs compare. When I reinstalled my
server (because of a stupid hacker) I took the opportunity to change to
ReiserFS. And I have to say it's really much faster than Ext3.
I don't have benchmarks, but for example, stuff like "make dep" on the linux
kernel is much faster (even though I had enabled write cache when I was
using ext3).
So
2001 Dec 10
1
ext3 mounted as ext2
Hi,
Also I do have some problems mounting an ext3fs which gets just mounted
as an ext2fs. (Yeap, I looked a little bit around in the mailling list
and found similiar problems which haven't help me ;-( )
I have a root ( /) and a /mnt partition. both are converted via tune2fs
-j into a journaled fs.
my fstab looks like this:
/dev/hda1 / ext2 defaults
2001 Oct 28
8
Ext3 partition not appearing in df output
Hello,
I converted my / partition to ext3 from ext2 today, and I'm using kernel
2.4.13+ext3 patch
I used tune2fs -j and set the filesystem to auto in fstab, and compiled ext2
as well as ext3 in the kernel
Upon rebooting, I tried df -hT to see if it had worked, and to my surprise it
didn't list my root partition
dmesg say it's fine (and btw everything works fine)
kjournald
2005 Feb 09
85
Introduce yourself and your project -- Round 2
On December 14th, 2004 David Heinemeier Hansson sent this to the mailing
list:
I''m seeing a lot of new names on the list. Could
we perhaps do a round of introductions? That would
also be a great first post, if you haven''t had a
chance to contribute yet. The basics should include
your name, your organization, your country and city,
and the project you''re