Displaying 20 results from an estimated 1000 matches similar to: "(no subject)"
2002 Dec 05
1
(no subject)
hi,
suppose you have a for-loop like this:
for(i in1:x) {} ...
now you want to generate a variable in every
cycle (since you do not know the size of x in
beforehand you have to do this dynamically).
the variable should e.g. look like this:
variableName1<-c() (if x==1)
variableName2<-c() (ifx==2)
variableName3<-c() (if x==3)
..
..
i tried this(which obviously didn't work):
2003 Aug 19
0
WARNING. You tried to send a potential virus or unauthorised code
The MessageLabs SkyScan Anti-Virus service discovered a possible virus
or unauthorised code (such as a joke program or trojan) in an email sent
by you.
The email has now been quarantined and was not delivered.
Please read the whole of this email carefully. It explains what has
happened to your email, which suspected virus has been caught and what
to do if you need help addressing the problem.
2006 Feb 08
1
Ian Bullock is out of the office.
I will be out of the office starting 08/02/2006 and will not return until
13/02/2006.
I will respond to your message when I return. However if you have sent data
for processing, please send to operator@cnm.co.uk. Also if you have any
urgent queries, please contact Operations on 01924 888700. Thankyou.
________________________________________________________________________
This E-mail
2006 Mar 13
1
Ian Bullock is out of the office.
I will be out of the office starting 11/03/2006 and will not return until
14/03/2006.
I will respond to your message when I return. However if you have sent data
for processing, please send to operator@cnm.co.uk. Also if you have any
urgent queries, please contact Operations on 01924 888700. Thankyou.
________________________________________________________________________
This E-mail
2002 Oct 07
3
RE: new packages: geepack and KMsurv
I downloaded geepack from your site and installed it from the zip file.
However, although it appears under my library directory, I could not load
into R.
Regards
John Sendak
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 6.0
year 2002
month 10
2003 Apr 01
1
RE: Computer specifications
I would be most grateful for advice on optimal computer specification, and
possibly make to run the most demanding modules in R.
Many thanks
G Vera
_______
Confidentiality Notice
This email (and any attachment) is intended only for the attention of the addressee. Its unauthorised use, disclosure, storage or copying is not permitted. If you are not the intended recipient, please destroy all
2002 Mar 15
1
W2K and XP Offline files stopped working with 2.2.3a
Hi -
It appears that Samba 2.2.3a broke Windows ability to use offline files from
a Samba share. This used to work fine under 2.2.2. When a user syncs an
offline folder, everything appears to work properly, but once disconnected,
only a small portion of the files are visible in the offline folder, and the
files are not accessible - they give strange error messages about files
being read-only or
2003 Jan 19
1
Re: check variables: a Q from a beginner
I like your ls.obj function - how might I turn it into a standard function for me whenever I launch R?
-----Original Message-----
From: David Hinds [mailto:David_Hinds at perlegen.com]
Sent: 17 January 2003 20:58
To: r-help at stat.math.ethz.ch
Subject: [R] Re: check variables: a Q from a beginner
I played around a bit with the ls.objects() code posted by Petr Pikal yesterday and came up with
2004 Sep 28
1
Why does rsync think my files are much bigger than they are ?
Has anyone ever seen this happen when using rsync ? I'm trying to send a
series of =~ 300k files down the line, but for some reason, rsync thinks
each file is 17592186044416 bytes long! The same behaviour occurs when
using rsync to copy files locally.
Partial output follows...any help appreciated!
Cheers,
P
[root@grappa llog]# ls -al /IFX/llog/logs.109051.gz
-rw-rw---- 1 informix
2009 Mar 09
1
Data Restructuring Question
I think I am overlooking a call or concept in R to help me easily and quickly restructure my data.frame:
Sometimes the data I receive looks like:
VariableName, Run1, Run2, Run3, Location
temp, 15.0, 16.0, 17.0, There
And other times it looks like:
VariableName, Run, Location
temp, 17.0, There
I would like to use the header information in order to be able to
2002 Nov 29
2
Obtaining the variable names of a glm object
Is names(model1$coef) what you're looking for?
-----Original Message-----
From: Kenneth Cabrera [mailto:krcabrer at epm.net.co]
Sent: 29 November 2002 10:36
Cc: R-help at stat.math.ethz.ch
Subject: [R] Obtaining the variable names of a glm object
Hi, R users!
Suppose I make a model like this:
2005 Sep 23
0
SIP Hangup via Call Files
<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><div>Hi,</div><DIV> </DIV><DIV>I have just started using asterisk.</DIV><DIV>I have ported it to an embedded powerpc architecture.</DIV><DIV>I have been able to create an incoming and outgoing call to an x-lite
2010 Sep 14
1
cron breaking when enabling ldap
Hi
When I enable a box to do authentication using LDAP it breaks cron for users like jboss.
I get the following in /var/log/secure
Sep 14 15:25:01 exoipatest01 crond[7214]: pam_access(crond:account): access denied for user `jboss' from `cron'
I have the following in /etc/ldap.conf
nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,tomcat,radiusd,news,mailman,nscd,jboss
2007 Mar 01
2
How can I use the "GET VARIABLE variablename" in AGI
Hi,All,
I wang to use AGI in asterisk1.4.
AGI file / myperl.agi
#!/usr/bin/perl
use strict;
......
print STDERR "7. Testing GET VARIABLE...";
print "GET VARIABLE EXTEN \"\"\n";
my $result = <STDIN>;
&checkresult($result);
......
when the agi execute; asterisk conosle show that :
AGI Rx << GET VARIABLE EXTEN ""
AGI Tx >>
2011 Dec 16
0
crash in using Rcpp and inline packages.
Hi all,
I am using c++ functions in R by Rcpp and inline packages.
The code is quite simple, but the R session always automatically crash after some running time.
Does anyone here familiar with Rcpp and inline? What¡¯s the problem in the following code?
I have checked the input values, no NA and other strange value exists.
Thank you for your attention!
> mkc <- cxxfunction(
2011 Dec 16
0
Fw: crash in using Rcpp and inline packages.
Hi all,
I am using c++ functions in R by Rcpp and inline packages.
The code is quite simple, but the R session always automatically crash after some running time.
Does anyone here familiar with Rcpp and inline? What¡¯s the problem in the following code?
I have checked the input values, no NA and other strange value exists.
Thank you for your attention!
> mkc <- cxxfunction(
2008 Sep 01
1
(no subject)
Hello,
We just experienced a hang that looks superficially very similar to
http://www.mail-archive.com/ocfs2-users at oss.oracle.com/msg02359.html
There are 3 nodes in the cluster ocfs2-1.4.1 rhel 5.2. Versions, uname's
in the attached text file which also includes fs_locks dumps and various
other diagnostics.
The lock up happened when we were restarting a java application that
was
2010 Oct 26
1
Every user in LDAP queried when one user logs on.
Hi
I have configured a machine to authenticate against LDAP. When I log onto the box using the newly created user I see a LDAP search request for every user that exist in the directory. If I have only 20 users even a 100 that is not a problem but when I start going to 10000 users I start getting some weird errors and timeouts because of the time it takes to download the data to the client.
I
2007 Jun 12
1
php + Informix IDS via IFX Module Howto for Centos5
Dear all
I've come out with a howto that I wish to contribute back to the
community. This howto is actually a sort of a draft that I made for
my own "self-reminder". It was an interesting experience collating
the data to eventually come out with the stuffs.
I hope it is useful enough to someone not to go through the same
"hell/happy hunting grounds"
The said howto is
2004 Jan 29
2
Finding Sweave.sty and other problems
Hi,
I've just tried to run example-3 from Friedrich Leish. I'm using R 1.8.1
and MiKTeX 2.2 on Windows XP.
I go
===
> library(tools)
> Sweave("example-3.Snw")
Writing to file example-3.tex
Processing code chunks ...
1 : term hide
2 : echo term verbatim
3 : term tex
4 : term verbatim eps pdf
You can now run LaTeX on example-3.tex
===
The file example-3.tex