Displaying 20 results from an estimated 5000 matches similar to: "Permanent Opening for Unix Systems Admin in Rockville, MD - USA"
2010 May 26
0
Statistician Programmer, Full-Time, IMS Inc., Rockville, MD
Statistician/Programmer needed in Rockville, MD. IMS currently employs a small team of statisticians who work together and collaboratively with nationally recognized statisticians in the Biostatistics Branch, Division of Cancer and Epidemiology, in the National Cancer Institute (NCI). Must have PhD in statistics or match. Must have knowledge of statistical packages and R. Genetic analysis
2005 Jul 01
0
Unix Network Admin - Orlando, Florida, USA
Global Technology Associates, Inc. (http://www.gta.com) is looking for a
network system admin with Unix experience, (see the requirements below).
GTA is a small privately held corporation founded in 1992 and located in
Orlando, Florida, USA. We're FreeBSD-centric and have funded,
contributed and been involved in the BSD community since the company's
inception. Our work environment is
2004 Apr 14
1
Variable Descriptors
Is there a way to associate text descriptions with variables in a
data.frame?
For example...
Let's say that in my data.frame I have a variable named var1. var1
represents the responses to the question "When was the last time you saw
your physician?" When I tabulate the variable var1 I'd like the output to
be a bit more descriptive and contain the more descriptive
2007 Nov 16
1
How to save multiple graphs into a single file
Hi,
I have searched the archives and help manuals and can not find anything
regarding how to save multiple plots/graphs into a single for example,
pdf file. There is plenty of discussion etc. about saving a single plot
to a single file, but not multiple plots to a single file. Is it
possible? I can't want to use lattice, because I have hundreds of plots.
So, to keep it simple, let's say
2011 Aug 19
1
Writing non-graphic (text) output to PDF
Hi, friends.
I keep coming to you because I'm so new to R and can't seem to figure out
some simple things. Sorry.
Consider the following code. I want to load a table and write out the
structure to a PDF document. I just can't seem to manage writing
non-graphic output to PDF. Any help? I've tried several functions, but
nothing worked. All I get is the title.
#
2007 Dec 27
4
Conditionally incrementing a loop counter
Hi,
I am trying a for loop from 1 to 100 by 1. However, if a condition does
not get met, I want to "throw away" that iteration. So if my loop is
for (i in 1:100)
and i is say, 25 and the condition is not met then I don't want i to go
up to 26. Is there a way to do that? I can't seem to manually adjust i
because from what I understand, R creates 100 long vector and uses that
to
2011 Aug 12
2
Getting data from an *.RData file into a data.frame object.
Hi, all.
I'm new to R. I've been a SAS programmer for 20 years.
I seem to be having trouble with the most basic task - bringing a table in
an *.RData file into a data.frame object.
Here's how I created the *.RData file.
library(RODBC)
db <- odbcConnect("*******")
df <- sqlQuery(
db
, "select * from schema.table where year(someDate)=2006"
)
save(
2000 Jul 17
2
Plain Text Passwords
How do you undo the Plain Text Password Registry hack in Windows? How do I
reverse it after it has been applied?
Daniel Hardy
metaSENSORS, Inc.
358 Hungerford Drive
Rockville, Maryland 20850
Tel: (301) 762-3078 ext. 35
Fax: (301) 340-0769
Email: danh@metasensors.com
On the Web at www.metasensors.com
-------------- next part --------------
HTML attachment scrubbed and removed
2016 Jun 20
2
xxx not available for .C in package yyy
Hi R package developers. This is literally the strangest thing I've ever seen.
Latest (as of a month ago) R under cygwin64. I'm teaching an intern package
building and using the .C interface. The package compiles, but when it gets
to "setting up lazy load" or some such it throws the error "triang" not available for .C()
in package "randpkg". Upon checking,
2004 Jul 23
2
Complex Surveys...Specifying Design
I need some guidance from someone who is familiar/has some experience with
the survey package.
The data that I am using is from the Medical Expenditure Panel Survey
(www.meps.ahrq.gov <http://www.meps.ahrq.gov/> ). The STRATA and PSU
variables are varstr01 and varpsu01 respectively. When I try to specify
them with the svydesign function I get an error message. An excerpt of my
session
2010 Jan 08
0
FreeBSD Sr. Systems Administrator position Location: Boca Raton, FL USA
CityTwist, a leading marketing technology company, is looking for a
talented and capable FreeBSD administrator to assist with our growing
operation.
The ideal candidate will have demonstrable experience installing and
administering FreeBSD operating systems, PERL and/or Korn shell scripting, a
solid understanding of network topology, experience troubleshooting key
application protocols including
2002 Dec 26
0
(no subject)
The IP addresses are assigned via DHCP - a Linksys router.
David
David I. Sommers, Ph.D.
Scientific Review Administrator
Interventions Review Committee (ITV)
National Institute of Mental Health
6001 Executive Boulevard
Room 6144, MSC 9608
Bethesda, MD 20892
Rockville, MD 20852 (for express or courier service)
301-443-7861 - voice
301-443-4720 - fax
dsommers@mail.nih.gov - email
-----Original
2004 Sep 14
4
Sending Caller ID info in MD/USA
All,
Having trouble getting answer from Verizon. I believe Asterisk will let me specify a name and number that is sent to the PSTN (Verizon) of outgoing calls. For instance, if I have a client, First Bank, and their toll free number is 888-555-1234, I could send that name and number. Verizon is telling me that they will forward the number I send them, but the name will be my company's
2003 May 07
2
"Program" files
Is there any such thing as a program file in R? That is, is it possible to
compile and save code for performing data management and analytic tasks for
a given project into a single/multiple file(s) (i.e., like a script file
(S-Plus), a do file (STATA), or a *.sas file (SAS))?
Any words of wisdom or a point in the direction of some documentation would
be helpful. If it is not possible to work
2003 Apr 24
3
Detailed contingency tables
Is there any existing function for creating contingency tables that will
display counts, row, column, and cell percentages in the same
tables....anything similar to crosstabs in S?
Marc W. Zodet, MS
Health Statistician
Center for Cost and Financing Studies
Division of Statistical Research and Methods
2101 East Jefferson Street, Suite 500
Rockville, Maryland 20852
Phone: 301-594-7072
Fax:
2012 Oct 26
1
How to resolve split-brain and replication failures?
Hi All,
What is the recommended procedures for resolving split-brain conditions on files and replication failures?
Thanks,
Michael
______________________________________________________________________________________
Michael Kushnir
System Architect / Engineer
Communications Engineering Branch
Lister Hill National Center for Biomedical Communications
National Library of Medicine
8600
2012 Oct 10
2
svyplot
Hello,
Using the svyplot () function, I have plotted four graphs that are saved in four different .png files.
I am looking for examples how to redraw the same four graphs within grid viewports so that they stay together on a page. The goal is to create one .png file that will include all four graphs (2 rows, 2 columns).
Any help would be appreciated.
Thanks,
Pradip
Pradip K. Muhuri,
2011 May 24
1
R in batch mode
Hi Everyone,
I am a new R user and trying to run R jobs in batch mode.
Robert Muenchen (2009), in his book "R for SAS and SPSS Users", has suggested writing a small batch file like mR.bat as shown below:
"C:\Program File\R\R-2.10.0\bin\Rterm.exe" --no-restore --no-save < %1 > %1.Rout 2>& 1
Could anyone tell me in which directory or subdirectory I should
2002 Dec 26
3
questions from a newbie
I have several newbie questions - any help much appreciated:
1. I run a combination Windows 98 and XP home network - have been looking at
Linux on two boxes at home - one desktop - one laptop - RH 7.3
2 I can get samba to run okay and in each of the two Win98SE machines can
see them as localhost
3. I cannot access any resources on the Linux machines - Win98 asks for a
password - \\localhost\IPC$
2009 Feb 10
2
JOB: Permanent Database Architect (MySQL preferable) in Reading, Berkshire
?JOB:
hi List,
My name is James and I'm an open source recruiter currently working with
a client in Reading (Berkshire, UK) who are looking to ?recruit a
database architect (?experience with MySQL is not necessarily what the
client are looking for, although the database architect should certainly
be familiar with MySQL. What?s more important is that the DBA should
have experience designing