Displaying 2 results from an estimated 2 matches for "istitut".
Did you mean:
institut
2013 Jan 25
2
If cycle takes to much time...
...03-21', '2006-03-06', '2006-01-13',
'2006-05-20', '2006-07-13', '2006-07-20'))
End <- as.Date(c('2006-10-23', '2006-11-30', '2006-05-06', '2006-12-13',
'2006-09-20', '2006-08-13', '2006-09-20'))
Istitution <- c(1, 2, 2, 1, 1, 2, 1)
artist is the name of the artist, Begin and End is the when and Istitutionis
the where.
my IF is working,
#number of unique artist
c <- unique(Artist)
d <- length(c)
a <-length(Artist)
B <- mat.or.vec(d,d)
for(i in 1:d) {
for(j in 1:d) {
if (Istitu...
2000 Aug 28
0
R: various ordinations
...ht way would be to port the ADE-4
(http://pbil.univ-lyon1.fr/ADE-4/ADE-4.html)
programs to R.
I know that the source code is public, but I wasn' t able to obtain it two
years ago. As the developers have put links to S-PLUS and Rweb on the cited
web page, I think that a work carried mainly by an istitution could be
appreciated: it would mean to port to R some wonderful methods of data
ecological data analysis: I'm strongly interested in (doing) it.
I've a good background in C programming and in multivariate analysis: I
would like to help if needed and possible.
Regards,
Federico Spinazzi...