Displaying 20 results from an estimated 9000 matches similar to: "2.1.0a for Macs (PR#7952)"
2005 Jun 01
1
Bootstrap direction
Hi all,
I am trying to bootstrap a small data set into 1000 "pseudodatasets" and
then run an ANOVA on each one. Can anyone provide guidance on how I could
do this?
Thank you.
-Dan Janes
************************************************
Dan Janes, Ph.D.
Harvard University/OEB
26 Oxford St.
Cambridge, MA 02138
Office: 617-496-2375
Fax: 617-495-5667
Email: djanes at oeb.harvard.edu
2003 Dec 05
3
Odds ratios for categorical variable
Dear R-users:
How does one calculate in R the odds ratios for a CATEGORICAL predictor
variable that has 4 levels. I see r-help inquiries regarding odds ratios
for what looked like a continuous predictor variable. I was wondering how
to get the pairwise odds ratios for comparisons of levels of a categorical
predictor variable. I can't seem to get the correct output using:
>
2005 Jun 28
1
Does not run under Mac OS X 10.3.9 (PR#7975)
Full_Name: Matthias Wahl
Version: 2.0.1 and 2.1.0a
OS: Mac OS X 10.3.9
Submission from: (NULL) (84.159.39.159)
Version 2.1.0a does get installed, R is available under applications,
however when trying to start R I get an error message that R is terminated
due to an error and that's it. Re-installing didn't help at all.
Then I tried Version 2.0.1. and there I don't even get an icon
1998 Sep 03
3
Dual personality samba server
Dear All,
I've just installed Samba version 1.9.18p10 on one of our HP-UX boxes.
The unix box is advertising itself with two WINS names.
netbios name = ukswi0103
netbios aliases = ukswi0104
in smb.conf
I've been playing with the idea of changing the behaviour of the server
based on what the client calls it. What I'd like to do is have samba do
security = user
if the client
2005 May 24
2
R unable to run on Mac OS 10.4 Tiger
Hello,
I'm running a PB G4 with Mac OS 10.4.1. I have downloaded the latest
version R-2.1.0a.dmg. It appears that R does not work. It launches
itself, but the window never gets ready, there is written "Loading R..."
and a small progress wheel keeps turning indefinitely.
Could someone help or suggest something?
THANKS !!
Guillaume
2008 Mar 13
1
Convert a List of Distances to a Distance Matrix
Hello,
Is there an easy function for switching list to matrix. My list is of
genetic distances between species pairs:
A A 0
A B .5
A C .25
B C .5
and I want a distance matrix such as:
A B C
A 0 .5 .25
B .5 0 .5
C .25 .5 0
for use in a mantel test.
Thank you for the help!
cheers,
charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G. Willis
Department of Organismic
2008 Mar 17
1
Writing GLM/GEE Ouput to Text File
Hello,
How can one write the output of a GLM/GEE model to a text file, such that
the results appear in text file in the same (or similar) format they appear
in the R console? For instance, I have the following model:
Traitresult <- compar.gee(Y~X, data = data, family = "binomial", phy = tree,
scale.fix = TRUE, scale.value = 1)
How would I write "Traitresult" to a text
2008 Apr 14
1
Non-linearity with Parametric data
Hello,
I am trying to test for non-linearity in a set of non-parametric data.
Furthermore, I would like to do so in a multi-variate model. Frankly, I
don't even know if this is possible, and if it is possible, I don't know if
it is implemented in an R package. Any advice would greatly appreciated.
Thank you!
Charlie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles G.
2005 May 22
1
R2.1.0a.dmg fails to mount (PR#7886)
Full_Name: Tim Cole
Version: 2.1.0a
OS: Mac OS X 10.3.9
Submission from: (NULL) (62.253.128.15)
I'm having trouble installing R2.1.0a - double-clicking on the .dmg file gives
the error message
The following disk images failed to mount
Image Reason
R-2.1.0a.dmg no mountable file systems
1998 Apr 17
1
%L in smb.conf don't work
Hello
I have 4 NT server : so 4 NT Domain
and 1 Linux Box with samba 1.9.18p4-50.4
in smb.conf, I configure
netbios aliases = TEST1 TEST2 TEST3 TEST4
sercurity = server
include = /etc/samba/server.%L
...
and in /etc/samba/server.TEST1
password server = NTSERV1
and in /etc/samba/server.TEST2
password server = NTSERV2
but when I read the nmbd and smbd logs ,
%L is replaced by a null string
2008 Oct 02
1
acts_as_taggable_on environment issues
Like most people, I''ve got two machines: one for development and one
for production. I''ve done everything I can to make sure the ruby/rails
environments are the same, but of course they''re not identical (I''ll
get into that in a moment). The error that I''m getting happens when I
call a method in a background task controller on the production
machine; I
2005 Jun 10
2
R.app editor (PR#7928)
Full_Name: Christian Meisenbichler
Version: 2.1.0a
OS: 10.3.9
Submission from: (NULL) (143.50.77.182)
device pdf() produces empty files
and device postscript() produces incompleete graphs
2014 Sep 20
2
savevm and qemu 2.1.1
hello.
I have an issue with libvirt-1.2.6 and qemu-2.1.1. As soon as i do:
"savevm $domain"
the domain ist gone. Console says "unable to connect to monitor". Libvirt.log
says:
qemu-system-x86_64: /var/tmp/portage/app-
emulation/qemu-2.1.1/work/qemu-2.1.1/hw/net/virtio-net.c:1348:
virtio_net_save: Assertion `!n->vhost_started' fail
ed.
Googling for this error
2009 Jan 29
7
Installed gems aren't installed
Like the subject says, I''ve got a really weird problem.
A co-worker added a couple of gems to our rails project. I installed
these gems on my machine (a macbook, os x 10.5.6), start the server,
and it says it can''t find these gems:
=============
Missing these required gems:
mini_exiftool = 1.0.1
mini_magick = 1.2.3
You''re running:
ruby 1.8.6.114 at
2005 Jul 12
3
bug in chdir option of source
I'm on R 2.1.0.
In the "source" function there is a bug preventing the proper use of the
chdir option (which simply doesn't work).
The problem is that in the function the following line occurs:
file <- file(file, "r", encoding = encoding)
This overwrites the variable "file" and later causes the check
if (chdir && is.character(file)
2014 Sep 22
1
Re: savevm and qemu 2.1.1
Am 22.09.14 10:42, schrieb Daniel P. Berrange:
> On Sat, Sep 20, 2014 at 02:13:16PM +0200, Thomas Stein wrote:
>> hello.
>>
>> I have an issue with libvirt-1.2.6 and qemu-2.1.1. As soon as i do:
>>
>> "savevm $domain"
>>
>> the domain ist gone. Console says "unable to connect to monitor". Libvirt.log
>> says:
>>
2012 Feb 25
1
any idees for update dovecot on centos 5
hi guys
hi master of "Fu"
any information for dovecot update on centos 5
I am looking for information on the people running release 2.1.0 and
2.1.1 of dovecot
I edited rpms sources here.
http://ns.fakessh.eu/rpms/dovecot-2.1.0-2.centme.el5.src.rpm
http://ns.fakessh.eu/rpms/dovecot-2.1.1-2.centme.el5.src.rpm
compilation goes well but after installation and restart the services I
2005 Jun 14
1
problem installing packages with compiled-from-source R.app on Mac OS X - Tiger
Hello all,
This may be aimed for r-devel, but I encountered this as an R-user
and not an R-developer so I start here (having said that, please
direct me to R-devel if you think this is appropriate. I am not cross-
posting, as I believe this is bad netiquette).
I am a recent, but extremely happy R-user (especially after getting
my own copy of MASS 2002). My adventures started when I wanted
2009 Jun 10
5
uninitialized constant ActiveSupport::Cache (NameError)
Hi
After having updated some GEMS I get `load_missing_constant'':
uninitialized constant ActiveSupport::Cache (NameError) on starting
the server of a freshly generated rails project.
Before, I already had Rails 2.3.2 projects succesfully running, now
all of them generate this error.
These are my GEMS:
actionmailer (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0)
actionpack (2.3.2, 2.2.2, 2.1.2,
2005 Jul 29
2
Console not found
I played around with memory limits in R 2.1.0 under XP in order to be
able to work with large matrixes (3600x4100). Among several things I
tried was to alter console settings and saving them.
Since then, I can't restart Rgui. It says several times 'Console not
found' with pieces of the text that usually appears in the console and
then crashes. Rterm.exe works fine.
I've now