Displaying 20 results from an estimated 500 matches similar to: "R equiv to proc gremove in maps package"
2004 Jan 16
2
Weird problem with trying to change a variable
I have a dataframe called cvar, with two variables (among many others)
called MSA and ACTUP. Both are numeric. This was working fine. Then I
found out that for two MSAs, ACTUP should be 1, not 0.
so I tried
cvar$ACTUP[cvar$MSA == 6840] <- 1
cvar$ACTUP[cvar$MSA == 5360] <- 1
but when I try
table(cvar$MSA, cvar$ACTUP)
the level of ACTUP for those two MSAs has not changed, and is still
2007 Feb 07
1
Problem with subsets and xyplot
Hello
I have a dataframe that looks like this
MSA CITY HIVEST YEAR YR CAT
1 0200 Albuquerque 0.50 1996 1996 5
2 0520 Atlanta 13.00 1997 1997 5
3 0720 Baltimore 29.10 1994 1994 1
4 0720 Baltimore 13.00 1995 1995 5
5 0720 Baltimore 3.68
2012 Sep 25
2
Recategorizing Nominal variable
Hello,
I would like to take a data set of doctors, and recategorize them into
numbers.
For example,
John Doe would be assigned as 1
Jane Doe would be assigned as 2
Does anyone know how to do this in R? It seems quite easy, yet I cannot
find the code.
Thank you,
Michael Leitson
Research Intern
MSAS Candidate
Michael.Leitson@wellstar.org
2008 Jun 30
1
Multiple auth client sockets
I use two seperate Postfix instances as MSAs (so that different policies
are simpler to configure), and both of them require Dovecot SASL support.
Since Postfix' smtpd is chrooted (at least in the Debian package), the
client socket needs to be somewhere under the instance's queue_directory.
This means I need two different auth client socket paths.
When I simply specify two "client {
2003 Nov 05
1
Extracting sample count from a Vorbis packet
I was wondering if there was a way to determine the number of samples in a
Vorbis packet without having to decode the whole thing? The reason I'm
asking this is because I'm thinking about implementing the current Vorbis
RTP draft for Helix. The problem is that the Ogg pages only contain a
single timestamp. If I want to split up the Vorbis packets on different
boundries than the Ogg
2002 Dec 06
2
[LLVMdev] DSNode Question
LLVM,
I am trying to equate two dsnodes across call boundries. On the Caller
side we have an operand of form:
sbyte * getelementptr ([20 x sbyte]* %.LC0, long 0, long 0)
using getNodeForValue() yields a NULL pointer.
On the Callee, the parameter is of form:
sbyte * S
and getNodeForValue works fine. Is there something special that must be
done to access DNodes accessed using GEP?
Thanks,
2009 Jul 28
1
LUN Aggregation
Greetings.
Is there an approved way to aggregate LUNs when using OCFS2? I have several 1TB LUNs I'd
like to make into a single filesystem. Would I use something like Linux software raid?
Brett
2004 Nov 18
4
adjusting the map of France to 1830
I'm doing some analyses of historical data from France in 1830 on 'moral
statistics' that I'd like to
show on a map. I've done most of my analyses in SAS, but a few things
would work better in R.
To do this, I have to adjust the modern map,
library(maps)
map('france')
to adjust for changes in departments (86 in 1830, to 97 now). I've read
the documentation
2008 Jun 19
2
Sure, it's a newbie thing, but I'm willing to be at least ONE person has been bit by this....
Hi All,
I have a Samba system I fire up once in a blue moon for testing, and had
a bit of a minor heart attack when it "suddenly" stopped letting me
access shares as anyone other than root. Security is set to "user" since
it's not a domain member server. My office requires that passwords get
changed every 90 days, and the last time I accessed the server was on
the
2012 Apr 04
1
http://www.centos.org/docs
Hi,
Why does http://www.centos.org/docs not point to say this for example:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/index.html
The latter is more comprehensive. The links that
http://www.centos.org/docs contains all have "upstream" labels on the
reading material, so I'm guessing the trademark boundries are not being
crossed.
Regards,
Paul (Crunch)
2006 Jan 06
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
> I've seen the exact same in my version (mingw on win32), and the problem
> was that the stack was misaligned when entering the function, so the temp
> registers weren't at 16-byte boundries.
That's a possibility. It's easy to check by printing the address of the
variables. I know that gcc 3.3 had some alignment issues with _m128 that
were supposed to be fixed in
2002 Feb 21
1
using smbadduser non-interactively
Hello All,
Could someone please tell me if there is a was to use smbadduser in a
non-interactive mode and just allow you to enter all of the
particular user information on the command line?
I need to set up a small script that will automate adding users to
the smbpasswd file so that they can login.
Cheers,
Lonnie
--
Lonnie Cumberland
OutStep Technologies Incorporated
EMAIL:
2002 Feb 21
6
How to connect across the Internet
Hello All,
Well my Samba server is up and running good, but I am now needing to
be able to let some of my users connect to our server who is not
located on our local network.
Actually they are located some distance away and I would like to be
able to allow then to connect.
Has anyone had any success with this and how it might be done?
Best Regards,
Lonnie
--
Lonnie Cumberland
OutStep
2008 Aug 14
1
ggplot2: remove minor-horizontal guide before drawing
Hi,
I want to remove minor-horizontal and minor-vertical lines from a plot
generated with ggplot2. I can do this after the plot has been drawn
using grid.gremove.
However, I would like to do it before drawing my plot. The ggplot2 book
refers to a ggplotGrob function which creates a grob from a plot but
this function doesn't seem to exist in ggplot2 0.6.
Is there another way to do it?
2006 Jan 05
2
Re: sigsegv in _mm_load_ups (linux/gcc 3.x)
That's definitely strange and I've never encountered that. Normally, the
only way for _mm_load_ups to generate a segfault is for the input to be
invalid memory, in which case the C version should crash too. I suspect
the compiler (or something else) may be hiding the real problem. Can you
get a debugger and see exactly what assembly statement is causing the
crash and what the operands are?
2006 Apr 08
4
Calling validates_inclusion_of out of default namespace
Hi,
I''m trying to run the "validates_inclusion_of" method in a before_save hook,
because the range is dependant on the related data. But I can''t figure out how
to call it. When calling it normally, it says it can''t find it.
I''ve tried several combinations like
"ActiveRecord::Validations.validates_inclusion_of", but I can''t seem to
2004 Aug 06
2
Auto Archiving function for Icecast.
Hello:
Does anyone know how to set up auto-archiving with icecast. I have an
encoder coming in with a radio station. I want to create hourly mp3
archives of their streams that are coming to my icecast server. Got any
ideas?
Raymond
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message
2006 Mar 27
5
splitting vorbis files
Greetings
The Unix application 'wavsilence' is a program that takes a WAV file with
gaps of silence and creates smaller WAV files, containing the data between
the gaps. ( http://danplanet.com/wav/ )
Is there a similar program for ogg vorbis?
How difficult would it be to write such a program?
---------------------------------------------------------------------------
The usage
2008 Nov 12
1
Cluster Broken Pipe error and Heartbeat configuration
Hi,
I am running two node active/passive cluster on RHEL3U8-64 bit
operating system for my oracle database,both the nodes are connected
to HP MSA-500 storage(scsi not Fibre channel) . Below are my hardware
and clumanager version details. It was running fine and stable for
last two years but all of a sudden for the past one month i am getting
below errors on syslog and cluster restarting
2014 Jul 17
3
Sieve: adding Date: header when missing
Hello,
there is a way with a sieve rule to add a Date: header when it is
missing? Adding one with the time of reception of the message or using
the date from the the first Received: header would be good options.
Unfortunately I'm receiving some useful automated messages that lack a
Date header and this screws up the sorting in my imap clients. I have a
script to fix those acting on the