Displaying 20 results from an estimated 3000 matches similar to: "how to measure similarity between vectors of different length"
2013 Feb 01
2
how to setdiff on lists of lists
Dear List,
I have a data structure like:
> aa
[[1]]
[1] 1 2 3
[[2]]
[1] 4 5 6
> bb
[[1]]
[1] 3
[[2]]
[1] 5
I would like to set differences between "aa" and "bb" and get as
result another list of lists like:
> res
[[1]]
[1] 1 2
[[2]]
[1] 4 6
I am trying:
lapply(aa, setdiff, bb)
but I simply get "aa" back as result. Could you please point me in the
2012 May 07
1
wireframe and par(mfrow)
Hello List,
I have some plots with the wireframe() function, and I'd like to
display them in a single jpeg file. I know that par(mfrow=c(x,y)) will
divide my display window in x rows and y columns, and although this
works with plot(), it looks like it's not working with wireframe.
here's my code:
library(lattice)
library(Cairo)
CairoJPEG("wiley-rank.jpeg", width=960,
2008 Nov 30
0
Fwd: simple question with table()
Dear ALL,
thank you for this sunday morning help! It works great!
all the best,
Simone
Il giorno 30/nov/08, alle ore 11:22, Jorge Ivan Velez ha scritto:
>
> Dear Simone,
>
> Try this:
>
> x=c(1,1,2,3,4,3,2,2,2,1,2,3,4,4,3)
> table(factor(x,levels=1:5))
> 1 2 3 4 5
> 3 5 4 3 0
>
> HTH,
>
> Jorge
>
>
>
> On Sun, Nov 30, 2008 at 5:05 AM, Simone
2006 Sep 12
2
coerce matrix to number
Dear List,
how can I coerce a matrix like this
[,1] [,2] [,3] [,4] [,5] [,6]
[1,] "0" "1" "1" "0" "0" "0"
[2,] "1" "0" "1" "0" "0" "0"
[3,] "1" "1" "0" "0" "0" "0"
[4,] "0" "0"
2011 Jan 03
4
how to invert the axes in the wireframe() plot
Dear List,
I am using the wireframe function in the lattice package, and I am wondering if it is possible to invert the default axes orientation for x and y axes... what parameter should I look for?
Best regards,
Simone Gabbriellini
2005 Aug 11
1
tcltk programming guide
Dear List,
I'm looking for some documentation about the R tcltk package
The one I found in the help doesn't look exaustive, I need
information on the use of the single tk widget, maybe with some examples
thank you,
simone gabbriellini
2005 Aug 29
1
Rcmdr extensions
Dear List,
I am trying to extend Rcmdr with some functions usefult to my
study... I have addedd succesfully a menu and some submenu to the
GUI, and I have placed a file .R in the /etc folder... I am able to
call functions on that file, but I cannot see the results: how can I
tell Rcmdr to write the output in the output box?
Second question: how can I refer to the actually selected
2010 Oct 20
1
how to connect to a remote PostgreSQL database from R on mac osx
Hello List,
I would like to connect to a postgreSQL database on a remote server and I am wondering what is the best package to do that. I have just installed RpgSQL, RPostgreSQL, Rdbi and RODBC.
The handiest to me is RPostgreSQL but I don't see how to connect to a remote server with it. For sure I can connect to remote server with RODBC, but since I am on a Mac OSX 10.6, I have quite
2007 Jul 04
2
rsync error: some files could not be transferred (code 23)
Hi,
I installed a Backup server under Debian Etch.
When a client tries to backup files with a long path I receive this
error message:
skipping overly long name: Documents and
settings\\Amministratore\\Desktop/codice da
2010 Nov 02
1
subset a data.frame
Hello List,
this should be simple, but cannot figure it out. I am trying to subset a data.frame like this:
> data4
users time
1 user5 2009-12-01 14:09:58
2 user1 2009-12-01 14:40:16
3 user8 2009-12-04 08:18:37
4 user6 2009-12-04 08:18:37
5 user83 2009-12-04 08:18:37
6 user82 2009-12-04 08:18:37
7 user31 2009-12-04 08:18:37
8
2007 Jul 04
0
long filename and rsync error: some files could not be transferred (code 23)
Hi,
I installed a Backup server under Debian Etch.
When a client tries to backup files with a long path I receive this
error message:
skipping overly long name: Documents and
settings\\Amministratore\\Desktop/codice da
2020 May 29
0
[Bug 1604] SCTP support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1604
Peter Lebbing <peter at digitalbrains.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |peter at digitalbrains.com
--
You are receiving this mail because:
You are watching the assignee of the
2005 Aug 13
0
tkinsert matrix - how to display a matrix with tcltk
dear list,
I have problems with tkinsert
I need to display a matrix as a result of my function, but when I use
tkinsert(txt, "end", myMatrix, sep="\n") I simply obtain a string.
I do:
n<-tclVar()
tclObj(n)<-matrix(data, ncol=lenght)
tkinsert(txt, "end", tclvalue(n), sep="\n")
any hints?
thank you in advance,
simone gabbriellini
2007 Nov 23
1
Bug in pacf -- Proposed patch (PR#10455)
Dear all,
following the thread
http://tolstoy.newcastle.edu.au/R/e2/devel/07/09/4338.html
regarding the bug in the partial autocorrelation function for
multivariate time series.
I have prepared a web page with patches and relevant information.
http://www2.stat.unibo.it/giannerini/R/pacf.htm
Please do not hesitate to contact me for further clarifications
regards
Simone
--
2012 Apr 09
1
[Bug 1997] New: Add QoS to ControlPath escapes
https://bugzilla.mindrot.org/show_bug.cgi?id=1997
Bug #: 1997
Summary: Add QoS to ControlPath escapes
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo:
2007 Nov 23
0
Bug in pacf -- Proposed patch
Dear all,
following the thread
http://tolstoy.newcastle.edu.au/R/e2/devel/07/09/4338.html
regarding the bug in the partial autocorrelation function for
multivariate time series.
I have prepared a web page with patches and relevant information.
http://www2.stat.unibo.it/giannerini/R/pacf.htm
Please do not hesitate to contact me for further clarifications
regards
Simone
--
2011 Nov 03
0
Researcher (PostDoc)
****Job offer: Researcher (Postdoc)*****
The /Department of Computational Landscape Ecology/ (www.ufz.de/cle)
invites applications for an*Researcher (PostDoc) m/f*
(code digit: 85/2011)
to commence as soon as possible. The appointment is for an initial
period of 3 years, an extension is aspired.
Applicants for the post have a background in biology and ecology
profound knowledge on ecosystem
2014 Feb 20
0
PostDoc Position in Biostatistics @ Univ Zurich
UNIVERSITY OF ZURICH, PostDoc Position in Biostatistics (~80-100%)
Starting date: May 1st 2014 or later
Closing date: March 10 2014
The Division of Biostatistics at the Institute of Social and
Preventive Medicine of the University of Zurich (UZH) invites
applications for a PostDoc position in biostatistics. Length and
salary will depend of the qualifications of the appointee, in
accordance with
2017 Oct 28
0
Job opportunity: postdoc or PhD at Norwegian Institute for Nature Research (NINA)
Dear all,
The Norwegian Institute for Nature Research (NINA) seeks a post doc or
Ph.D. candidate in mapping and valuation of ecosystem services from
green infrastructure in Oslo. The candidate has preferably skills in
Open Source GIS (OSGeo) and a M.Sc./Ph.D. in geomatics with an
interest in urban ecosystem services, or a M.Sc./Ph.D. in nature
management, landscape architecture, geography,
2020 Sep 01
0
PhD student and postdoc positions in pharmacometrics at the University of Cape Town
Dear all,
Our pharmacometrics group is looking for bright and motivated candidates
to join our modelling team within the Division of Clinical Pharmacology
at the University of Cape Town.
Our group has established PK/PD modelling expertise in the disease areas
of tuberculosis, HIV, and malaria. It is active internationally and
enjoys on-going collaborations and exchange programs with some of the