future,
does it?
Before devoting more time and energy, which is in short supply
lately, I like to hear what others are thinking/doing about all this,
so I’ll copy this to r-devel.
All the best,
Roger
url:www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen...@uiuc.edu
se packages appear on the imports line of my DESCRIPTION file.
Could someone clue me in on what to do?
Thanks,
Roger
url:www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinoi
I need some advice on how to resolve a warning in a revision of my REBayes
package.
At the moment the package Depends on SparseM and Matrix and does some mildly
exotic
coercion like this:
A <- as(as.matrix.csc(A),"dgCMatrix")
that converts a SparseM csr matrix A into a SparseM csc matrix and t
> On Mar 26, 2015, at 8:50 AM, Martyn Plummer wrote:
>
> On Wed, 2015-03-25 at 15:12 -0500, Roger Koenker wrote:
>> Thierry,
>>
>> I have this:
>>
>> if (require(MatrixModels) && require(Matrix)) {
>> X <- model.Matrix(Terms, m, con
els 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/~rogerRoger Koenker
emailrkoen...@uiuc.eduDepartment of Econo
h has just been
pronounced "loaded".
I've verified that I can Sweave("rq.Rnw")
and texi2pdf("rq.tex", clean=TRUE) without any problem.
Any hints greatly appreciated, as always.
Roger
url: www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen.
Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
On Jul 25, 2014, at 10:50 AM, Simon Urbanek wrote:
> On Jul 25, 2014, at 11:25 AM, Roger Koenker wrote:
>
&
Roger
url:www.econ.uiuc.edu/~roger Roger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
On Jul 25, 2014, at 8:14 AM, Simon Urbanek wrote:
> Eduardo,
&
ne in the current version of R-devel. "Ours
not to reason why..."
Roger
url:www.econ.uiuc.edu/~roger Roger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678
e tried to follow the setup for
Matrix by having:
importFrom("graphics", image)
exportMethods("image")
but clearly I'm still missing some crucial aspect. Any suggestions
would be most welcome.
Roger
url:www.econ.uiuc.edu/~rogerRoger Koenker
email
l:www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
__
R-devel@r-project.org mailing lis
rom. Sorry for adding to the noise.
Roger
url:www.econ.uiuc.edu/~roger Roger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
On Jan 30, 2013, at 1
st problem takes a minute or so to
run on my
mac.
Thanks,
Roger
url:www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
ot; not in DLL for package "quantreg"
Error : unable to load R code in package 'quantreg'
ERROR: lazy loading failed for package 'quantreg'
Any suggestions would be much appreciated.
Roger
PS. FWIW: My NAMESPACE for the package looks like this:
useDynLi
omething is rotten in the way arguments are being passed.
I'm aware that the R-extensions manual suggests another strategy than
setGeneric for making generics, but I would like to understand what is
going
wrong here.
Roger
url:www.econ.uiuc.edu/~rogerRoger Koenker
email
Thanks again, options(useFancyQuotes = FALSE) works perfectly!
Roger
On Oct 31, 2009, at 12:05 PM, Prof Brian Ripley wrote:
On Sat, 31 Oct 2009, Roger Koenker wrote:
On Oct 30, 2009, at 4:11 PM, Prof Brian Ripley wrote:
First step to check: update to a released version of R 2.10.0!
I
xterm, and yes in a mac terminal window I do get
correct rendering, so
maybe I should just give up on xterm entirely, but old habits die hard.
On Fri, 30 Oct 2009, Roger Koenker wrote:
Another anomaly from our rhel5 system, again sessionInfo() below.
When I'm logged in remotely via ssh
comments #8 and #10 in the above.
Thanks!
Marc Schwartz
On Oct 30, 2009, at 4:15 PM, Prof Brian Ripley wrote:
Yes, it is known: it is described with workarounds (thanks to Marc
Schwarz, AFAIR) on the ?pdf help page.
On Fri, 30 Oct 2009, Roger Koenker wrote:
It was pointed out to me that
uiuc.edu/~roger Roger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Urbana, IL 61801
__
R-devel@r-project.org mailing li
graphics grDevices utils datasets methods
[8] base
other attached packages:
[1] survival_2.35-7 quantreg_4.42 SparseM_0.80
loaded via a namespace (and not attached):
[1] tools_2.10.0
url:www.econ.uiuc.edu/~roger Roger Koenker
emailrkoen...@uiuc.eduDepa
eric approach
entirely? (My most recent experience is with R 2.9.1, but this
has been an issue for several versions.)
url:www.econ.uiuc.edu/~rogerRoger Koenker
emailrkoen...@uiuc.eduDepartment of Economics
vox: 217-333-4558University of Illinois
fax:
Great, thanks again, Duncan. And to Peter. I've adopted the enclos =
environment(formula)
solution.
Roger
On Apr 12, 2009, at 2:29 PM, Duncan Murdoch wrote:
roger koenker wrote:
Thanks. Yes, I wrote rqss, and attempted to follow the structure
of lm, and various analogues
, Duncan Murdoch wrote:
On 11/04/2009 6:50 PM, roger koenker wrote:
I'm having difficulty with an environmental issue: I have an
additive model fitting function
with a typical call that looks like this:
require(quantreg)
n <- 100
x <- runif(n,0,10)
y <- sin(x) + rnorm(n)/5
m still unenlightened.
url: www.econ.uiuc.edu/~rogerRoger Koenker
email rkoen...@uiuc.edu Department of Economics
vox:217-333-4558University of Illinois
fax:217-244-6678Champaign, IL 61820
spline. I
would
be interested in hearing about other suggestions from anyone who has
looked at similar situations.
url:www.econ.uiuc.edu/~roger Roger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Il
Commas would be fine especially if there were spaces too,
as in your example. I was just trying to suggest something
mimimalist ;-)
Cheers,
Roger
On Feb 23, 2008, at 11:21 AM, Martin Maechler wrote:
>>>>>> "rk" == roger koenker <[EMAIL PROTECTED]>
>>&g
I have a vector of logLik values that I'd like to return and it would
be nice
if the the print method didn't run them together. Could I make a plea
for
using sep = " ", rather than sep = "" in print.logLik?
url:www.econ.uiuc.edu/~roger
we are already at 20 x 10^6 columns.
url:www.econ.uiuc.edu/~roger Roger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Cham
help.search()
didn't reveal anything.
url:www.econ.uiuc.edu/~roger Roger Koenker
email [EMAIL PROTECTED] Department of Economics
vox:217-333-4558University of Illinois
fax:217-244-6678Champaig
<- attr(m, "na.message")
class(fit) <- c(if (is.matrix(Y)) "mslm", "slm")
fit
}
url:www.econ.uiuc.edu/~rogerRoger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University
On Aug 16, 2006, at 4:25 PM, Simon Urbanek wrote:
> On Aug 15, 2006, at 3:21 PM, roger koenker wrote:
>
> Sorry this, is my fault:
>
>>
>> ld: warning can't open dynamic library: libR.dylib referenced
>> from: / Library/Frameworks/R.framework/Resources/lib/
ch doesn't appear to be part of the ld above should it be?
Can this be arranged
by modifying Makevars?
url:www.econ.uiuc.edu/~roger Roger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Illinois
fax:
on of __gfortran_line
.
.
.
/usr/bin/libtool: internal link edit command failed
make: *** [quantreg.so] Error 1
ERROR: compilation failed for package 'quantreg'
Any further suggestions would be very welcome.
Roger
url:www.econ.uiuc.edu/~roger Roger Koenker
email[
Yes, upgrading to Xcode 2.4 worked perfectly. Thanks to all.
url:www.econ.uiuc.edu/~rogerRoger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Champaign, IL
06-07-28 r38710)
url:www.econ.uiuc.edu/~roger Roger Koenker
email [EMAIL PROTECTED] Department of Economics
vox:217-333-4558University of Illinois
fax:217-244-6678
Thanks, that works splendidly.
url:www.econ.uiuc.edu/~rogerRoger Koenker
email [EMAIL PROTECTED] Department of Economics
vox:217-333-4558University of Illinois
fax:217-244-6678Champaign, IL
how to pass my parameters.
Can someone enlighten me? Or, would it still be necessary to add
"..." to the binomial
function?
url:www.econ.uiuc.edu/~rogerRoger Koenker
email [EMAIL PROTECTED] Department of Economics
vox:217-333-4558
stopifnot(abs(qy - ky) < eps)
T[i,j,5] <- system.time(sort(y,method="quick"))[1]
}
}
Tab <- apply(T,2:3,mean)
dimnames(Tab) <- list(paste(ns),c(rep(c("quantile","kuantile"),
2),"qsort"))
url:www.econ.uiuc.edu/~r
c.edu/~roger Roger Koenker
email [EMAIL PROTECTED] Department of Economics
vox:217-333-4558University of Illinois
fax:217-244-6678Champaign, IL 61820
On Mar 14, 2006, at 1:31 PM, Prof Brian Ripley
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[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Illinois
fax: 217-24
r large number of probabilities. In such
cases it seems that it is difficult to improve upon doing a full sort.
I would welcome comments on any of this
url:www.econ.uiuc.edu/~rogerRoger Koenker
email: [EMAIL PROTECTED] Department of Economics
vox:217-333-4558
dn't be functional due to the recursion. Any thoughts on this
would be
appreciated. Brian is doubtless right that current methods are
perfectly
adequate for almost all purposes, but in cases of very large datasets
where
many quantiles are needed, it may be worthwhile.
Roger
url:w
On Feb 20, 2006, at 8:29 AM, Prof Brian Ripley wrote:
> On Mon, 20 Feb 2006, Duncan Murdoch wrote:
>
>> On 2/20/2006 8:54 AM, [EMAIL PROTECTED] wrote:
>>> Full_Name: David Pleydell
>>> Version: 2.2.1
>>> OS: Debian Etch
>>> Submission from: (NULL) (193.55.70.206)
>>>
>>>
>>> There appears to be a
My fault, what you show is exactly what I wanted...
url:www.econ.uiuc.edu/~rogerRoger Koenker
email[EMAIL PROTECTED]Department of Economics
vox: 217-333-4558University of Illinois
fax: 217-244-6678Champaign, IL 61820
On
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
On Dec 9, 2005, at 10:05 AM, Luke Tierney wrote:
> On Thu, 8 Dec 2005, Peter Dalgaard wrote:
>
>> roger koenker <[EMAIL PROTECTED]> writes:
>>
>>> I was experimenting yesterday with a binomial make.link option
>>> for estimating student t binary response
d on our soon to be defunct Splus6.2 and
sure enough, it produced plausible answers instead of R's NA's.
Of course, I have no way of judging the quality of these answers,
but I'm curious about whether someone has already looked into
this can of worms.
url:www.econ.uiuc.edu/~ro
47 matches
Mail list logo