search for: msas

Displaying 8 results from an estimated 8 matches for "msas".

Did you mean: mass
2004 Mar 15
2
R equiv to proc gremove in maps package
Is there an R equivalent to SAS's proc gremove? You would use this procedure to combine the units on an existing map, for example to build a map of Metropolitan Statistical Areas (MSAs) from the [US] counties dataset where the internal boundries surround the MSAs (which are groups of counties) rather than the individual counties. I can imagine the mechanism would be to find and erase the boundries within each group. Is there a way to do that in R? I looked at the S reference o...
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 0 When I try cvar$MSA or cvar$ACTUP I get lists, as I expect. t...
2007 Feb 07
1
Problem with subsets and xyplot
...3.68 1996 1996 3 6 0720 Baltimore 9.00 1997 1997 5 7 0720 Baltimore 11.00 1998 1998 5 8 0875 Bergen-Passaic 51.80 1990 1990 5 many more rows.... I would like to create some xyplots, but separately for MSAs that are high, moderate or low on HIVEST. Here's what I tried #### READ IN DATA AND RECODE SOME VARIABLES attach(hivest) cat <- CAT cat[cat > 5] <- 6 msa <- as.numeric(MSA) msa[msa == 7361] <- 7360 msa[msa == 7362] <- 7360 msa[msa == 7363] <- 7360 msa[msa == 5601] &lt...
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
2012 Sep 25
2
Recategorizing Nominal variable
...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 ________________________________________________ This email and any files transmitted with it may contain confidential and /or proprietary information in the possession of WellStar Health System, Inc. ("WellStar") and is intended only for the indi...
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...
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