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.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080617/b78a6377/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081029/2d8ef7a1/attachment.pl>
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>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081105/70220785/attachment.pl>
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
"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...
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...
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...
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...
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 .