Displaying 20 results from an estimated 200 matches similar to: "Moving Average"
2006 Jul 17
2
Quantreg error
Dear User,
I got the following error running a regression quantile:
> rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 );
> summary(rq1)
Erro em rq.fit.fnb(x, y, tau = tau + h) :
Error info = 75 in stepy: singular design
Any hint about the problem?
Thanks a lot,
________________________________________
Ricardo Gon?alves Silva, M. Sc.
Apoio aos Processos de Modelagem Matem?tica
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 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 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 Jun 21
3
png() or jpeg() in a php script
Hello,
I've got a problem with a PHP script, in which I call the system function
(to call another processes). The call is :
system("R --slave --vanilla < path/to/source/source.R");
if in this R file, I've got the lines:
pdf(file="/path/to/file/file.pdf")
commands
dev.off()
the pdf file is perfectly created
but if I change the lines to:
2006 May 16
1
R(DCOM) / StatConnector and PHP
hi
does anyone have knowledge on how to connected to StatConnector from PHP
I have tried:
new COM("STATCONNECTORSRVLib.StatConnector") or die("Unable to
instantiate StatConnector");
with no succes
regards soren
2003 Feb 13
2
ROC
Hi, can you advise me is there any ROC(Receiver
Operating Characteristic)analysis program in R?
Thanks,
Dechao
=====
Dechao Wang
Tel: (44) 01223 719718
Mob: (44) 07729 411134
__________________________________________________
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
2006 Aug 24
2
Search for best ARIMA model
Hello,
I have a several time series, which I would like to check for their best
fitted Arima model (I am checking for the lowest aic value).
Which lets me raise two questions:
1) is there are more efficient way, than using 6 for-loops?
2) sometimes the system cannot calculate with given parameters - is
there a more efficient solution than I found?
I hope, you can help me to make this
2006 Jun 23
3
R connectivity to database
Hello, does anyone know how I would go about getting R to connect to OpenOffice's Base program (OOo's version of MS Access) such that I can retrieve data from the database and perform calculations and data analysis? I'm totally new to R and Base and I've looked at some documentation, but found only examples for R connecting to PostgreSQL and MySQL, but nothing for OOo's Base
2006 Jun 16
2
Yahoo data download problem
Hi all R-Experts,
I'm facing one problem in yahoo data downloading. I'm suing Windows XP, R 2.2.0, and i'm using yahoo.get.hist.quote function to download data. I need 500 companies of S&P index daily 'closing price' data for last ten years. My questions are:
1) I have all the ticker names of S&P 500 companies in a .csv format. I'm reading those names in R and
2006 Feb 02
2
RHOME
R-help --
I built R-2.2.1 in my own directory on a sun (solaris). Now I would like
the sysadmin to move the contents to /usr/local/lib and place the binary
in /usr/local/bin. No problem. However, the RHOME variable defaults to
the directory from which R was built so it is not usable by anyone but me
or ROOT. I would like to avoid building this again if possible. Any ideas?
Thanks,
Dan
2008 Aug 20
2
Outdated dependencies and install.packages()
This looks like a buglet:
> install.packages("lme4", depend=TRUE, lib="~/Rlibrary/")
--- Please select a CRAN mirror for use in this session ---
[...snip...]
** preparing package for lazy loading
Error: package 'Matrix' 0.999375-4 was found, but >= 0.999375.11 is
required by 'lme4'
Execution halted
ERROR: lazy loading failed for package 'lme4'
**
2009 Apr 14
3
Problem cross-compiling on Ubuntu
I'm using Ubuntu 8.10 (Intrepid Ibex) and R 2.7.1.
I've built a package from source (a modified version of gbm) and it
contains some C++ code. I now want to cross-compile it to get a
Windows version.
I installed R using
sudo apt-get update
sudo apt-get install r-base
sudo apt-get install r-base-dev
So far as I can tell, I've also followed all the instructions in the
guide
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
2010 May 18
1
issues with R Library on a Server
Hello,
I am a bit over my head on this issue. My colleagues and I are running
R off of our server. We all have admin rights and prior to yesterday
we all had our own libraries. Our main system administrator advised us
that we should have a shared library. So, I am trying to do this.
I have downloaded the latest version of R and installed it on the
main drive of our server in the "Program
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
--
2010 May 24
1
library location and error messages when loading packages
Hello,
I am running R on a server that several people share. Previously we
all had separate libraries for R.
I have set up R so everyone on the server shares the same library and
I downloaded the latest version of R and installed it on the
main drive of our server in the "Program Files" folder (obvious
enough).
I changed the Environmental Variables in the advanced system setting
so
2005 Nov 11
1
Recursive dependencies(Rcmdr)
Something might have slipped by me, but I got into the following situation
installing Rcmdr:
< install.packages("Rcmdr",depend=TRUE) >
Oodles of Output, until:
* Installing *source* package 'multcomp' ...
** R
** data
** inst
** preparing package for lazy loading
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2007 Feb 22
1
R CMD CHECK question
hi,
I have two private packages, the first (`pkc') depending on the second one
(`roiutils'). The source code and DESCRIPTION files describes the dependency
as it should be ('Imports', `require'), at least I think so.
now, running
R CMD CHECK pkc
yields the following output in which I have inserted my
questions (lines starting with -->):
* checking for working latex ...