search for: roger

Displaying 20 results from an estimated 4594 matches for "roger".

2003 Sep 28
1
infinite recursion during package installation with methods, setAs
...nite recursion problem when the first argument to setAs() is the new class "testpkg". > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status beta major 1 minor 8.0 year 2003 month 09 day 27 language R -roger
2004 Jan 20
2
rstandard.glm() in base/R/lm.influence.R
...rsion has already been subject to sqrt() in sum(object$weights * object$residuals^2)/df.r in summary.glm(). Should: res / (summary(model)$dispersion * sqrt(1 - infl$hat)) be: res / (sqrt(summary(model)$dispersion * (1 - infl$hat))) on line 117 in base/R/lm.influence.R? Best wishes, Roger -- Roger Bivand Econonic Geography Section, Department of Economics, Norwegian School of Economics and Business Administration, Breiviksveien 40, N-5045 Bergen, Norway, voice: +47-55959355, fax: +47-55959393; Roger.Bivand@nhh.no
2002 Dec 30
2
Writing packages with `methods' package
...documentation on building packages with the `methods' package (i.e. is it any different from building packages without `methods'?) or perhaps an R-help thread I should look for? In short, how should I setup my package so that my methods do not show up in the global workspace? Thanks, -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng
2015 Mar 25
2
vignette checking woes
...9;ve tried variants of requireNamespace too without success. If I understand properly model.Matrix is from MatrixModels but it calls sparse.model.matrix which is part of Matrix, and it is the latter function that I'm not finding. Maybe I should go back to the requireNamespace strategy again? Roger url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Urbana, IL 61801 > On Mar 25, 2015, at 2:54 PM, Thierry Onkelinx <thi...
2011 Dec 15
1
[LLVMdev] SPAM from Roger Roger
Dear All, LLVMdev just got SPAM from roger83 at hotmail.co.uk. Please do not click on any of the links in that email. I've unsubscribed and banned this email address from llvmdev. Roger Roger is Banned Banned. -- John T.
2006 Mar 14
1
Fwd: makeconf issue on R-devel 2006-03-12 r37524
...: /Library/Frameworks/R.framework/Versions/2.3/Resources/share/make/ shlib.mk yzzy: diff shlib.mk shlib.mk~ 3c3 < include $(R_HOME)/etc/Makeconf --- > include $(R_HOME)/etc${R_ARCH}/Makeconf restored the functionality of R CMD INSTALL. Is this a known issue? url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820 Begin forwarded message: > From: roger koenker <rkoenker at uiuc.edu> > Dat...
2005 Oct 25
8
Can anyone please tell me how to strip the white spaces from a character vector?
for example: > a$tic[1:10] [1] "AIR " "ABCB " "ABXA " "ACMR " "ADCT " "ADEX " [7] "ABM " "AFCE " "AG " "ATG " Can anyone please tell me how to strip the white spaces from a$tic? Thanks, Roger [[alternative HTML version deleted]]
2013 Dec 11
2
Allow insecure wide links = yes, wide links =yes; but I still can't "see" files from links to NFS mounts using 3.6.15, after upgrading from 2.2.8a
...f Load smb config files from /usr/local/samba/lib/smb.conf rlimit_max: increasing rlimit_max (256) to minimum Windows limit (16384) WARNING: The "printer admin" option is deprecated Processing section "[print$]" Processing section "[biograph]" Processing section "[roger]" Processing section "[X2125-A6]" Processing section "[wenlf]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] server string = Samba Server interfaces = eri0, 152.76.10.3/255.255.255.192 passdb back...
2005 Dec 29
2
'sessionInfo()' instead of 'version'
In a private response to Tony Plate's suggestion to replace version() output with sessionInfo() in R-help requests, > roger koenker wrote: >> Thanks for this, it would seem useful to have version numbers for >> the packages too? and Tony replied, > > Sounds sensible to me! If I were you I'd send a message to R-devel > suggesting this. AFAIK, some changes to sessionInfo() are already >...
2011 Dec 13
8
[PATCH] xenpaging: remove XOPEN_SOURCE
# HG changeset patch # User Roger Pau Monne <roger.pau@entel.upc.edu> # Date 1323768129 -3600 # Node ID 7697ee23b08b8eaca9aee4f6b79cf550a490bef7 # Parent 8a84f53376862427f254a017cb52c928dbdd3d32 xenpaging: remove XOPEN_SOURCE The XOPEN_SOURCE define was breaking the compilation under NetBSD. I''ve removed it becasue...
2002 Apr 05
1
rbind(NULL,NULL)
...arc os solaris2.8 system sparc, solaris2.8 status major 1 minor 4.1 year 2002 month 01 day 30 language R It is tempting to conclude from this that Splus does nothing better than R, but it is always dangerous to generalize from one example. url: http://www.econ.uiuc.edu Roger Koenker email roger at ysidro.econ.uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horn...
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
On Sat, 10 Nov 2018, I?aki Ucar wrote: > On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: >> >> On upgrading my F28 to F29, I've found that R-core and a number of R >> packages: >> >> R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi >> R-stringr R-yaml >> >> are insta...
2007 Feb 28
2
topTable function from LIMMA
...0.05 < FDR <0.20. So, I was wondering if we can change that default of FDR=0.0.5 with a less stringent FDR value (0.10, 0.20, etc.) in the "topTable" function. How do I change it? Thanks a lot for the help on the use of "topTable" function from the LIMMA package. Roger Roger L. Vallejo, Ph.D. Computational Biologist & Geneticist U.S. Department of Agriculture, ARS National Center for Cool & Cold Water Aquaculture 11861 Leetown Road Kearneysville, WV 25430 Voice: (304) 724-8340 Ext. 2141 Email: roger.vallejo@ars.usda.gov <ma...
2007 Dec 24
3
Affy Package
...st: bgcorrect.metod = rma rma2 mas normalize.method = qspline quantiles loess pmcorrect.method = pmonly subtractmm mas summary.method = liwong avgdiff medianpolish mas There are many options within each method. I would appreciate a hint on the best combination. Thank you very much in advance. Roger Roger L. Vallejo, Ph.D. Computational Biologist & Geneticist U.S. Department of Agriculture, ARS National Center for Cool & Cold Water Aquaculture 11861 Leetown Road Kearneysville, WV 25430 Voice: (304) 724-8340 Ext. 2141 Email: roger.vallejo@ars.usda.gov http://www.ars.usda.gov/pandp/p...
2013 Jun 11
8
[PATCH v2] xen: fix initialization of wallclock time for PVHVM on migration
Call update_domain_wallclock_time on hvm_latch_shinfo_size even if the bitness of the guest has already been set, this fixes the problem with the wallclock not being set for PVHVM guests on resume from migration. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: Jan Beulich <JBeulich@suse.com> Cc: Keir Fraser <keir@xen.org> Cc: George Dunlap <George.Dunlap@eu.citrix.com> --- Since this is a bug fix, I think it is suitable for inclusion in the 4.3 release, and backported to older releases. --- xe...
2013 Jan 30
3
Mac v Windows Mystery
.... We are all running 2.15.1 and V4.94 of quantreg. I understand that YMMV, especially on windows, but it is difficult to debug this sort of thing when I can't reproduce it. Any suggestions or other experience would be welcome. The test problem takes a minute or so to run on my mac. Thanks, Roger url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Urbana, IL 61801 > > -------------- next part -------------- >...
2007 Jul 20
4
Speex Support for Ices?
...e I do anything, I still need to get my program outputting usable metadata. On Thu, 2007-07-19 at 23:56 +0100, Ivo Emanuel Gon?alves wrote: > I wasn't aware that Ices couldn't handle Speex. What else can it not > handle? Theora? Who's in charge of Ices? > > On 7/17/07, roger <roger@eskimo.com> wrote: > > I've already grepped the sources and glanced how ogg.h > > is used. Probably wouldn't take much to incorporate speex as speex.h > > is probably extremely similar. -- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977...
2017 Mar 29
2
[PATCH 2/6] drm/nouveau: Pin bos from imported dma-bufs to GTT.
From: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com> Attempting to migrate the bo will break the sharing of the buffer. Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com> CC: nouveau at lists.freedesktop.org --- drivers/gpu/drm/nouveau/nouveau_prime.c |...
2016 Feb 25
2
11.21,2 : how to transfer to Jolly Roger ?
I'd like to transfer all my pesky telemarketing calls to Jolly Roger . http://www.nytimes.com/2016/02/25/fashion/a-robot-that-has-fun-at-telemarketers-expense.html In the middle of a call I'd hit some DTMF sequence, which would dial Jolly Roger and transfer the call after Jolly Roger answers. But blindtransfer requires an extension after you hear "trans...
2024 Feb 17
5
Keeping the traffis on or off the list ?
I recently wrote to the list. The distributed message had the following headers: > Date: Fri, 16 Feb 2024 19:22:59 +0100 (CET) > From: Roger Price via Nut-upsuser <nut-upsuser at alioth-lists.debian.net> > Reply-To: Roger Price <roger at rogerprice.org> > To: nut-upsuser Mailing List <nut-upsuser at lists.alioth.debian.org> > Subject: ... Note that the Reply-To goes back to the original poster, not the list....