search for: rural

Displaying 20 results from an estimated 134 matches for "rural".

2011 Jun 02
1
Paid R Help
...to pay someone to help write some R code. Inputs: Study identifier: ID Number for the study, each ID number is for one study only each block set should only be used for that study. This will require that you store the results from the blocks someplace on the file system. Trait #1: dichotomous rural / urban Trait #2: dichotomous sick / healthy Assignment Ratio: a number between 0 and 1, usually .5 but, for this study it would be .67. Indicating the % of participants to be randomized to the intervention arm. 1-the Assignment Ratio will be the number of participants to be randomized to the co...
2005 Oct 09
1
enter a survey design in survey2.9
Hi dears, I expect that Mr Thomas Lumley will read this message. I have data from a complexe stratified survey. The population is divide in 12 regions and a region consist to and urban area and rural one. there to region just with urbain area. stratification variable is a combinaison of region and area type (urban/rural) In rural area, subdivision are sample with probabilties proporionnal to size in population then enuration area are sample in selected division and finally households are se...
2003 Oct 17
1
Asterisk in a rural project
We have working in a rural project and I have selected Asterisk. Because * will work with a prepay system we need a precise answer supervision for outgoing calls. The pilot system will have 8 trunks to PSTN. The Telephone Company provides EURO BRI and analog CO trunks. On CO trunks the answer supervision is reversal pola...
2008 Sep 23
2
Creating a Legend
Dear all, I'm trying to create a legend for my graph. I hope to have the title as "Land Use Type" and the two elements being "Urban" and "Rural" with a red point and green point respectively. So far I have the following command, but obviously it isn't correct: > legend("topright", title="Land Use Type", cex=0.75, pch=16, col="red","Urban"&"green","Rural", ncol=2)...
2010 Nov 04
2
How to do bootstrap for the complex sample design?
Hello; Our survey is structured as : To be investigated area is divided into 6 regions, within each region, one urban community and one rural community are randomly selected, then samples are randomly drawn from each selected uran and rural community. The problems is that in urban/rural stratum, we only have one sample. In this case, how to do bootstrap? Any comments or hints are greatly appreciated! Faye [[alter...
2006 Feb 05
1
3-dimensional table
Hi, Last week my class conducted an experiment by putting out clay caterpillars to look at the effects of urbanization, color, and location on caterpillar predation. There were two sites (urban, rural), three colors (green, yellow, red) and two locations at each site (edge, interior). The entire data set is below. I've checked out the MASS book, Dalgaard's book, and the R-help archives and I haven't found anything that suggests how to set up a spreadsheet for the xtab function (say...
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...14", "15", "16", "17", "18", "19", "20", "21", "22", "23"), first=TRUE) #f <- mpr100 ~ time + nhb + hispanic + other + # rural + hrural + # factor(age) + factor(gender) + factor(mstat) + factor(svcpct2) + nvaclass + # a1cgrp8 + anemdef + cbd + chf + chrnlung + htn_c + # hypothy + obese + perivasc + pulmcirc + tumor + # depress +...
2005 Jul 18
1
dataframes of unequal size
...hree columns viz. state, psu and weight. The dataframes are of unequal size i.e. C1 could be 2/25/50 rows and C has 42000 rows. C1 is the master table i.e. C1$state, C1$psu and C1$weight are never the same. ThisA. P., Urban, 0 is not so for C. For example C state, psu,weight A. P., Urban, 0 Mah., Rural, 0 W.B., Rural,0 Ass., Rural,0 M. P., Urban,0 A. P., Urban, 0 ... C1 state, psu, weight A. P., Urban, 1.3 A. P., Rural, 1.2 M. P., Urban, 0.8 ...... For every row of C, I want to check if C$state==C1$state and C$psu==C1$psu. If it is, I want C$weight <- C1$weight, else C$weight should be zero....
2006 Jun 12
2
Combinig two data frames
Dear all r-users, Suppose I have two data frame: A 1 3 4 5 2 and B 5 6 3 5 Now I want combine this two data frames without losing any value from either data frame. More precisely I want to see A B 1 5 3 6 4 3 5 5 2 NA I tried with cbind function but failed, as it only works when two data frames have equal number of rows. Can anyone suggest me any code that can be used for any
2019 Oct 24
4
calculo porcentaje de subcategirías para individuos diferentes
...menos de 1000 datos. Necesito saber el % de uso de hábitat natural. Es un sencillo cálculo de porcentaje, pero me gustaría hacerlo mas automatizado para no tomar tanto tiempo en correrlo manualmente. Entonces tengo una columna con la ID de cada perro, y otra con las categorías de ambiente (urbano, rural y mar). He calculado el promedio con este script para el perro 1: ## encontrar el numero total de zonas naturales por perro P01 <-subset(TODOS, TODOS$ID=="P01") ruralP01 <- subset(P01,P01$Zone=="rural") marP01 <- subset(P01,P01$Zone=="mar") nrow(P01) nrow(r...
2009 Oct 31
3
OT - Number Portability
Sorry for the off-topic, but perhaps this will be of interest to other asterisk based ITSPs. We are starting service in a rural area where the ILEC has the rural "monopoly". From what we have read in the FCC docs this does NOT exempt them from number portability, but what does it take for us to qualify to receive their numbers? To date we simply have a few voice trunks to them, and a set of DID numbers we pu...
2010 Mar 25
0
Counting a number of "elements" in an object
...is has been answered. I have researched this to the best of my ability, that's not to say the answer isn't in the archives just I am a new user and I don't know the proper terms to search under. I have an object: f <- mpr100 ~ time + nhb + hispanic + other + rural + hrural + factor(age) + factor(gender) + factor(mstat) + factor(svcpct2) + nvaclass + a1cgrp8 + anemdef + cbd + chf + chrnlung + htn_c + hypothy + obese + perivasc + pulmcirc + tumor + depress + ps...
2009 Feb 02
1
Broke ggplot...
...a silly little issue.   For some reason the following does not produce a histogram with fill due to the Person's characteristics: (Note that VADeaths_flat_df$Data works fine...)     VADeaths_df<-data.frame(VADeaths) VADeaths_flat_tmp1<-data.frame(Data=as.numeric(as.character(VADeaths_df$Rural.Male)), Person="Rural.Male") VADeaths_flat_tmp2<-data.frame(Data=as.numeric(as.character(VADeaths_df$Rural.Female)), Person="Rural.Female") VADeaths_flat_tmp3<-data.frame(Data=as.numeric(as.character(VADeaths_df$Urban.Male)), Person="Urban.Male") VADeaths_flat_tm...
2009 Mar 25
4
live audio feed via telephone link
I'm looking into costs and feasibility of moving a live feed from a FM radio station from the station to a point that's past the usable range of their radio signal. It's a rural location and Internet service is not available at the station. If the destination was closer or their transmitter was more powerful, I could avoid this step and just plug in a radio, but.... My best idea so far is to rent a dedicated phone line from the station to the point where we need the feed...
2008 Jul 16
4
Likelihood ratio test between glm and glmer fits
...need to test the difference between the ordinary logistic regression from a glm() fit and the mixed effects fit from glmer(), basically I want to do a likelihood ratio test between the two fits. The data are like this: My outcome is a (1,0) for health status, I have several (1,0) dummy variables RURAL, SMOKE, DRINK, EMPLOYED, highereduc, INDIG, male, divorced, SINGLE, chronic, vigor_d and moderat_d and AGE is continuous (20 to 100). My higher level is called munid and has 581 levels. The data have 45243 observations. Here are my program statements: #GLM fit ph.fit.2<-glm(poorhealth~RURAL+SM...
2012 Oct 28
1
Tabular datos de Encuesta Continua de Hogares
...na rutina de R para poder generar la tabla. El data.frame se llama ECH2009. Cuenta con las siguientes variables para este caso: idhogar region estrato integranteshogar expansor ingpercapsvl Computador TvAbonado Internet 1 capital 1 2 33 62944 1 1 1 2 interior urbano 2 3 25 4949 1 2 2 3 interior rural 3 6 32 6185 1 1 2 4 capital 4 2 18 8041 1 2 2 5 interior urbano 5 3 13 12100 1 2 1 6 interior rural 6 3 26 6950 1 2 2 7 capital 7 4 33 35716 1 2 2 8 interior urbano 8 4 17 29575 2 2 2 9 interior rural 9 4 24 4656 1 2 2 10 capital 1 3 26 1733 2 1 2 11 interior urbano 2 6 27 2800 1 2 1 12 in...
2012 Oct 29
0
Tabular datos de Encuesta Continua de Hogares}
...ar la tabla. El data.frame se llama ECH2009. Cuenta con las > siguientes variables para este caso: > > idhogar region estrato integranteshogar expansor ingpercapsvl Computador > TvAbonado Internet > 1 capital 1 2 33 62944 1 1 1 > 2 interior urbano 2 3 25 4949 1 2 2 > 3 interior rural 3 6 32 6185 1 1 2 > 4 capital 4 2 18 8041 1 2 2 > 5 interior urbano 5 3 13 12100 1 2 1 > 6 interior rural 6 3 26 6950 1 2 2 > 7 capital 7 4 33 35716 1 2 2 > 8 interior urbano 8 4 17 29575 2 2 2 > 9 interior rural 9 4 24 4656 1 2 2 > 10 capital 1 3 26 1733 2 1 2 > 11 interior...
2008 Jul 11
1
Sipura 3000 replacement ---> SPA3102 how reliable is it?
I need another Sipura 3K and the replacement I think is Linksys SPA3102. Any input on how reliable is it? -- #Joseph GPG KeyID: ED0E1FB7
2012 Jan 10
3
problem installing packages
...tried downloading the version 2.14.0 and I had the same problem. I re-installed the old version, and now it works again. Is this a problem with 2.14? Thank you for your help. Natalia Norden Natalia Norden Profesor Asistente Departamento de Ecología y Territorio Facultad de Estudios Ambientales y Rurales Pontificia Universidad Javeriana Bogotá, Colombia Tel: 320 83 20 ­ Ext: 2448 www.phylodiversity.net/nnorden/ [[alternative HTML version deleted]]
2009 Aug 27
0
Universal Services Fund taxes now apply to VoIP end-users.
...9/USAC-USF-overview.pdf -The FCC now requires all VoIP telecom providers terminating and originating to the PSTN to charge Universal Services Fund tax to end user customers. -USF is 8.4% of revenue for VoIP Telco's. -Last year USAC collected and dispersed seven BILLION dollars for libraries, rural health care centers, high cost rural Telco's and low income subscribers. -The vast majority of funds go to rural Telco's. I guess it was inevitable. -Karl