search for: urban

Displaying 20 results from an estimated 714 matches for "urban".

Did you mean: urbana
2008 Sep 17
3
Graphical Display of Values' Distribution
...2. I want to display graphically the distribution of these values (i.e. are they clustered towards either exteme? Or spread evenly?). What is a good way of doing this in R? I've tried a few things, including using the 'hist' command, but receive the following error message: > hist(urban.long[3]) Error in hist.default(urban.long[3]) : 'x' must be numeric ...which is strange because all the values *are* numeric! I also tried to create a scatter graph, but it's difficult as there isn't anything obvious to go on the 'y' axis. I've tried to create some ki...
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...fs/ChangeLog 2004-10-18 23:54:55.000000000 +0200 +++ /dev/null 2004-11-25 03:16:25.000000000 +0100 @@ -1,160 +0,0 @@ -ChangeLog for smbfs. - -2002-04-19 John Newbigin <jn@it.swin.edu.au> - - * Implementation of CIFS Extensions for UNIX systems, including soft - and hard links. - -2001-08-03 Urban Widmark <urban@teststation.com> - - * *.c: Unicode support - -2001-08-23 Jochen Dolze <dolze@epcnet.de> - - * proc.c: Correct rsize/wsize computation for readX/writeX - -2001-0?-?? Urban Widmark <urban@teststation.com> - - * *.c: Add LFS - * *.c: Move to a "driver" style...
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
...fs/ChangeLog 2004-10-18 23:54:55.000000000 +0200 +++ /dev/null 2004-11-25 03:16:25.000000000 +0100 @@ -1,160 +0,0 @@ -ChangeLog for smbfs. - -2002-04-19 John Newbigin <jn@it.swin.edu.au> - - * Implementation of CIFS Extensions for UNIX systems, including soft - and hard links. - -2001-08-03 Urban Widmark <urban@teststation.com> - - * *.c: Unicode support - -2001-08-23 Jochen Dolze <dolze@epcnet.de> - - * proc.c: Correct rsize/wsize computation for readX/writeX - -2001-0?-?? Urban Widmark <urban@teststation.com> - - * *.c: Add LFS - * *.c: Move to a "driver" style...
2013 Feb 14
4
lm regression query
Hello: I have a 4-column dataset: Crime, Education, Urbanization, Age. I want to construct a multiple linear regression to find the effect of Education, Urbanization, and Age on Crime" lm(Crime ~ Education + Urbanization + Age) If I use + in above statement, does it mean it will build a model to find the relationship between Crime and Education whe...
2005 Jul 18
1
dataframes of unequal size
I have two dataframes C and C1. Each has three 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=...
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...
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",&quot...
2004 Nov 23
2
Convergence problem in GLMM
...rom the lme4 package a generalized-linear mixed model that I had previously fit with glmmPQL() from MASS, I'm getting a warning of a convergence failure, even when I set the method argument of GLMM() to "PQL": > bang.mod.1 <- glmmPQL(contraception ~ as.factor(children) + cage + urban, + random=~as.factor(children) + cage + urban|district, + family=binomial, data=Bangladesh) # works! > bang.mod.1 <- GLMM(contraception ~ as.factor(children) + cage + urban, + random=~as.factor(children) + cage + urban|district, + family=binomial, data=Bangladesh, method=&qu...
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 ho...
2012 Nov 29
1
instrumental variables regression using ivreg (AER) or tsls (sem)
..., here are the R commands (reproducible example) from that site: # ------ begin R library(AER) library(lmtest) data("CollegeDistance") cd.d<-CollegeDistance simple.ed.1s<- lm(education ~ distance,data=cd.d) cd.d$ed.pred<- predict(simple.ed.1s) simple.ed.2s<- lm(wage ~ urban + gender + ethnicity + unemp + ed.pred , data=cd.d) # ------ end R This yields the following summary: summary(simple.ed.2s) Call: lm(formula = wage ~ urban + gender + ethnicity + unemp + ed.pred, data = cd.d) Residuals: Min 1Q Median 3Q Max -3.1692 -0.8294 0.1502 0...
1999 Nov 24
4
smbmount from fstab
I've seen several references to running smbmount from /etc/fstab, but I've never seen an example. Does anyone have an example fstab entry that does this? Thanks Steve Litt
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
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can read/write/delete/create. I have this as fstab entry //host/public /mnt/home smbfs auto,uid=user,umask=000,defaults,username=Perkins,password= see, i've had to put uid=user just to get it owned by user user, so i could edit files i put mode=777, but it does nothing. i want to let all users read/write/create/delete
2008 Aug 06
1
Problem in using MASS
Dear Sir I am very new user of R project. Sir I am a research scholar. I am doing work on fitting distributions. Sir in using MASS package I am facing the following errors for my data. fitdistr(urban$x, "gamma")Error in fitdistr(urban$x, "gamma") : 'x' must be a non-empty numeric vector Would you please help in this regard. Kind Regards Tayyaba _________________________________________________________________ Explore the seven wonders of the world BRE [[al...
2014 Jun 30
2
Sieve seems to break mailbody during automatic redirection
...direct to User C - User C geht the mailbody broken I did some debugging. This is a part of the mailbody which i grabbed from the mailqueue before the mail gets delivered to user B: ... Message-ID: <53B12105.2020207 at domain.net> Date: Mon, 30 Jun 2014 10:34:13 +0200 From: =?ISO-8859-15?Q?Urban_L=F6sch_Enas?= <userA at domain.net> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Urban Loesch <userB at domain.net> Subject: testmail 5 X-Enigmail-Version: 1.6 Content-Type: multipart/mixed; boundary="------------040...
2015 Aug 04
2
451 4.3.0 Temporary internal failure
...tion to change the tmp directory in dovecot.conf, it would be very helpful. I can't find it. I can't increase the size of tmp, its not an partition and even my provider don't knows how it can be possible that the tmp directory is limited to 1 MB. Regards Noctua On 2015-08-03 20:20, Urban Loesch wrote: > Hi, > > according to dovecot.conf lmtp stores all mails temporarily in "/tmp/" > that are bigger than 256KB. You can change the directory in > dovecot.conf or you should increase the /tmp/ size. It could be that > /tmp/ is a ramdisk. Check /etc/fstab....
2011 Jun 02
1
Paid R Help
...omeone 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 control ar...
2006 Aug 20
1
omindex patch
...her largish omindex.cc patch with ChangeLog. It needs autoreconf to update configure and the Makefiles. Note that unrar is not patent infected, only rar, the compressor. I've put some AC_PATH_PROG checks into configure for all helpers. The patch is not yet complete. 2006-08-18 15:13:32 Reini Urban <reinhard.urban at avl.com> omega-0.9.6b: * omindex.cc: last_mod as value. Add HAVE_UNRAR, HAVE_MSGCONVERT, HAVE_READPST, HAVE_CATDOC checks. Add options --verbose, --silent * configure.ac: Add HAVE_CATDOC 2006-08-17 18:06:26 Reini Urban <reinhard.urban at avl.com> ome...
2003 Jun 19
1
Samba & Unicode
With the final release of 2.4.21, would it be appropriate for Urban to consider updating all of the2.4.18 smbfs patches as a single file. I've had a problem for a while where I'm trying to mount my shares on a windows 2000 server with some (french canadian) accentuated characters in the file names and directory names, which smbfs mounts with question marks...
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...