Displaying 20 results from an estimated 200 matches similar to: "Quantreg error"
2006 Jul 26
3
Moving Average
Dear R-Users,
How can I compute simple moving averages from a time series in R?
Note that I do not want to estimate a MA model, just compute the MA's
given a lenght (as excel does).
Thanks
________________________________________
Ricardo Gonçalves Silva, M. Sc.
Apoio aos Processos de Modelagem Matemática
Econometria & Inadimplência
Serasa S.A.
(11) - 6847-8889
ricardosilva@serasa.com.br
2006 Jul 13
2
MLE and QR classes
Hi,
I load my data set and separate it as folowing:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
Now, I want to use it using the wls and quantreg packages. How I change the
data classes for mle and rq objects?
Thanks a lot,
2006 Jul 14
1
Error in Quantile Regression - Clear Message
Dear Users,
I loaded my dataset as following:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
When I try:
rq(dep ~ exo, ...) or mle.stepwise(dep ~ exo, ...)
I got the same error:
> rq(dep ~ exo)
Error in model.frame(formula, rownames,
2006 Aug 01
1
Pseudo R for Quant Reg
Dear R Users,
Did someone implemented the R1 (Pseudo R-2) and likelihood ratio
statistics for quantile regressions, which are some of the inference
procedures for quantile regression
found in Koenker and Machado (1999)?
I tried the Ox version, but my dataset is too large (> 50.000) and the
algorith breaks.
________________________________________
Ricardo Gonçalves Silva, M. Sc.
Apoio aos
2006 Jun 07
4
R crashes on quantreg
I was trying "quantreg" package,
lm1 <- lm(y~x)
rq1 <- rq(y~x)
plot(summary(rq1)) #then got a warning says singular value, etc. but this
line can be omited
plot(lm1) #crash here
It happened every time on my PC, Windows XP Pro Serv. Pack 1, Pentium(4)
3.00G.
[[alternative HTML version deleted]]
2005 Apr 05
1
Install R 2.0 package on R 1.9.1
Hi,
I'm wondering if it is possible to install a package for R 2.0 on
R 1.9.1 on Mac OS X? I'm getting this error which seems to be known issue:
library("quantreg")
Error in firstlib(which.lib.loc, package) :
couldn't find function "lazyLoad"
In addition: Warning message:
package quantreg was built under R version 2.0.1
Error in
2009 Jun 09
1
Non-linear regression/Quantile regression
Hi,
I'm relatively new to R and need to do a quantile regression. Linear
quantile regression works, but for my data I need some quadratic function.
So I guess, I have to use a nonlinear quantile regression. I tried the
example on the help page for nlrq with my data and it worked. But the
example there was with a SSlogis model. Trying to write
dat.nlrq <- nlrq(BM ~ I(Regen100^2),
2009 Aug 16
1
Installing quantreg package under Ubuntu
Does any have installation instructions for this? When I run
install.packages('quantreg') I get:
gcc -std=gnu99 -shared -o quantreg.so akj.o boot.o brute.o chlfct.o
cholesky.o combos.o crq.o crqfnb.o dsel05.o etime.o extract.o idmin.o
iswap.o kuantile.o mcmb.o penalty.o powell.o rls.o rq0.o rq1.o rqbr.o
rqfn.o rqfnb.o rqfnc.o sparskit2.o srqfn.o srqfnc.o srtpai.o -llapack
-lblas
2008 Apr 27
2
[LLVMdev] Questions for new Backend
Hi,
I am trying to do a backend to a very simple microcontroller. I have some
questions.
1) I have instruction which do "r1 <- r1 op r2", from what I have ssen I
must declare them like:
let isTwoAddress = 1 in
def ADD : FopRR< 0b01010,
(outs CPURegs:$sX), (ins CPURegs:$isX, CPURegs:$sY),
"ADD $sX, $sY"),
[(set
2015 Nov 23
3
MKL Acceleration encouraging; need adjust package builds?
Dear R-devel:
The Cluster administrators at KU got enthusiastic about testing
R-3.2.2 with Intel MKL when I asked for some BLAS integration. Below
I forward a performance report, which is encouraging, and thought you
would like to know the numbers. Appears to my untrained eye there are
some extraordinary speedups on Cholesky decomposition, determinants,
and matrix inversion.
They had
2003 Jun 06
1
more about SIP ...
I added the line "allow G723.1" in my sip.conf general config,
and from a bridge connection which gives silence,
I have progressed to the error message below,
and the call gets rejected.
help!!
Dave
ps. 217.168.168.49 : soft sipphone, i'm trying SJphone & Pingel Instant
Expressa
723@216.52.153.207 : Go2Call SIP gateway
-- Executing
2004 Jan 09
2
asterisk sip with voicemail
Hello all,
I have setup my sip.conf so users can register etc in the following
format,
[person]
type=friend
username=nick
secret=********
host=dynamic
mailbox=101
in my voicemail.conf I have an entry like
101 => 1234,Nick Knight,nick@omniis.com
Leaving a voicemail works fine after I have my dial command time out but
on sip clients which display whether voicemail is
2014 Jun 24
1
Speex Decoding Issue
Dear Speex community,
I am having problems to get the Speex Decoding API to work properly in our project.
I am working in an embedded project with a very limited RAM and Flash memory and would like to use Speex encoded files to save memory while having good voice sounds in our speakers.
I have developed a Windows-based tool to convert WAV files to Speex files in packets of 160 bytes (we are
2011 Nov 14
1
about R instalation
Hello,
I would like to get help on the instalation of R.
I have too few free space in my pc hard disk. So I wonder if it is possible
to install R on an external removable hard drive.
Can it be done? How should I proceed?
Thank you for your help.
best regards,
Francisca A. S. dos Santos Bronner
--
2015 Nov 23
0
MKL Acceleration encouraging; need adjust package builds?
Hi Paul,
We've been through this process ourselves for the Revolution R Open project. There are a number of pitfalls to avoid, but you can take a look at how we achieved it in the build scripts at:
https://github.com/RevolutionAnalytics/RRO
There are also some very useful notes in the R Installation guide:
https://cran.r-project.org/doc/manuals/r-release/R-admin.html#BLAS
Most packages do
2007 Feb 05
1
RdbiPgSQL in R 2.4.1
Hi R-users
I recently downloaded RdbiPgSQL 1.8.0 and Rdbi 1.8.0 from Bioconductor to be
installed under R 2.4.1.
When requiring RdbiPgSQL an error message is showed as follows:
> require(RdbiPgSQL)
Loading required package: RdbiPgSQL
Error in library(package, lib.loc = lib.loc, character.only = TRUE, logical
= TRUE, :
‘RdbiPgSQL’ is not a valid package – installed <
2008 Apr 27
0
[LLVMdev] Questions for new Backend
On Apr 27, 2008, at 7:37 AM, Cédric Venet wrote:
> Hi,
>
> I am trying to do a backend to a very simple microcontroller. I have
> some
> questions.
Ok.
> 1) I have instruction which do "r1 <- r1 op r2", from what I have
> ssen I
> must declare them like:
>
> let isTwoAddress = 1 in
> def ADD : FopRR< 0b01010,
> (outs
2003 Apr 13
6
Asterisk Crashes
I did a cvs update this afternoon and since then asterisk doesn't seem to
clean up the channels after they hangup. This has been working perfectly for
quite some time previously...
I do a show channels and it shows the channels still up.
The only way out is to kill and restart asterisk....
I am frantically trying to would out how to get a non-current CVS copy of
the source and get it back
2018 Mar 14
2
ISCSI target + LVM Problem
Hello, thanks for the help.
Yes
And the commands to discovery iscsi results ok
Such
iscsiadm --mode discovery --type sendtargets
And
scsiadm -m node -T
And the disks appear on pvdisplay
2018-03-14 16:23 GMT-03:00 Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar>:
> On Wed, Mar 14, 2018 at 4:08 PM, marcos sr <msr.mailing at gmail.com> wrote:
> >
> >
2008 Nov 12
15
[PATCH][RFC][12+2][v3] A expanded CFQ scheduler for cgroups
This patchset expands traditional CFQ scheduler in order to support cgroups,
and improves old version.
Improvements are as following.
* Modularizing our new CFQ scheduler.
The expanded CFQ scheduler is registered/unregistered as new I/O
elevator scheduler called "cfq-cgroups". By this, the traditional CFQ
scheduler, which does not handle cgroups, and our new CFQ