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”

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

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080617/b78a6377/attachment.pl>

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

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081029/2d8ef7a1/attachment.pl>

How do I get xtabs to show missing data?
Farley, Robert · Feb 18, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090218/0cac6214/attachment-0001.pl>

How do I read a text (.csv) file to match a matrix/cross tab? (Object confusion??)
Farley, Robert · Nov 5, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081105/70220785/attachment.pl>

NotePad++ Syntax file
Farley, Robert · Aug 10, 2009 · r-help

Yes, I've already D/Led and installed. It looks good, although I've already tweaked some settings :-) it's a great way to get all the commands in. Robert Farley Metro www.Metro.net -----Original Message----- From: r-help...

Digest setting won't "take"
Farley, Robert · Oct 31, 2008 · r-help

No Joy. :-( I've tried with both IE (7.0) and Firefox (3.0.3) and the same thing happens. Firefox has cookies enabled, and I set IE to explicitly allow http://www.r-project.org/ cookies. Robert Farley Metro...

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

While I'm trying to catch up on the statistical basis of my task, could someone point me to how I should fix my R error? Thanks ######################################################################## #### > library(survey) > SurveyData <- read.spss("C:/Data/R/orange_delivery.sav", use.value...

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

Still no joy. :-( I see a number of things that bother me. 1) str(ByEBNum$StnTraveld) says "int [1:12] 1 2 3 4 5 6 7 8 9 10 ..." Even though "StnTraveld <- c(as.factor(1:12))" 2) ByEBOn...

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

I don't see this on Nabble, so I'll re-post. Apologies if I missed it.. Still no joy. :-( I see a number of things that bother me. 1) str(ByEBNum$StnTraveld) says "int [1:12] 1 2 3...

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

I *think* I'm making progress, but I'm still failing at the same step. My rake call fails with: Error in postStratify.survey.design(design, strata[[i]], population.margins[[i]], : Stratifying variables don't match To my na?ve...

Simple (?) subset problem
Farley, Robert · Aug 14, 2008 · r-help

BINGO! > str(SurveyData$direction_) Factor w/ 2 levels "EASTBOUND ",..: 1 1 1 1 2 2 1 1 2 1 ... > levels(SurveyData$direction_) [1] "EASTBOUND " "WESTBOUND " > Was my mistake in how I read the data? SurveyData <- read.spss("C:/Data/R...

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

I can't get the syntax that will allow me to show NA values (rows) in the xtabs. > # unfortunatly I don't see how to get that to run > XTTable <- xtabs(wt_annual ~ Mode_orig_only + connector, exclude=NULL, na...

NotePad++ Syntax file
Farley, Robert · Aug 10, 2009 · r-help

I'm using Notepad++ because it has Hex editing, Column editing, and Syntax highlighting for many languages, including awk, Batch Files, and Python built in, and I've added "User Syntaxes" for M2 macros, and R. I tried to find...

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

That seems to work for the toy data. How do I implement this change with my real data, which are read from very large Stata and SPSS files and keep the factor definitions? Won't I be losing information (and...

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

I'm feeling like I just don't get it. My attempt at rake now fails with: Error in postStratify.survey.design(design, strata[[i]], population.margins[[i]], : Stratifying variables don't match The factors in the data frame looks...

Constrain density to 0 at 0?
Farley, Robert · Jul 20, 2010 · r-help

"Read the help page for density more carefully. Especially the bw and from arguments." Yes, it was my inability to make sense of the help page that motivated my email. My distances range from 0.4 to 7.6 but...

How to draw the graph of f(x,y) = x * y ?
Farley, Robert · Sep 24, 2008 · r-help

You could always try F(x,y) = f(x) + 0*y That is "zero out" the degenerate dimensions. Of course you'll be plotting what is essentially a two dimensional object as if it were three dimensional. The degeneracy in...

Simple Question: adding points to a boxplot
Farley, Robert · Aug 7, 2009 · r-help

Sorry to keep bothering you all. Phil's easy fix got my code working and I have my graphic. Just for my education: Is there a SIMPLE way to verify/ensure that the ordering of the data is the same...

summing "transfers"
Farley, Robert · Mar 16, 2012 · r-help

I just want the weighted sum of all the cases where either route is found in VEHx and the other is found in the previous or subsequent variable. The only examples I can think of producing are the following: # > OBDataSumm...

Simple Question: adding points to a boxplot
Farley, Robert · Aug 10, 2009 · r-help

I think there's a miss-understanding of my datasets, and why I'm asking this question. I have one dataframe with ~18 observations ("actual" data) each of ~40 things. I independently made an estimate using a very complex model...

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