Displaying 20 results from an estimated 259 matches for "villages".
Did you mean:
village
2011 Aug 15
2
Delayed_Job: code working fine without .delay / with .delay it fails. Why?
Hi all,
I wrote a simple code to set up the "pit_id" from a village table from
1 to 2, from 2 to 3 and so on.
It works fine without .delay . But i need it so whats wrong with that
code?
#village_controller
def post_info
@village = Village.find(params[:id])
@village.delay.upgrade
flash[:notice] = "Upgrading"
redirect_to village_url(@village)
end
2024 Aug 02
2
grep
Good Morning. Below I like statement like
j<-grep(".r\\b",colnames(mydata),value=TRUE); j
with the \\b option which I read long time ago which Ive found useful.
Are there more or these options, other than ? grep? Thanks.
dstat is just my own descriptive routine.
> x
?[1] "age"????????? "sleep"??????? "primary"????? "middle"
?[5]
2024 Aug 02
1
grep
?s 02:10 de 02/08/2024, Steven Yen escreveu:
> Good Morning. Below I like statement like
>
> j<-grep(".r\\b",colnames(mydata),value=TRUE); j
>
> with the \\b option which I read long time ago which Ive found useful.
>
> Are there more or these options, other than ? grep? Thanks.
>
> dstat is just my own descriptive routine.
>
> > x
> ?[1]
2012 May 16
1
clusters in zero-inflated negative binomial models
...NB=glm.nb(formula = Count ~ District+Site+Survey, data = B)
ZINB=zeroinfl(formula = Count ~ District+Site+Survey, dist="negbin", data = B)
Vuong(NB,ZINB)
I have tried this and it works very elegantly.
However, the animal collections were only done in 4 districts, and in each district 3 villages were chosen (a total of 12 villages). This should be included in the design. The package survey allows this for the standard negative binomial model, but it seems to me that it is not possible for the zero-inflated NB. So, my question is two-fold:
1. Is a zero-inflated NB possible in the survey pa...
2008 Mar 18
0
Walds Z in a mixed model
I recently reviewed a paper that used Wald's Z in a mixed model
analysis. The dataset (see end of message for complete dataset) has
individual animals (SAMPLE) from within social groups, from within
geographic regions. Y is the response variable. The paper ran a mixed
model with year and region as fixed effects, group a random effect
nested within region, and sample nested within group. I
2008 Aug 05
1
Labeling lines in xyplot
...ith the name of the village, instead of using a legend. Can
someone please let me know how to do it.
Thanks in advance -- John
Pop=c(1406,1862,2333,2664,2685,2521,2726,0,0,0,0,214,289,365,900,952,1002,1205,1041,942,1004,
616,806,859,991,865,810,399,7200,9136,11389,12634,13114,13417,12670)
Villages=rep(c("Kabo", "Loundoungou", "Ndoki 1", "Ndoki 2",
"Pokola"),each=7)
Year=rep(c(2000,2001,2002,2003,2004,2005,2006),7)
xyplot(Pop~Year, groups=Villages,type="b",
main="Population of logging villages",...
2011 Apr 11
0
model specification: help needed
...ed in three years,
random factor
village: level 1:2 # the level is much higher just three are shown as
example, random factor
Farm : level 1:9 # the level is much higher just three are shown as example,
random factor
Variety: 10 variety were grown (may or not be different at different years,
farm, villages, some of them were repeated) (fixed effect)
Thus layout of treatment structure would like the follows for each year -
Year[1]
Villlage[1]
Farm[1]
Variety: 1, 2, 8, 9, 6, 5
Farm[2]
Variety: 6, 8,...
2008 Jan 09
0
Beginner: How to use data from external Database
Hi,
im new to RoR so sorry if the questions sounds stupid to you.
Im trying to build a tool for a browsergame.
The game allows access to its database and the db looks like this:
table villages:
`id` int(9) unsigned NOT NULL default ''0'',
`x` smallint(3) NOT NULL default ''0'',
`y` smallint(3) NOT NULL default ''0'',
`tid` tinyint(1) unsigned NOT NULL default ''0'',
`vid` int(9) unsigned NOT NULL default ''0...
2009 Aug 03
1
CentOS village @ HAR
Hey
I am just organizing the CentOS village at HAR and need a rough
estimate of people who will be attending.
What do people want? Shall the CentOS people have their own party
tent? We are currently with the Fedora people. I will also post on the
SL mailing list.
Hope to see you all at HAR?
Cheers Didi
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype : ribalba
2013 Feb 18
2
How to label percentage values inside stacked bar plot using R-base
...to be 100% for each village but they don't
sum up to 100%.
Here is the data that am working on:
Village 100 200 300 400 500
Male 68.33333 53.33333 70 70 61.66667
Female 31.66667 46.66667 30 30 38.33333
In summary, there are five villages and the data showing the head of
household interviewed by sex.
I have used the following command towards plotting the graph:
barplot(mydata,col=c("yellow","green")
x<-barplot(mydata,col=c("yellow","green")
text(x,mydata,labels=mydata,pos=3,offset=.5)
Ple...
2017 May 04
0
SHA2017 - Nouveau Village - Anybody wanna help?
Hi everybody,
I bought my SHA2017 ticket and actually plan to create a little
Nouveau village here to talk about Nouveau and maybe teach others some
reverse engineering or just to hang out with people interested in the
project or whatever.
Big question: Who wants to help out or join me on that quest?
Sha will be on august 4th to 8th, most likely I will be there a few
days before the start and
2009 Jul 03
0
HAR CentOS village
Hey
I am organizing the CentOS village at HAR2009 with the Fedora guys.
Now I would like to know how many people the CentOS crowd would
consist of. It should be a good laugh with a own hack tent and loads
of fun.
Please update the wiki [1] or reply to this thread.
Cheers Didi
[1] http://wiki.centos.org/Events/HAR2009
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype
2013 Apr 24
1
R Interactive Mode
Dear all,
We are doing some research about the time series analysis of NDVI, and
we found the NDVITS package which is a very great tool.
Unfortunately when we run it, after TimeSeriesAnalysis it asks to enter
"Village or Country".
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
2012 Sep 25
1
Three Stage Sampling of categorical variable using 'survey' in R
...eration area.
The design would be to select 50 out of 150 Upazila's (sub-districts) as
PSU using probability proportionate to size.
The second stage would be 6 village-groups out of an average of 250
village-groups per Upazila using PPS
use SRS to select 26 households in each of the 6 selected villages per
Upazila. Total sample size 7800
Household is the BSU and where we need to calculate information on the
individual level we are confident to be able to correct the sample weights
for that.
In the two stage sampling I managed to optimise in other projects I could
base the sample design based on...
2004 Aug 31
5
OT: Headset for Cisco 7960?
Sorry, I know it's OT, but does anyone know of a relatively inexpensive
headset that is compatible with the Cisco 7960?
I've tried the headset off Norstar phones, doesn't seem to work with or
without the amp.
------------------------------------------------------------------------
| nate carlson | natecars@natecarlson.com | http://www.natecarlson.com |
| depriving some poor
2013 Apr 23
1
One more question please...
I executed the code in rstudio successfully:
library("ndvits", lib.loc="/home/vahe/R/i686-pc-linux-gnu-library/2.15")
ndvidirectory=paste(system.file("extdata/VITO_Mzimba",
package="ndvits"), "/", sep="")
region="Mzimba"
Ystart=2004
Yend=2006
shape="SLP_Mzimba"
2013 Apr 24
1
Simulate user input in R
Dear all,
Can we simulate user input in R ?
for example if we have a function which needs an input from the user to
continue its work, can we automate this step (simulate the input...)
Here is the sample:
choose between one of the grouping factor available :
c("Village", "Country")
we need to enter Village or Country to continue.....can I automatically
pass one of the values
2001 May 02
5
Help with quota setting...
Good afternoon, guys!!!
I am wondering whom among you already have a quota set for your users?
You see, I am finding it hard to get a good combination between the
number of inodes to set and the number of blocks to set as well.
My ideal setting is at least 15MB to 20MB per user. I am using SuSE
7.0 kernel 2.2.16 using Samba 2.0.7.
Any ideas??? Any help regarding this would greatly help...
2010 Jul 10
8
Simple solution for small network in a school ?
Hi,
I have to install a small network in a school in a nearby village. The
network will be Linux-only, one server and fifteen desktops. Here's the
idea.
1) Authentication should be managed centrally on the server.
2) User home directories should also be on the server.
3) Users should all have disk quotas, something like 1 GB per user.
4) Some shared directories should be read/write for
2010 Mar 27
5
producing a QQ plot.
Hello everyone I'm a beginner in Stats and R, I'm using R 2.10.1. I need to
create a multivariate qq plot, there is 8 variable group with each has 55
number of input. An example of what I did so far, just to get my point out:
> data=read.csv(file.choose(),header=T)
> data
country village group av_expen P2ary_ed no_fisher
1 Cook Islands Aitutaki D