Displaying 20 results from an estimated 400 matches similar to: "Equivalent of SAS's FIRST. And LAST. Variable in R?"
2010 May 05
4
Converting dollar value (factors) to numeric
Hi,
I'm trying to read in a bunch of CSV files into R where many columns are
coded like $111.11. When reading them in they are treated as factors.
I'm wondering if there is an easy way to convert them into numeric in R
(as I don't want to modify the source data)? I've done some searches
and can't seem to find an easy way to do this.
I apologise if this is a trivial
2010 May 07
2
Merge Multiple Datasets
Hi,
I've got a bunch of datasets (each has an "ID" column) that I'd like to
merge into one big datasets.
After a google search I found
http://tolstoy.newcastle.edu.au/R/help/05/08/11131.html . However, I'm
wondering if there is an easy way to do this as I've got about 12
datasets to be merged (all in the same format: an "ID" column and a
"Frequency"
2010 Dec 14
2
Drawing Maps of detailed Australian regions
Hi all,
I'm trying to draw a bubble plot over a map -- where the map shows local government areas (LGA) in Australia (or other structures under the Australian Standard Geographical Classification), but am not sure where I can find the data to plot such maps (e.g. draw the state of Northern Territory but also showing LGA divisions).
Any help will be greatly appreciated, apologies if this is
2010 Aug 22
0
R Report (was RE: R-help Digest, Vol 90, Issue 25)
I've been following the "R Reports" topic in the digest mode, so
apologies if this has already been mentioned.
On a Windows platform, there is a package called R2wd which I've
recently discovered and have been using. It allows one to put data
frames (it's the only object I've tried so far) into a very nicely Word
formatted table. E.g in its documentation it has this
2011 Aug 31
0
wdTable() in R2wd
Hi all,
I've been using the wdTable() function from R2wd package and it's been
working great.
However I just tried to do the following:
> table.2
Waste Rebate code Chargeable (fin_map) Quantity (qty)
Total
[1,] "Waste" "Rebate code" "CHG" "121"
"$22,534.01"
[2,]
2017 Nov 28
1
Thiel's Uncertainty Coefficient
Dear sir Schwartz,
In response to a granted online request to receive R code in order to generate Theil's Uncertainty coefficient, I was hoping I could receive the same favor.
https://stat.ethz.ch/pipermail/r-help/2011-May/279210.html
Thank you in advance, I hope to hear from you.
Kind regards,
Jos? Snoep
Stagiair Universitair | MC ES - SOFY
+31 6 13060740
Snoep.Jose at
2000 Jul 10
6
Novell
Hi,
I like to know if anyone has ever gotten samba to work on Sun Solaris on a
Novell Network.
I don't have an issue with installation on Sun Solaris that works fine.
But I've never put Samba
on a Novell Network Before. Please describe any steps or issue with this.
Phillip B. Bruce, Manager
> kpmg Consulting
> Network Engineering & Integration
>
2000 Jun 11
2
Sync with MS WINS server
While reading various docs on Samba, there are notes that Samba can sync
with other Samba WINS servers, but can not sync with a MS WINS server. Has
anyone ever tried, and is there a reason why this doesn't work?
*****************************************************************************
The information in this email is confidential and may be legally privileged.
It is intended solely for
2010 May 05
0
R-help Digest, Vol 87, Issue 5
Unsubscribe
-----Original Message-----
From: r-help-request at r-project.org
Date: Wed, 05 May 2010 12:00:09
To: <r-help at r-project.org>
Subject: R-help Digest, Vol 87, Issue 5
Send R-help mailing list submissions to
r-help at r-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-help
or, via email, send a message with subject
2011 Feb 05
1
different results in MASS's mca and SAS's corresp
Dear list:
I have tried MASS's mca function and SAS's PROC corresp on the
farms data (included in MASS, also used as mca's example), the
results are different:
R: mca(farms)$rs:
1 2
1 0.059296637 0.0455871427
2 0.043077902 -0.0354728795
3 0.059834286 0.0730485572
4 0.059834286 0.0730485572
5 0.012900181 -0.0503121890
6
2001 Nov 08
1
buildpkg.sh scripts problem
Hello Ben Lindstrom,
I tried your package creation scripts for Solaris which are contributed with
the new OpenSSH Version 3.0.0p1.
Nice that you develop these scripts but I run into a major problem
installing the package which was created by the script.
On our Solaris hosts /usr/local is only a symbolic link to /opt/local. After
installing the OpenSSH package the symbolic link was removed and a
1997 Feb 06
0
(Linux) security hole
Hi all,
Though this bug is an old one, it is still applicable to at least
Red Hat 4.0 on Intel and ALPHA, and probably other distributions. It may
even extend to other Unix implementations as well, although we have not
tested them (at all or thoroughly).
Create a user with user id 65536. When logging in as this user, running
the id command will yield root (in other words, there are only 16 bits
1998 Mar 31
4
Problem with smbpasswd
Hi all,
I've just set up password encryption using 1.9.18p4. I compiled with NO
ALLOW_CHANGE_PASSWORD option because compilation didn't work (I'm using
HP-UX 10.20). Everything seems to be working correctly instead of a
'normal' user trying to change his (samba-) password using smbpasswd
(root can change any password). The messages I receive are as follows:
Old SMB password:
2010 Nov 06
2
One way voice with Asterisk
Let me explain:
When I dial into Asterisk ( I have a SIP trunk - which I need to make
sure is not faulty), I only get one-way voice communication.
The calling party, from the SIP trunk hears nothing - the extension
rings on the Asterisk server (you can see it in the CLI and hear it at
the computer), and the softphone rings
However, when you answer the SIP softphone , you can only hear the
2011 Oct 21
1
replicating SAS's "proc rank" procedure
Hi try this function ive written
it should be self explantory but let me know if you have any problems.
I've only been using R for a few eeeks so apologies if its not the most
efficient!
rankit2<-function(rankvar,cuts,data,factor) {
ranker<-rankvar
ranker<-0
range<-c(1:cuts)
range2<-range/cuts
range3<-quantile(factor,range2)
over<-length(factor)
for (i in 1:over){
2001 Jan 05
0
broadcast from a central server using open-ssh
Hello, I am interested in using open-ssh to be able to start a command on
one server and broadcast it out to a lot of servers ( > 100). I'm getting
errors about being out of entropy, and they seem to be coming from the
client side. Is there anything that I can do to increase the entropy
beforehand? I'm not currently using the entropy gathering daemon, am using
the internal entropy.
2003 May 23
0
stop winbind querying trusted domains
Hi,
I have installed Samba 2.2.7 and winbind on RedHat 9 and it seems to be
working. However because of the size of our Windows 2000 forest winbind
queries the local WINS server and then a vast number of domain controllers
(so the log tells me) for user credentials. This causes the server to hang
for 30+ seconds. Setting a specific "password server" or "allow trusted
domains =
1998 Apr 29
3
SAMBA and Windows 95
Hi All,
I am new to the job of System Administrator and even
newer to SAMBA. I have managed to set up SAMBA on Solaris so
that from a Windows 95 machine I can map a drive to a point on
the Unix machine. This works fine.
What I am stuck at is an issue of security. I have been
asked to work out how to limit the users that can access the mapped
drive. ie., if someone walks into the office
2011 Apr 18
2
Registrations stops after 403 FORBIDDEN
Hello list,
I have in sip.conf :
/maxexpiry=60 ; Maximum allowed time of incoming
registrations
; and subscriptions (seconds)
minexpiry=60 ; Minimum length of
registrations/subscriptions (default 60)
defaultexpiry=120 ; Default length of incoming/outgoing
registration
;-----------------------------------------
1998 Jul 09
21
problem
dear folks,
when I run smbclient -L <hostname>, I've got the problem ;
Added interface ip=10.1.1.32 bcast=10.1.7.255 nmask=255.255.248.0
Server time is Thu Jul 9 15:30:47 1998
Timezone is UTC+7.0
Domain=[AIFILE] OS=[Unix] Server=[Samba 1.9.16p9]
SMBtconX failed. ERRSRV - ERRaccess (The requester does not have the
necessary
access rights within the specified context for the