search for: stigler

Displaying 20 results from an estimated 64 matches for "stigler".

2011 Apr 13
3
R plots pdf() does not allow spotcolors?
Hi We are about to publish a book, which contains figures made with R plots. An important detail that we did not take into account is that the book will not be printed in 4 colors (cmyk mode), but only 2 (black +"spotcolor"). The spotcolor we use is part of the big Pantone family. The problem is that both pdf() and postscript() offer either rgb or cmyk, but no spotcolors such as
2009 Mar 04
2
R CMD check detects parse error, but in which file?
...1, file = file) : unexpected symbol at 3341: } But how can I find which file is guilty? What is this 3342 referring to? Finally the solution I found is to source() every file until I find the file where the problem is... Is there some better way to do it? With a debuger? thanks a lot! Matthieu Stigler
2009 Nov 29
1
lm: eval(parse(text=)) works on one side y/x but not on both?
...-eval(parse(text=a[1])), data=freeny) #variable I wanted to remove (y) ist still there Do you understand why I can call eval(parse) only once? Should I try a update workaround? Or have idea of any other solution? Maybe there is something much simpler I'm missing:-( Thanks a lot!!! Matthieu Stigler
2008 Mar 02
5
[OT] "normal" (as in "Guassian")
Hi Folks, Apologies to anyone who'd prefer not to see this query on this list; but I'm asking because it is probably the forum where I'm most likely to get a good answer! I'm interested in the provenance of the name "normal distribution" (for what I'd really prefer to call the "Gaussian" distribution). According to Wikipedia, "The name "normal
2009 Nov 25
1
rattle(): unable to load shared library
...kage "RGtk2" Rattle timestamp (for the error above): 2009-11-25 17:47:50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Checked for the install of GTK+, it's on the disk, and even on the PATH... don't know what I should do... any idea? Thanks!! Matthieu Stigler
2011 Jan 24
3
error with source(): invalid 'times' value
hi I am seeing a strange behavior I can't understand... doing: > source("/tmp/RFile.r",echo=TRUE) Error in rep.int(c(prompt.echo, continue.echo), c(leading, length(dep) - : invalid 'times' value > traceback() 3: rep.int(c(prompt.echo, continue.echo), c(leading, length(dep) - leading)) 2: paste(rep.int(c(prompt.echo, continue.echo), c(leading, length(dep)
2008 Dec 18
1
Indicator function for merged times (was: Re: Rr: For and if confusion)
...1 1 1 1998 1 1 1 1 1 1 1 1 1 1 1 1 1999 1 1 1 1 1 1 1 1 0 0 0 0 2000 0 0 0 0 0 0 0 0 0 0 0 0 2001 0 0 0 0 0 0 0 0 0 0 0 0 2002 0 0 0 0 0 0 0 On Thu, Dec 18, 2008 at 7:43 AM, Matthieu Stigler <matthieu.stigler at gmail.com> wrote: > > >> I have two date objects >> >> X <- c("01-03-1993", "01-05-1997") #Mar 1993 and May 1997 >> >> Y <- c("01-02-1995", "01-08-1999") #Feb 1995 and Aug 1999 >> >...
2008 Nov 06
1
FW: [rkward-devel] questions on RKWard
Thought I should copy the list with Matthieu's response. H -----Original Message----- From: Matthieu Stigler [mailto:matthieu.stigler at gmail.com] Sent: Wednesday, November 05, 2008 8:29 PM To: Horace Tso; rkward-devel at lists.sourceforge.net Subject: Re: [rkward-devel] questions on RKWard some answer only for the third question: do you have the package r-doc-html installed? (on ubuntu check with dpkg...
2009 Nov 28
1
Include manually an intercept in lm without breaking it?
...intercept") <- 1 ##so now: summary(fr) summary(fr_man) ###but have negative effect that intercept is used twice in model.matrix, see: model.matrix(fr_man) So I could not find a good way to add manually an intercept and preserving the right output... any idea? Thanks a lot!! Matthieu Stigler
2008 Mar 07
5
Passing function to tapply as a string
Hi, Was wondering if it is possible to pass function name as a parameter, smth along this line param.to.pass<-c(1,'max','h') dd<-function(dfd, param=param.to.pass,...){ ttime.int <- format(ttime,fmt) data.frame( param[3] = tapply(dfd[,param[1]],ttime.int,param[3]), ...) } I know there is a as.formula expression but not quite sure if there is some
2008 Apr 17
1
Suggestion: add a warning in the help-file of unique()
...nction unique() to introduce a "tol" argument which allows to compare with a tolerance level (with default value zero to keep unique consistent) like all.equal(), but it seemed too complicated with my little understanding. Bests regards and many thanks for what you do for R! Matthieu Stigler
2010 Nov 15
2
How to move an internal function to external keeping same environment?
Hi I have within a quite big function foo1, an internal function foo2. Now, in order to have a cleaner code, I wish to have the internal foo2 as "external". This foo2 was using arguments within the foo1 environment that were not declared as inputs of foo2, which works as long as foo2 is within foo1, but not anymore if foo2 is external, as is the case now. Now, I could add all those
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new tcl and liblapack packages (excuse me it is in french): > sudo apt-get install r-base-dev > Lecture des listes de paquets... Fait > Construction de l'arbre des d?pendances > Lecture des informations d'?tat... Fait > Les paquets suppl?mentaires suivants seront install?s : >
2011 Aug 10
0
Short term position in Rome: R trainer and developer
...Statistics division (ESS) and will have the opportunity to interact with many statisticians at FAO who work on very diverse fields such as epidemiology, agronomy, household survey analysis, econometric time-series or geo-spatial analysis. For more informations or to apply, please write to Matthieu.Stigler at fao.org. If you are interested, please send your CV and, instead of a cover letter, answer briefly the questions at bottom of e-mail. Kindly also give an estimate of your salary expectation (upon which contract duration will depend, probably 3 to 6 months due to limited budget of pilot project)....
2011 Apr 19
1
Axes Alignment Problem for Multiple Plots
Dear all, I'm trying to plot, in the same window, two different series, using barplot() for the first one and plot() for the second. What happens is that the second chart has a different axes origin, therefore the final plot is wrong. This piece of code shows the differences between the values of par()$usr: barplot(coredata(Z0), beside=TRUE, ylim=c(0,100)); par()$usr;
2013 May 20
1
R CMD check: unknown option ‘--outdir==RCHECK’
...rgument the right way, or is there an issue with R CMD check? I tried to write the argument in many differents ways, but it always fails. Standard way I tried is: $ R CMD check --outdir="RCHECK" pkg.tar.gz Warning: unknown option ‘--outdir=RCHECK' Thanks for your advices! Matthieu Stigler [[alternative HTML version deleted]]
2013 Nov 23
0
Hmisc package 3.13-0
...non-panel (regular) version of plsmo to handle matrix y * Likewise for summaryRc * Added xlim to bpplotM * Added latexTherm function to create LaTeX picture environments to add a series of thermometers to LaTeX text * Fixed deff to handle the case where R^2 = 1. Thanks: Matthieu Stigler <matthieu.stigler at gmail.com> * Added new test file for wtd.mean, wtd.quantile * New test aregImpute3.r for glm Poisson regression * Improved describe.vector to format single unique values * Took aware warning about var, s.e., t, p in fit.mult.impute * Changed wtd.loess....
2010 Apr 15
1
Changing locale?
Hi I need for a specific application to change the locale of R 2.9.2 in Ubuntu 9.04. Trying the example in ?Sys.setlocale: Sys.setlocale("LC_TIME", "de_DE.utf8") [1] "" Warning message: In Sys.setlocale("LC_TIME", "de_DE.utf8") : la requ?te OS pour sp?cifier la localisation ? "de_DE.utf8" n'a pas pu ?tre honor?e I tried the code
2011 Aug 16
3
invalid multibyte string at '<a0>'
Hi I have a problem reading files from Windows... these files have, instead of NA on last column. special ending '<a0>' which makes problem... This problem does not appear while reading the same file in Windows! Try: read.csv("http://dl.dropbox.com/u/6113358/prob.csv") Could you please tell me if you also have this problem? I have tried either by cleaning the file on
2009 Jan 20
2
Sweave: conflict between setwd and \SweaveOpts{prefix.string=}
Hello I think there is a conflict between setwd() and \SweaveOpts{prefix.string=}. In the same document, those both command get Sweave confuse the files and directories. See: say my .Rnw document is in File1 If one inserts some setwd() for another file: -setwd(File2) then the command \SweaveOpts{prefix.string=graphics/Rplots} will search the "graphics" folder in File2 because of