Displaying 4 results from an estimated 4 matches for "pantheon".
Did you mean:
anthon
2007 Jan 19
1
Error in basehaz function ?
...9;t it be a good idea to change the basehaz
function, to avoid misleading the overconfident user (as I happen to be)
?
I hope this will help contributing to a wonderful tool that speed up my
understanding of statistical analysis and my research.
David
--
David Mas
ERMES-FRE 2887-CNRS
Universit? Pantheon-Assas Paris II
12, place du Pantheon
F-75230 Paris Cedex 05
Tel: +33 (0)1 44 41 89 91
Mob: +33 (0)6 84 15 77 67
Fax: +33 (0)1 40 51 81 30
http://www.u-paris2.fr/ermes/
2006 Sep 07
0
plot image matrix with row/col labels
...ws <- seq(1+(i-1)*ht, i*ht)
cols <- seq(1+(j-1)*wd, j*wd)
blob <- img2[ rows, cols ]
mat[i,j] <- mean(blob, trim=0.1)
}
}
# names for arrrondisements
rnames <- c(
"01 Louvre", "02 Bourse", "03 Temple", "04 Hotel de Ville", "05 Pantheon",
"06 Luxembourg", "07 Palais", "08 Eglise", "09 Opera", "10 St. Laurent",
"11 Popincourt", "12 Reuilly", "13 Goeblins", "14 Observatoire", "15
Vaurigard",
"16 Passy", "17 Bat...
2010 Apr 22
0
Subject: R and S-Plus: Two programs separated by a common language?
...erficial
similarities.
You will soon get frustrated trying to use both simultaneously as you
will not be sure that the critical step you've discovered in one will
work in the other. Most basic functions will work but I suspect that you
will soon discover some development or feature in the R pantheon that
will not translate readily to S-PLUS (and certainly not versions before
8.1).
The reasons for these differences are the result of fundamental
differences in architectures.
I used S-PLUS for 12 years, and I still need to use it occasionally the
most useful feature is the oft-despised Wi...
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone,
I described the reflink operation at the Linux Storage &
Filesystems Workshop last month. Originally implemented as an
ocfs2-specific ioctl, the consensus was that it should be a syscall from
the get-go. Here's some first-cut patches.
For people who have not seen reflink, either at LSF or on the
ocfs2 wiki, the first patch contains
Documentation/filesystems/reflink.txt to