Displaying 20 results from an estimated 300 matches similar to: "R Package developer job at the University of Washington, Seattle"
2004 Feb 04
1
RE: error (fwd)
Hi folks,
I've got this funny problem with R's foreign library when reading stata
files. One file consistently produces vector out of memory errors after
gobbling up 2.7G of memory. I parsed through the read.dta function and
figured out where the error occurs and the description is below. I am
running R-1.8.1 on Debian stable system glibc2.2 kernel 2.4.24. R is is
compiled from source
2013 Jan 09
0
We've posted our 2013***R Courses*** by XLSolutions Corp at 9 USA Cities: San Francisco, New York, Washington DC, Houston, Boston, Las Vegas, Seattle, etc
Happy New Year !
XLSolutions January-February 2013 R courses schedule is now available
online at
9
USA cities for with 13 new courses: *** Suggest a future course
date/city
(1) R-PLUS: A Point-and-Click Approach to R
(2) S-PLUS / R : Programming Essentials.
(3) R/S+ Fundamentals and Programming Techniques
(4) R/S-PLUS Functions by Example.
(5) S/R-PLUS Programming 3: Advanced Techniques and
2009 Aug 17
1
FYI conflict between statnet, igraph
Dear R users:
There appears to be a conflict between the statnet package and the
igraph package.
With igraph loaded into memory, the network() function of statnet
failed, returning the error to the effect that the matrix being
converted was "not a graph object." Removing igraph from memory restored
statnet to proper function.
Apologies if this is redundant. I could not find this
2010 Jan 06
3
February 2010***New R Courses*** by XLSolutions Corp at 9 USA Cities: San Francisco, New York, Washington DC, Houston, Boston, Las Vegas, Seattle, etc
Happy New Year !
XLSolutions February 2010 R courses schedule is now available online at
9
USA cities for with 13 new courses: *** Suggest a future course
date/city
(1) R-PLUS: A Point-and-Click Approach to R
(2) S-PLUS / R : Programming Essentials.
(3) R/S+ Fundamentals and Programming Techniques
(4) R/S-PLUS Functions by Example.
(5) S/R-PLUS Programming 3: Advanced Techniques and
2013 Apr 13
2
Reshaping Data for bi-partite Network Analysis
Hello
I have a dataset of people spending time in places. But most people don't
hang out in all the places.
it looks like:
> Input<-data.frame(people=c("Marc","Marc","Joe","Joe","Joe","Mary"),
+ place=c("school","home","home","sport","beach","school"),
+
2013 Apr 13
1
Reshaping Data for bi-partite Network Analysis [SOLVED]
Wow !
so many thanks Arun and Rui
works like a charm
problem solved
2013/4/13 arun <smartpink111@yahoo.com>
> Hi,
> Try this;
> library(reshape2)
> res<-dcast(Input,people~place,value.var="time")
> res[is.na(res)]<-0
> res
> # people beach home school sport
> #1 Joe 5 3 0 1
> #2 Marc 0 4 2 0
> #3 Mary
2011 Jul 19
0
hold position of vertices constant in network {statnet}?
I am a novice with network fuctions! I have been exploring the network
function in the statnet package, but haven't been able to figure out
how to hold vertices in position while varying edge features. Can
anyone advise on whether this is possible, and if so, how to do it?
Thanks!
--
Matthew Bakker, Ph.D.
Department of Plant Pathology
University of Minnesota
495 Borlaug Hall
1991 Upper Buford
2013 Dec 22
0
Data Analyst in Statistical Genetics
Our group in the Biostatistics Department at the University of Washington is currently seeking a data analyst to work on projects with genetic data. Our computing
environment is almost exclusively R and we have developed several R and BioConductor packages.
Position Description: The Department of Biostatistics of the University of Washington, through the Center for Biomedical Statistics and the
2008 Jul 01
0
[Fwd: Re: University of Washington lays off 66 technology workers.]
I would expect this means the end of UWIMAP....which probably leaves DC as
open-source IMAP of choice. There were 66 people doing IMAP and Pine/Alpine
development that were laid off at UWash due to funding cuts; Mark Crispin, one
of the fathers of IMAP, was among those laid off.
From the keyboard of:
James Morris
Lead Engineer, UW Technology
University of Washington
2003 Oct 14
0
Job notice at the University of Washington
UNIVERSITY OF WASHINGTON
FACULTY POSITION IN QUANTITATIVE PSYCHOLOGY
The Department of Psychology seeks to fill a position in Quantitative
Psychology at the tenure-track assistant professor level. In exceptional
circumstances, appointment at the Associate Professor or Professor level
may be considered for candidates who offer extraordinary opportunities to
further the University's
2017 Jun 27
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Why don't you implement and uplad the package to CRAN?
On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote:
Does anyone know of some code, and examples that implement game theory/Nash
equilibrium hypothesis testing using existing packages like igraph/statnet
or similar?
Perhaps along the lines of this article:
Zhang, Y., Aziz-Alaoui, M. A., Bertelle,
2014 Jul 31
0
Research Scientist positions at University of Washington
Multiple Research Scientist positions are available at the University of Washington (UW) Center for Data Science (http://cwds.uw.edu) located at the UW Tacoma campus for outstanding researchers to conduct applied social good oriented multidisciplinary research in areas including:
Bioinformatics (with Prof. Ka Yee Yeung), Data Science (Prof. Senjuti Basu Roy), Geospatial Informatics & Mobile
2017 Jun 27
5
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Does anyone know of some code, and examples that implement game theory/Nash
equilibrium hypothesis testing using existing packages like igraph/statnet
or similar?
Perhaps along the lines of this article:
Zhang, Y., Aziz-Alaoui, M. A., Bertelle, C., & Guan, J. (2014). Local Nash
Equilibrium in Social Networks, *4*, 6224.
Best,
Chris Buddenhagen
cbuddenhagen at gmail.com
[[alternative HTML
2015 Jan 27
2
libcurl support and curlGetHeaders warning message in R CMD check
Dear R devel,
Is libcurl support required to run R.devel, or is it optional?
I'm compiling R.devel on an older Debian machine that only has libcurl
version 7.21.0
The R news file says
"
Sun, 25 Jan 2015
CHANGES IN R-devel NEW FEATURES
Optional use of ?libcurl? (version 7.28.0 from Oct 2012 or later)
for Internet access (including on Windows):
...
CHANGES IN R-devel
2017 Jun 28
2
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
I don't think OP asked an unreasonable question at all.
Civility!
> On Jun 27, 2017, at 2:00 PM, Suzen, Mehmet <mehmet.suzen at gmail.com> wrote:
>
> Why don't you implement and uplad the package to CRAN?
>
> On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote:
>
> Does anyone know of some code, and examples that
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello Chris,
I was implying you are capable enough to implement it, while you have
already identify a research paper. If there is no package out there,
uploading to CRAN would help future user too. I am more than happy to
help if you want to implement from scratch.
Best,
Mehmet
On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote:
> Does anyone know of some
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
In what way does reminding people that packages exist because others just like them contributed something count as being uncivil? Terse, perhaps, since it bypassed the obvious suggestion to use a search engine, but not rude.
--
Sent from my phone. Please excuse my brevity.
On June 28, 2017 5:08:16 AM EDT, Boris Steipe <boris.steipe at utoronto.ca> wrote:
>I don't think OP asked an
2019 May 03
1
Strange error messages from parallel::mcparallel family under 3.6.0
Dear All,
Since upgrading to 3.6.0, I've been getting a strange error messages
from the child process when using mcparallel/mccollect. Before filing a report in the Bugzilla, I want to figure out whether I had been doing something wrong all this time and R 3.6.0 has exposed it, or whether something else is going on.
# Background #
Ultimately, what I want to do is to be able to set a time
2015 Feb 01
0
libcurl support and curlGetHeaders warning message in R CMD check
On 27.01.2015 22:09, Skye Bender-deMoll wrote:
> Dear R devel,
>
> Is libcurl support required to run R.devel, or is it optional?
>
> I'm compiling R.devel on an older Debian machine that only has libcurl
> version 7.21.0
>
> The R news file says
>
> "
> Sun, 25 Jan 2015
> CHANGES IN R-devel NEW FEATURES
>
> Optional use of ?libcurl?
2007 Nov 19
0
it looks like ...
in 2007 we will publish seven volumes of JSS (four of them special
volumes).
Volume 18 Spectroscopy and Chemometrics in R
Volume 19 regular
Volume 20 Psychometrics in R
Volume 21 regular
Volume 22 Ecology and Ecological Modeling in R
Volume 23 is being started, it is a regular volume, and may not fill up
completely. Volume 24 is 'Statistical Modeling of Social Networks with