Displaying 20 results from an estimated 7000 matches similar to: "Community in each Country"
2003 Apr 03
0
Call for papers
"CALL FOR PAPERS"
THE ISLAMIC SOCIETY IN SOUTH EAST ASIA CONFERENCE ON
STATISTICAL AND MATHEMATICAL SCIENCES
BANDUNG, 25 - 26 APRIL 2003
Fakultas Matematika dan Ilmu Pengetahuan Alam
Universitas Islam Bandung
Jalan Tamansari No. 1, Bandung 40116
Telepon +62 22 4203368 Ext. 136 or 135
Facsimile +62 22 4263895
E-mail: - fmipa_unisba at yahoo.com
- wanda at
2008 Dec 13
6
Country numbering plan resources
Is there any good free / accurate online resources with detailed country
numbering plans? Failing that let's get something running ourselves.
I was also thinking maybe people present could contribute some information on
this list for now. The countries I am after are below.
To start this off I will provide the information for Australia +61 and New
Zealand +64.
NZ Cellular:
area code 21
2009 May 30
1
Spatiotemporal correlation function
Hi,
I'm trying to compute the spatiotemporal correlation matrix by using Delta Kronecker products of spatial and temporal correlation matrix in R, but didn't find any delta Kronecker's operator in R. The operators in matrix such as multiplication, addition, eigen values/vector and etc is easily to find and used.
Could someone help me, please?
Cheers.
Firdaus
2010 Nov 02
1
Libvirt and LXC
(oops accidentally sent to -owners)
Hi, i'm trying to start a LXC guest on a F14 computer .. followed the
examples in http://libvirt.org/drvlxc.html, but got stuck when
starting it ..
03:07:23.706: debug : virCgroupNew:542 : New group /
03:07:23.707: debug : lxcControllerRun:563 : Setting up private /dev/pts
03:07:23.711: debug : lxcControllerRun:589 : Mouting 'devpts' on
2005 Nov 11
4
wiki & our community
I've noticed many people manually entering .. [[User:*|*]] on the talk pages to
sign their contributions..
Just a friendly note that "--~~~~" is shorthand for your signature w/ timestamp.
I just recently learned that, myself.
In addition, I'd like to say how awesome our little community of hackers have
been oven the past week. IRC, email, the lists, and the wiki have
2011 Mar 01
2
Entering table with multiple columns & rows
Hi,
I'm having difficulty with getting a table to show with
multiple rows and columns. Below is the commands that I've typed in and
errors that I am getting. Thank you.
Laura
Table trying to enter:
Diet: Binger-yes: Binger-No: Total:
None 24 134 158
Healthy 9 52 61
Unhealthy 23 72 95
Dangerous 12 15 27
>
2018 May 04
2
Regression model fitting
Hi all ,
I have a dataframe (Hypertension) with following headers :-
> Hypertension
ID Hypertension(before drug A) Hypertension(On drug A) On drug B? Healthy diet?
1 160 90 True True
2 190
2011 Oct 20
1
p-val issue for ranked two-group test
Hi-
I'm wondering if anyone can help me with my code. I'm coming up dry
when I try to get a p-value from the following code. If I make a
histogram of my resampled distribution, I find the difference between
by groups to be significant. I've ranked the data since I have
outliers in one of my groups.
mange= c(35, 60, 81, 158, 89, 130, 90, 38, 119, 137, 52, 30,
27,
2005 Apr 11
0
plotting Principle components vs individual variables.
Dear R,
I'm trying to plot the first principle component of an analysis vs the first
variable but am having trouble. I have no trouble doing the initial plot
but have difficulty thereafter.
First I want to highlight some points of the following data set
list(running)
[[1]]
X100m X200m X400m X800m X1500m X5K X10K Marathon
Argentina 10.39 20.81 46.84 1.81
2009 Oct 14
1
Beginning R help?
Hi all,
I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and
I'm wondering about the first exercise in chapter 3:
I imported the data from BirdFluCases.txt and executed the 'names' and 'str'
functions as follows:
Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE)
names(Bird)
[1] "Year"
2011 Mar 02
4
Contingency table in R
Hi,
I have a table in R with data I needed and need to create a contingency table out of it. The table I have so far looks like this:
Binger
r
DietType No Yes
Dangerous 15 12
Healthy 52 9
None 134 24
Unhealthy 72 23
These are the error messages that I keep getting whenever I try to get a contingency table. I'm not sure why it won't work
2007 Apr 11
1
Why warnings using lmer-model with family=binomial
Hi all!
My question is why, and what I can do about that
I sometimes, but not always, get warning-messages like
nlminb returned message singular convergence (7)
in: LMEopt(x = mer, value = cv)
or
IRLS iterations for PQL did not converge
when trying to fit a model looking like this:
lmer<-(cbind(Diseased,Healthy)~Fungus+(1|Family)+(1|Fungus:Family),
family="binomial") to four
2012 Jul 24
1
Forum CentOS Indonesia
Dear All,
Forum discuss (Indonesia) about CentOS have done, so if you can join
this forum you can register on this site http://forum.centos-id.org/
comments and suggestions will be very helpful for the progress this
forum :)
Thank you very much
--
http://mafatahna.web.id
2020 May 06
2
Nodes in CTDB Cluster don't release recovery lock
Hello all,
First of all, apologies if this isn't the right location for this question,
I couldn't find a CTDB specific mailing list or IRC so I figured the
general one would be appropriate. Please let me know if this question is
better placed elsewhere.
I'm trying to test clustered samba and have a two node CTDB setup
(Following the guide here:
2005 Apr 11
1
plotting Principal components vs individual variables.
At the cost of breaking the thread I'm going to change your subject and
replace 'Principle' by 'Principal'. I just can't stand it any longer...
OK, here is how I would solve your other problems. First put
> wh <- c("USA", "New Zealand", "Dominican Republic",
"Western Samoa", "Cook Islands")
> ind
2006 May 22
0
svn commit problem with file column plugin?
hello,
why i always got this error (svn commit problem) whenever i use
file_column plugin? especially that tmp dir..
svn: Commit failed (details follow):
svn: Working copy
''/Users/arie/my_app/public/user/logo/tmp''
is missing or not locked
i searched on and on but i couldn''t solve it, some said it''s all about
.svn not found in that directory, but how come
2009 Oct 14
1
R neophyte question.
Hi all,
I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and
I'm wondering about the first exercise in chapter 3:
I imported the data from BirdFluCases.txt and executed the 'names' and 'str'
functions as follows:
Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE)
names(Bird)
[1] "Year"
2008 Sep 04
1
text file imported incorrectly
Dear R-users,
When I tried to import a text file (tab delimited) which has 2000+ rows with the following command (With the importData in S, it works though),
x <- read.table(textfile, sep= "\t", skip=5, stringAsFactors=F)
I received the following warning message: Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,: number of items read is not a multiple of
2007 Apr 08
1
Confidence-Intervals.... help...
Hi...
I have to use R to find out the 90% confidence-interval for the sensitivity
and specificity of the following diagnostic test:
A particular diagnostic test for multiple sclerosis was conducted on 20 MS
patients and 20 healthy subjects, 6 MS patients were classified as healthy
and 8 healthy subjects were classified as suffering from the MS.
Furthermore, I need to find the number of MS
2017 Jun 10
2
errror al determinar puntos óptimos de corte (librería: OptimalCutpoints)
Hola a todos,
Al ejecutar el código que veis más abajo:
library(OptimalCutpoints)prediccion<-c(0.49165923,0.52759793,0.30213400,0.33468349,0.14979703,0.47401846,0.52216404,0.42018794,0.92168073,0.76893929,0.83362668,0.38251162,0.70803701,0.49165923,0.94462558)
real<-c(0,1,0,0,0,0,1,1,1,1,1,0,1,0,1)datos_OPTIMO<-cbind(prediccion,real)
cutpoint1 <- optimal.cutpoints(X =