Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

53 results for “from:Farley, Robert”

Survey Design / Rake questions
Farley, Robert · Aug 20, 2008 · r-help

Thank you for your help. Yes, my problem is one of non-response. We try to hand a survey form to everyone that boards at each stop, but we're getting only ~10% usable responses. One reason is that the...

maptools sunrise sunset function
Farley, Robert · Nov 10, 2008 · r-help

I have a time zone problem. Running the code provided I get the result in UTC, and a lot of warnings like this: 28: In as.POSIXlt.POSIXct(x, tz) ... : unknwon timezone 'PST' > sunrise.set(34.11583, -118.18719, "2008...

Still can't find missing data
Farley, Robert · May 28, 2009 · r-help

In this toy data, each of the tables should sum to 1111 None of the tables shows NA columns or rows. > ################################ > ToyData <- read.table("C:/Data/R/Toy.csv", header=TRUE, sep=",", na.strings="NA", dec=".", row.names="ID_Num...

OT RE: US States percentage change plot
Farley, Robert · Oct 13, 2011 · r-help

OT question: can R produce Cartograms? Here's an example of World Population: http://www.worldmapper.org/display.php?selected=2 This might make Texas smaller and Rhode Island larger.... Robert Farley LACMTA -----Original Message----- From: r-help-bounces at...

read.spss {foreign} doesn't work over network?
Farley, Robert · Jun 18, 2008 · r-help

Sorry, the error was "OTOSOTK" {On The Other Side Of The Keyboard}. Someone renamed one of the subdirectories (60 to 06) and I couldn't see it. Sorry for the bandwidth.... Robert Farley Metro www.Metro.net -----Original Message----- From...

Gravity (spatial interaction) models in R
Farley, Robert · May 7, 2008 · r-help

There may already be tools for gravity model APPLICATION, which is simply an exercise in normalization. Perhaps if I describe the gory details, someone will recognize the problem by another name. A singly constrained gravity model is simply an exercise...

Survey Design / Rake questions
Farley, Robert · Aug 18, 2008 · r-help

Thank you for the list of references. Do you know of any "free" references available online? I'll have to find my library card :-) My motivation is to try to correct for a "time on board" bias we see in...

subset problem
Farley, Robert · Mar 15, 2012 · r-help

Str() found the problem; there were 2 blanks at the end of the name. Why does this occur when I read in with trim.factor.names = TRUE ? > #### > OBDataSumm <- read.spss("P:/Data/OBSurveys/OBSurvey-2010-2011/Final Delivery, Metro On...

Trying to "expand" some data - Newbie needs help
Farley, Robert · Oct 29, 2008 · r-help

Each row of my dataframe has these data items: Stuff1 Stuff2 TripID StopID moreStuff1 moreStuff2 ... I might have 2 entries for TripID=9011890 and StopID=Reseda, while I know the "Universe" for that combination was 7. I'd like to...

Two envelopes problem
Farley, Robert · Aug 26, 2008 · r-help

So if I put $10 and $20 into the envelopes, then told you that the values were multiples of $10, it would be wrong for you to assess probabilities on $100, $1,000,000 and so on? :-) But what if...

Monty Hall simulation
Farley, Robert · May 12, 2008 · r-help

The common "Monty Hall" problem (where the MC helps out the contestant) is not random! See: http://en.wikipedia.org/wiki/Monty_Hall_problem My edits were removed as I had no references. :-( Maybe you can verify my statements, included...

Still can't find missing data - How do I get NA in xtabs with factors?
Farley, Robert · Jun 2, 2009 · r-help

The problem here is Table doesn't seem to have a way to weigh the data. > ToyData Data1 Data2 Data3 Weight 101 Sam Red Banana 1.1 102 Sam Green Banana 2.1 103 Sam Blue Orange 2.1 104...

Still can't find missing data - How do I get NA in xtabs with factors?
Farley, Robert · May 29, 2009 · r-help

Let's see if I understand this. Do I iterate through x <- factor(x, levels(c(levels(x), NA), exclude=NULL) for each of the few hundred variables (x) in my data frame? I tried to do this all at...

Can't find what you're looking for? Try searching with Google .