search for: sampn

Displaying 5 results from an estimated 5 matches for "sampn".

Did you mean: saman
2007 Oct 16
1
data structure for plsr
All, I am working with NIR spectral data and it was great to find that the example in ?plsr also used spectral data. Unfortunately, I am having difficulty figuring out how the "yarn" dataset is structured to allow for the plsr model to read: library(pls) data(yard) yarn.oscorespls <- mvr(density ~ NIR, 6, data = yarn, validation = "CV", method = "oscorespls")
2008 Aug 18
1
Survey Design / Rake questions
...tabs(~direction_ , EBSurvey) > XTTable direction_ EASTBOUND 345 > WBSurvey <- subset(SurveyData, direction_ == "WESTBOUND" ) > XTTable <- xtabs(~direction_ , WBSurvey) > XTTable direction_ WESTBOUND 307 > # > EBDesign <- svydesign(id=~sampn, weights=~expwgt, data=EBSurvey) > # svytable(~lineon+lineoff, EBDesign) > OnLabels <- c( "Warner Center", "De Soto", "Pierce College", "Tampa", "Reseda", "Balboa", "Woodley", "Sepulveda", "Van Nuys...
2012 Mar 07
4
Subset problem
Good Morning ??? I have a small question regarding the function subset. I am copying data from one table but I just want to collect data from a user. When do I take the view, presents the results I want. The problem arises when can I make the tab. for RES_ID, introduces me to zero results do not envision noVIEW val_user='16' x.sub <-
2008 Jun 17
1
read.spss {foreign} doesn't work over network?
...ery4/mrb_delivery.sav", : unable to open file > > SurveyData <- read.spss("C:/Data/R/mrb_delivery.sav", use.value.labels=TRUE, max.value.labels=Inf, to.data.frame=TRUE) > dimnames(SurveyData) [[2]] #Variable (column) names [1] "LANG" "SAMPN" "ROUTE_NU" "BLOCK_NU" "ROUTE" "TOD" [7] "DIRECTIO" "ASSIGN" "TRIPID_N" "HNAME" "HPHONE" "HADDRESS" [13] "HCITY" "HSTATE" "HZIP" &quot...
2012 Mar 15
2
summing "transfers"
I have a dataframe from an On-Board Survey with weights ("expwgt") and variables for up to 8 used lines: VEH1 through VEH8. The lines are labeled "MT-..1" through "MT-902". I want to know how many transfers there are between MT-802 and MT-901. That is, when one of them is VEHx and the other is VEHx+1 or VEHx-1 E.g. {VEH1 = MT-802 AND VEH2 = MT-901 } plus {VEH2 =