Displaying 20 results from an estimated 701 matches for "vienna".
2006 Sep 25
4
Beginner question: select cases
Hello all,
I hope i chose the right list as my question is a beginner-question.
I have a data set with 3 colums "London", "Rome" and "Vienna" - the
location is presented through a 1 like this:
London Rome Vienna q1
0 0 1 4
0 1 0 2
1 0 0 3
....
....
....
I just want to calculate the means of a variable q1.
I tried following script:
# calculate the mean of all locations
results <- subset(results, subset== 1 )
mean(resu...
2007 Sep 19
0
openser/ser/Asterisk user meeting (beer drinking in Vienna)
Hi!
Meanwhile also the location is fixed: it is happening at metalab
(http://metalab.at/) - a place for geeks.
Thus, we meet there at Thursday, 20.9.2007, 19:00 CEST (=local Vienna
time). Metalab is located next to the city hall:
http://metalab.at/wiki/Lage
Metalab is no pub/restaurant. Thus, don't come hungry! Nevertheless
liquid food (drinks) is available.
We meet in the library (in the back of metalab): http://metalab.at/wiki/Lage
For people who do not know me - I...
2019 Jul 05
3
CRAN down ?
There seems to be another outage of the Vienna CRAN server [1] though from
what I can from afar not related to DNS outage [2].
Could anyone confirm and possibly alert the local team in Vienna?
Dirk
[1] https://twitter.com/d_olivaw/status/1147161883797086214
[2] The DNS resolves on a few sites but eg simple pings stall
--
http://dirk.eddelb...
2009 Jul 22
0
[LLVMdev] PostDoc and PhD positions, Vienna
There is an opening for two post-docs and one PhD position in the
field of optimal code generation techniques for explicit parallel
processors at the Vienna University of Technology. We seek people
familiar with LLVM and/or with some background of integer linear
programming and VLIW code generation.
If interested, please respond directly to Andreas Krall:
andi at complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/andi
Thanks,
Dietmar
--...
2014 Feb 04
0
Statistician at UNODC Vienna (Fwd: Statistiker für consultancy gesucht)
Dear List,
please find here an interesting job opportunity at the UNODC (SASS) in Vienna. If you are interested contact directly Ms. Irmgard Zeiler (Irmgard.ZEILER at unodc.org).
good luck
Matteo Mattiuzzi
>>> Irmgard ZEILER <Irmgard.ZEILER at unodc.org> 02/03/14 5:02 PM >>>
Dear all,
I would like to kindly ask your assistance in my search for a consult...
2019 Feb 21
0
CFP WEBIST 2019 - 15th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
SUBMISSION DEADLINE
15th International Conference on Web Information Systems and Technologies
Submission Deadline: April 29, 2019
http://www.webist.org/
September 18 - 20, 2019
Vienna, Austria.
WEBIST is organized in 5 major tracks:
- Internet Technology
- Mobile and NLP Information Systems
- Service Based Information Systems, Platforms and Eco-Systems
- Web Intelligence
- Web Interfaces
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS...
2019 Feb 21
0
CFP PECCS 2019 - 9th Int.l Conf. on Pervasive and Embedded Computing and Communication Systems (Vienna/Austria)
SUBMISSION DEADLINE
9th International Conference on Pervasive and Embedded Computing and Communication Systems
Submission Deadline: April 29, 2019
http://www.peccs.org/
September 19 - 20, 2019
Vienna, Austria.
PECCS is organized in 5 major tracks:
- Wireless and Mobile Technologies
- Sensor Networks: Software, Architectures and Applications?
- Intelligent Data Analysis and Processing
- Mobile Computing Systems and Services
- Multimedia Signal Processing?
Proceedings will be submitted...
2019 May 02
0
CFP PECCS 2019 - 9th Int.l Conf. on Pervasive and Embedded Computing and Communication Systems (Vienna/Austria)
SUBMISSION DEADLINE
9th International Conference on Pervasive and Embedded Computing and Communication Systems
Submission Deadline: May 20, 2019
http://www.peccs.org/
September 19 - 20, 2019
Vienna, Austria.
PECCS is organized in 5 major tracks:
- Wireless and Mobile Technologies
- Sensor Networks: Software, Architectures and Applications?
- Intelligent Data Analysis and Processing
- Mobile Computing Systems and Services
- Multimedia Signal Processing?
In Cooperation with: AI*IA, AP...
2019 May 02
0
CFP WEBIST 2019 - 15th Int.l Conf. on Web Information Systems and Technologies (Vienna/Austria)
SUBMISSION DEADLINE
15th International Conference on Web Information Systems and Technologies
Submission Deadline: May 20, 2019
http://www.webist.org/
September 18 - 20, 2019
Vienna, Austria.
WEBIST is organized in 5 major tracks:
- Internet Technology
- Mobile and NLP Information Systems
- Service Based Information Systems, Platforms and Eco-Systems
- Web Intelligence
- Web Interfaces
In Cooperation with: AI*IA, APPIA, ERCIM and APRP.
Proceedin...
2004 Jun 25
2
Sweave: R code in self defined TeX-commands
...n just write
\meansd{age}
in the latex code to get the whole sentence.
The above does not work, since Sweave ignores the \newcommand and does not
expand the \statistics
Is there an alternative way to achieve this?
Thanks,
Martin Posch
Department of Medical Statistics
Medical University of Vienna
Schwarzspanierstr. 17, A-1090 Vienna
Tel.: +43-1-4277-63205
2013 Oct 06
2
Como citar R?
...s enviado un trabajo a publicar y los evaluadores nos indican corregir la cita de R. Realmente no entiendo que quieren. Marcaron lo siguiente:
>>
>> R [A1] Development Core Team. 2009. R[A2] : A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.
>> [A1]¿?
>> [A2]¿?
>>
>> Alguien podrá interpretar que quieren o asesorarme como contestar?
>> Muchas gracias!
>
> Lic. Lorena Laffitte
> AUSMA
> Universidad Nacional del Comahue
> San Ma...
2020 Oct 31
2
strptime() keeps emitting warnings after establishing a handler with tryCatch()
...9;Wrong Timezone!'),
warning = function (w) { stop("Error") })
# but every subsequent call will emit the original warning ("unknown
timezone 'Wrong Timezone!'")
strptime('2020-10-31 18:30', format = '%Y-%m-%d %H:%M', tz = 'Europe/Vienna')
strptime('2020-10-31 18:30', format = '%Y-%m-%d %H:%M', tz = 'GMT')
```
The output of the code above in R 4.0.2 on macOS is:
> tryCatch(strptime('2020-10-31 18:30', format = '%Y-%m-%d %H:%M', tz = 'Wrong Timezone!'),
+ war...
2024 Apr 26
0
Fritz Leisch 1968-2024
We are deeply saddened to announce that our friend and colleague Friedrich
(Fritz) Leisch has died.
Fritz obtained his Masters and Doctorate from the Vienna University of
Technology (TU Wien). In 1994, he joined the Department of Statistics and
Probability Theory at TU Wien as an assistant professor. He moved to the
University of Munich (LMU M?nchen) in 2006 as a professor for
Computational Statistics in the Institute of Statistics, becoming head of
d...
2024 Apr 26
0
Fritz Leisch 1968-2024
We are deeply saddened to announce that our friend and colleague Friedrich
(Fritz) Leisch has died.
Fritz obtained his Masters and Doctorate from the Vienna University of
Technology (TU Wien). In 1994, he joined the Department of Statistics and
Probability Theory at TU Wien as an assistant professor. He moved to the
University of Munich (LMU M?nchen) in 2006 as a professor for
Computational Statistics in the Institute of Statistics, becoming head of
d...
2003 Nov 11
0
useR! 2004
We are happy to announce that the first R user conference
useR! 2004
is scheduled for May 20-22 2004 and will take place at the Vienna
University of Technology.
The conference will focus on
- giving an overview of the new features of the rapidly evolving R project,
- providing a platform for R users to discuss and exchange ideas how R can
be used to do statistical computations, data analysis, visualization and
excitin...
2001 Jul 04
0
[Fwd: RPgSQL db.execute() command]
...uot;[un]subscribe"
> > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>
> --
> Mag. David Meyer Wiedner Hauptstrasse 8-10
> Vienna University of Technology A-1040 Vienna/AUSTRIA
> Department for Statistics, Probability Tel.: (+431) 58801/10772
> Theory and Actuarial Mathematics mail: david.meyer at ci.tuwien.ac.at
--
Mag. David Meyer Wiedner Hauptstrasse 8-10
Vienna University of Technology A-1040 Vi...
2003 Nov 11
0
useR! 2004
We are happy to announce that the first R user conference
useR! 2004
is scheduled for May 20-22 2004 and will take place at the Vienna
University of Technology.
The conference will focus on
- giving an overview of the new features of the rapidly evolving R project,
- providing a platform for R users to discuss and exchange ideas how R can
be used to do statistical computations, data analysis, visualization and
excitin...
2018 Mar 11
1
Problem connecting two home networks (Windows/Linux)
Hi all,
After having read most of the available documentation I still have got
problems interconnecting two networks in router mode:
My configuration consists of two private home networks that I want to
connect:
Vienna 192.168.0.0/24 - Internet gateway 192.168.0.1
Berlin 192.168.1.0/24 - Internet gateway 192.168.1.1
VPN Devices are configured as 192.168.3.1 (Vienna) and 192.168.3.2 (Berlin)
mask 255.255.0.0
Tinc (1.1pre 15) is running on 192.168.0.2 (Windows) and on 192.168.1.4
(Debian, Raspberry)
IP...
2009 Mar 18
2
run r scripts (tinn) via command
Hello, I am working on a project consisting of several r-scripts written in
the tinn editor. Is it possible to create a superior r script containing
commands to run the sub-scripts one by one?
-----
Tamara Hoebinger
University of Vienna
--
View this message in context: http://www.nabble.com/run-r-scripts-%28tinn%29-via-command-tp22580362p22580362.html
Sent from the R help mailing list archive at Nabble.com.
2008 Mar 17
1
Inconsistency in gsub in R.2.6.2 (PR#10978)
...ee also do_tolower and do_strsplit in
src/main/character.c) suggests to patch as attached.
> x <- "ab?"
> Encoding(gsub("?","", x))
[1] "latin1"
Happy Easter
Christian
--
Christian Buchta -> Institute for Tourism and Leisure Studies ->
Vienna University of Economics and Business Administration -> Vienna
-> Austria -> Europe. Visit us on http://www.wu-wien.ac.at/itf/.