search for: ankara

Displaying 18 results from an estimated 18 matches for "ankara".

Did you mean: angara
2012 May 23
2
Special characters in an R package manual
...;greater than or equal", I tried "\geq", but R says that this is an unknown macro. Could anyone direct me how to solve this issue? Best Ozgur ----- ************************************ Ozgur ASAR Research Assistant Middle East Technical University Department of Statistics 06531, Ankara Turkey Ph: 90-312-2105309 http://www.stat.metu.edu.tr/people/assistants/ozgur/ -- View this message in context: http://r.789695.n4.nabble.com/Special-characters-in-an-R-package-manual-tp4631043.html Sent from the R help mailing list archive at Nabble.com.
2012 Mar 03
3
submission of some functions to base package
...which might be supposed to available in the base package but not available. I am wondering that how can I submit those functions to that package? Best Ozgur ----- ************************************ Ozgur ASAR Research Assistant Middle East Technical University Department of Statistics 06531, Ankara Turkey Ph: 90-312-2105309 -- View this message in context: http://r.789695.n4.nabble.com/submission-of-some-functions-to-base-package-tp4441804p4441804.html Sent from the R help mailing list archive at Nabble.com.
2006 Jul 24
2
Correlations by group
...running Windows XP. On occasion I am required to calculate up to a quarter of a million individual correlations, so any help would be very much appreciated. Best wishes, Peter James Lee _________________________ Peter James Lee Assistant Professor Psikoloji Bölümü Bilkent University Bilkent Ankara Turkey 06800 e-mail: peterjl@bilkent.edu.tr office: (90) 312 290 1807 home: (90) 312 290 3447 website: http://www.bilkent.edu.tr/~peterjl/index.html _________________________ [[alternative HTML version deleted]]
2003 Oct 31
2
Therotical basis of Kriging
hello I want to know about therotical basis of Kriging in elemantary level. I will appreciate if anyone sends me address,link,e-documents, etc.. kind regards -- Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}
2012 May 31
2
Loop question
Hello, I have a dataframe (Lx) with 5 Lb, and 5 Lw variables. I want to create several variables according to the loop presented below (data attached). Lx <- read.csv("Lx.csv", header=T, sep=",") for (i in 1:20) { Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i] Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i] Lx$sb3[i] <- Lx$Lb3[i+1]/Lx$Lb3[i] Lx$sb4[i] <-
2012 May 31
1
Warning message: numerical expression has 1000 elements: only the first used
...e your problem: sum.vec <-NULL for (x in 1:1000){ t <- rbinom(1000, 1, 0.5) v <- replace(t,t==0,-1) sum.vec<-c(sum.vec,sum(v[1:x])) } Best Ozgur ----- ************************************ Ozgur ASAR Research Assistant Middle East Technical University Department of Statistics 06531, Ankara Turkey Ph: 90-312-2105309 http://www.stat.metu.edu.tr/people/assistants/ozgur/ -- View this message in context: http://r.789695.n4.nabble.com/Warning-message-numerical-expression-has-1000-elements-only-the-first-used-tp4631813p4631903.html Sent from the R help mailing list archive at Nabble.com.
2012 May 27
7
Customized R Regression Output?
Hello R-Experts, I am facing the problem that I have to estimate several parameters for a lot of different dependent variables. One single regression looks something like this: y = beta0 + beta1 * x1 + beta2 * x2 + beta3 * x1 * x2 + beta4 * x4 + beta5 * lag(x4,-1) where y is the dependent variable and xi are the independent ones. Important to me are the different estimates of betai and their
2008 Apr 22
0
iproute2 rpm
...kages? PS: when i extract tarball and run ./install.sh i did not recieve eny error messages. Does this mean that my installation is correct? Mehmet Can ÖNAL Sistem Uzman Yardımcısı Merkezi Sistem Yönetimi Müdürlüğü Eskişehir Yolu 4.Km. 2.Cad. No:63 C Blok Söğütözü 06520 ANKARA Tel : 312 289 10 53 Voip : 6432 Faks : 312 2891450 mconal@fintek.com.tr _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2003 Jan 28
1
password syncronization
...passwd chat debug = true \|/// \ - - // _\=/_ ( @ @ ) (o o) +--------oOOo-(_)-oOOo-----------------------------oOOo-(_)-oOOo---+ | SERDAR ASLAN | METU/ANKARA/TURKEY TEL:0312 4834428 THANK YOU. | | | oOOo oOOo | | ( ) oOOo ( ) oOOo | +--------\ (----( )-----------...
2012 May 28
1
simulation of levene's test
hello, I try to run simulation of levene's test to find the p-value but the error of replacement has length zero occur, could anyone help me to fix this problem? asim <- 1000 pv<-rep(NA,asim) for(i in 1:asim) {print(i) set.seed(i) g1 <- rnorm(20,0,2) g2 <- rnorm(20,0,2) g3 <- rnorm(20,0,2) x <- c(g1,g2,g3) group<-as.factor(c(rep(1,20),rep(2,20),rep(3,20))) library(Rcmdr)
2006 Sep 14
3
Help
Hello, I am a new user of R statistical project. So, I have a matrix (4 columns and 330 rows) and I would like to have PCA (Principal Component Analysis). Besides, I would like to draw every 30 rows from 330 with a different colour but I don’t know how. Could you help me by showing how can I draw every 30 rows with a different colour? Thank you very much Selim
2003 Oct 16
2
Interpolation of azimuth values
...direction) values. But there is a problem. Say, for instance, while 1 and 359 indicate somewhat same direction, interpolation puts values in the range from 1 to 359. What can I do to solve the problem ? Anything you offer ? thanks in advance Ahmet Temiz General Directory of Disaster Affairs Ankara TURKEY ______________________________________ Inflex - installed on mailserver for domain @deprem.gov.tr Queries to: postmaster at deprem.gov.tr ______________________________________ The views and opinions expressed in this e-mail message are ...{{dropped}}
2012 May 26
3
How to measure level of similarity of two data frames
Hi group, I've been thinking of calculating euclidean distance between each column of a data frames that each consists of standardized numerical columns. However, I don't know if there's a way of summarizing the overall distance by some kind of metrics. If anyone know a proper way of doing so and/or a package I would greatly appreciate your suggestions. Thanks very much! Kel --
2012 Apr 14
2
how to divide data by week
Dear list users, I have a data frame as below specified. From the 1st of May to the 30th of September of several years (e.g. from 2004 to 2011) I have a frequency of accidents. I need the mean of accidents divided by weeks (i.e. the mean of accidents from the 1st to the 7th of May of all the years, from the 8th to the 14th of May, ..., from the 29th to the 31st of May, from the 1st to the 7th of
2012 Jul 10
1
Revolutions blog: June Roundup
...ed trials for government policy (http://bit.ly/M0Oqih), a Battlestar Galactica game parody (http://bit.ly/M0OoqP), a Lego-themed movie quiz (http://bit.ly/M0OoqR), the awe of Big Data (http://bit.ly/M0OoqQ), and Andromeda on a collision course (http://bit.ly/M0OoqS). There are new R user groups in Ankara and Toronto (http://bit.ly/M0Oqit). Meeting times for local R user groups (http://bit.ly/eC5YQe) can be found on the updated R Community Calendar at: http://blog.revolutionanalytics.com/calendar.html If you're looking for more articles about R, you can find summaries from previous months at ht...
2007 Jan 23
6
Installing packages...
Hi, I am a total newbie to R. I am using R (2.4.1) on Mac OS X 10.4.8 and trying to install some packages using GUI Packages & Data/Package Installer interface... Every time I get: trying URL 'http://umfragen.sowi.uni-mainz.de/CRAN/bin/macosx/universal/contrib/2.4/neural_1.4.1.tgz' Content type 'application/x-tar' length 18920 bytes opened URL
2003 Jan 29
18
None
...he problem? What should we do? \|/// \ - - // _\=/_ ( @ @ ) (o o) +--------oOOo-(_)-oOOo-----------------------------oOOo-(_)-oOOo---+ | SERDAR ASLAN | METU/ANKARA/TURKEY TEL:0312 4834428 THANK YOU. | | | oOOo oOOo | | ( ) oOOo ( ) oOOo | +--------\ (----( )-----------...
2003 Dec 01
0
No subject
...ons is selected). The other users, simply the administrators, who do not have any restriction authentication works perfect. Does anyone know whether it is possible to achieve this or what should I do? Thanks, +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Ali INCE MiKRO Bilgi Kayit ve Dagitim A.S. ANKARA, TURKEY phone : (90) 312 - 428 22 88 & 428 37 64 fax : (90) 312 - 426 46 73 mobile: (90) 532 - 693 88 75 e-mail: ali@mikrobilgi.com.tr +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Return-Path: <kevin@pmimail.com> Delivered-To: samba@lists.samba.org Received: from pmimail.com (unknown [6...