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
WasteRebate code Chargeable (fin_map) Quantity (qty)
Total
[1,] "Waste" "Rebate code" "CHG"
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 Ter
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
Hi all,
I'm just wondering if there is a equivalent of SAS's FIRST. and LAST.
variables in R?
For example, suppose this is a snapshot of the data:
ClientCode CaseCode open closeImportant
1 37 28 2003-07-08 2003-09-021
2 37
Hi,
I'm trying to check a column of dates and creating indicator variables showing
different time periods.
For example, if I were to do this in Excel I would have something like:
Year to Dec 2004=IF(AND(referral dateDATE(2003,12,31), LEN($closure date) = 0)), "Yes", "No")
for the "Year to Dec
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 (a
?
Thanks again for the help!
Cheers
Kev
-Original Message-
From: Phil Spector [mailto:spec...@stat.berkeley.edu]
Sent: Wednesday, 5 May 2010 6:14 PM
To: Wang, Kevin (SYD)
Cc: r-help@r-project.org
Subject: Re: [R] Converting dollar value (factors) to numeric
Kev-
The most reliable way
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
8 matches
Mail list logo