Displaying 20 results from an estimated 37 matches for "lobry".
Did you mean:
gobry
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
...ticle}
\usepackage{graphicx}
\usepackage{fancyvrb}
\newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
\newcommand{\myinput}[1] {\begin{scriptsize}
\VerbatimInput[frame=single,label=#1]{#1}
\end{scriptsize}}
\title{The R logo, \Rlogo, in \LaTeX}
\author{J.R. Lobry}
\begin{document}
\maketitle
\section{Introduction to \Rlogo:}
This is about the \Rlogo~sofware suite\footnote{
\Rlogo~is available at...}.
% include source in final document
\myinput{tex.tex}
\end{document}
----------------------------------------------------------
with:
unix$ pdflatex tex.tex
t...
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
...ticle}
\usepackage{graphicx}
\usepackage{fancyvrb}
\newcommand{\Rlogo}{\protect\includegraphics[height=1.8ex,keepaspectratio]{Rlogo.pdf}}
\newcommand{\myinput}[1] {\begin{scriptsize}
\VerbatimInput[frame=single,label=#1]{#1}
\end{scriptsize}}
\title{The R logo, \Rlogo, in \LaTeX}
\author{J.R. Lobry}
\begin{document}
\maketitle
\section{Introduction to \Rlogo:}
This is about the \Rlogo~sofware suite\footnote{
\Rlogo~is available at...}.
% include source in final document
\myinput{tex.tex}
\end{document}
----------------------------------------------------------
with:
unix$ pdflatex tex.tex
t...
2006 Jul 18
1
Reproducible Research - Examples
All,
Recently I ran across a URL documenting published research using R:
http://www.cgd.ucar.edu/ccr/ammann/millennium/CODES_MBH.html
A note on the site indicates that the code is being revised. The code and
data are provided, so that one could reproduce the results without having to
buy a proprietary software program. In poking around the R website it is
clear that a lot of thought has gone
2006 Oct 08
2
Size problem with two dotcharts side by side
...(i in 1:2) dotchart(1:10)
@
<<fig=T,width=8,height=4>>=
par(mfrow = c(1, 2), cex = 0.7)
for(i in 1:2) hist(1:10)
@
<<fig=T,width=8,height=4>>=
par(mfrow = c(1, 2), cex = 0.7)
for(i in 1:2) plot(1:10)
@
\end{document}
I obtain the following:
http://pbil.univ-lyon1.fr/members/lobry/mini.pdf
that is with the second dotchart (on the right) smaller than the
one on the left. I do not have the same problem with
hist() or plot().
Any idea of what should I do for my two dotcharts to be of
the same size?
Best,
> sessionInfo()
R version 2.4.0 (2006-10-03)
powerpc-apple-darwin8....
2006 Jul 12
2
Are infix binary operators ** and ^ aliased?
...9;
using regular expression matching.
> RSiteSearch("**")
A search query has been submitted to http://search.r-project.org
The results page should open in your browser shortly
# --> Too many hits
Where can I find the documentation about the ** operator?
Thanks for any hint,
Jean Lobry
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 12 87 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2006 Jun 01
1
problem when calling help.search() a second time
...r the
"graphics" base package, something like this:
http://pbil.univ-lyon1.fr/R/fichestd/tdr79.pdf
For this, I need the list of high level plot functions of a
given package. I have encountered a problem when calling twice the
help.search() function which is illustrated bellow:
[rufus:~] lobry% R --vanilla --quiet
> sessionInfo()
Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(packag...
2008 Jan 27
4
[OT] vernacular names for circular diagrams
...curious: how do you refer in your own language to
> this kind of graphic? How do you call it?
>
> Best,
>
> Jean
Thanks to all who replied either privately or on the list. I have
summarized the answers at the beginning of the following document:
http://pbil.univ-lyon1.fr/members/lobry/R/diaposcam.pdf
Let me know if you have more eatable examples.
Best,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43...
2008 Mar 30
2
data(lh) time serie parameters
Dear all,
I'm confused by the time serie parameters in data(lh) :
sueoka:~ lobry$ R --vanilla --quiet
> tsp(lh)
[1] 1 48 1
because documentation says:
QUOTE
A regular time series giving the luteinizing hormone in blood
samples at 10 mins intervals from a human female, 48 samples.
UNQUOTE
So that I would expect the time serie to end at 480 minutes
or 8 hours. Shouldn...
2008 Feb 25
3
How to include the documentation of a function in a Sweave document?
...environment of the LaTeX file?
Best,
Jean
> sessionInfo()
R version 2.6.2 (2008-02-08)
i386-apple-darwin8.10.1
locale:
C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] rcompgen_0.1-17
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2006 Oct 26
3
Measurements of 3000 criminals
Hallo everyone,
excuse me if this is not a genuine R question but I do not know where to
ask else.
Referring to e.g.
https://stat.ethz.ch/pipermail/r-help/2004-December/062114.html
I wonder if these measurements of 3000 criminals (raw data) are
available anywhere. At least I didn't find them in the R datasets
package or by means of Google. What I did find was a table of
frequencies of
2003 Nov 15
5
correlation and causality examples
...ample
of a high correlation between beer drinking in the US and children
mortality in japan (or something like that, I'm unsure, I have
googled around with these keywords but found nothing) ?
All the best, and many thanks to the whole R team for providing
us such a nice tool.
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 12 87 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2006 Apr 19
2
par(tmag) question
...without success.
> version
_
platform powerpc-apple-darwin7.9.0
arch powerpc
os darwin7.9.0
system powerpc, darwin7.9.0
status
major 2
minor 2.0
year 2005
month 10
day 06
svn rev 35749
language R
Any hint would be greatly appreciated,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 12 87 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2007 Jul 24
1
crimtab related question
..., and the records of 597 samples only
are available."
Could someone give me a clue about the kind of device
that was used here? Is it a kind of lottery machine?
I don't understand why three samples were lost. What
is this "receiving box"?
Thanks for any hint,
Best,
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2010 May 11
1
odfweave with openOffice 3.2
...under windows and mac OS 10.4.11 with
R 2.10.0, odfWeave_0.7.11, XML_2.6-0, lattice_0.17-26.
However, I found nothing similar by RSiteSearching so that
I'm suspecting a localization bug.
Has anyone encountered a similar problem while upgrading to
openOffice 3.2 ?
Best,
Jean
--
Pr. Jean R. Lobry (Dr. phil. hab.)
Head of Laboratoire de Police Scientifique de Lyon
Institut National de Police Scientifique
31 av. F. Roosevelt, F-69134 ECULLY CEDEX
Allo: +33 (0)4 72 86 89 60
e-mail: jean.lobry at interieur.gouv.fr
2006 Jun 02
1
error message from help.search()
Dear R-Devel,
consider:
[rufus:~] lobry% R --vanilla --quiet
> sessionInfo()
Version 2.3.0 (2006-04-24)
powerpc-apple-darwin8.6.0
attached base packages:
[1] "methods" "stats" "graphics" "grDevices" "utils" "datasets"
[7] "base"
> help.search(packag...
2009 May 04
1
whish stars.Rd
...unction stars() does not state that it
returns invisibly the location of atomic graphs. This is a
valuable information as it may help to set a value for the key.loc
parameter of this function.
My whish is just that the "value" section in stars.Rd should be
documented.
Best,
Pr. Jean R. Lobry
BTW, the URL:,
http://www.udallas.edu:8080/~andrews/software/software.html.
in the "Note" section does not work for me.
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX,...
2009 Nov 20
1
Suggestion for the reproducibility of R home page figure
...ducibility of R results. For them
installing a package is not a problem, but do not expect them to have time to
dig in old ONEWS....
Please take this as a constructive comment, I was amazed how it was easy for me
to run this "old" R code. Just want to share.
Very Best,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2006 Sep 21
2
Sweave processes \Sexpr in commented LaTeX source
...;TimeConsumingCodeChunk1,eval=F>>=
x <- rnorm(100)
...
@
I have \Sexpr{ifelse(exists("x"), length(x), "Ooops, I forgot
to evaluate TimeConsumingCodeChunk1")} elements in vector x.
Wouldn't it be enough to mention this in Sweave's FAQ ?
Best,
Jean
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2007 Feb 01
2
prop.test() references
...al inference.
J. Am. Stat. Assoc., 22:209-212.
Is it correct?
2) The doc says "Continuity correction is used only if it does not exceed
the difference between sample and null proportions in absolute value."
Does someone has a reference in which this point is discussed?
Best,
--
Jean R. Lobry (lobry at biomserv.univ-lyon1.fr)
Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I,
43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE
allo : +33 472 43 27 56 fax : +33 472 43 13 88
http://pbil.univ-lyon1.fr/members/lobry/
2006 Dec 08
1
Sweave and warning messages
How does one tell Sweave() to include analysis warning messages in
the verbatim output?
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904-4400
Parcels: Room 102 Gilmer Hall
McCormick Road Charlottesville, VA 22903
Office: B011 +1-434-982-4729
Lab: B019