search for: hglt10rawperc

Displaying 2 results from an estimated 2 matches for "hglt10rawperc".

2010 Jul 12
0
Error in storage.mode(test) <- "logical"
..."0:2='National'; else='Facility'") , HGBmt12_Natl_Ave_or_Facility = recode(HGBL12_F_2007,"0:26='National'; else='Facility'") , URRmt65_Natl_Ave_or_Facility = recode(URRG65_F_2007,"96:100='National'; else='Facility'") , HGlt10RawPerc = ifelse(HGBlt10_Natl_Ave_or_Facility == "Facility",yes1,no1) , HGmt12RawPerc = ifelse(HGBmt12_Natl_Ave_or_Facility == "Facility",yes2,no2) , URRmt65Perc = ifelse(URRmt65_Natl_Ave_or_Facility == "Facility",yes3,no3) , HGBlt10Points<-recode(HGlt10RawPerc ,"-...
2010 Jul 23
1
FW: recoding problem
Hi, I am trying to recode the output from a matrix(here is a small snippet of it): HGlt10RawPerc2008[1:20] [1] -5 0 -1 -1 0 2 3 -5 -2 0 2 0 1 -2 3 0 4 1 4 2 Here is the code I am using to recode it: HGBlt10Points2008 = recode(HGlt10RawPerc ,"-100:0.0=10;...