Displaying 20 results from an estimated 300 matches similar to: "Program BFAST"
2010 Dec 01
1
Wiener-Granger Causality Test in R
Hello dudes.
I'm developing VAR analysis based on suggestions made by Horváth in its
paper Canonical Correlation Analysis and Wiener-Granger Causality Tests.
That's the reason I'm looking for if there's any R package to develop Wiener
- Granger Causality Test.
Thanks a lot for your unvaluable help.
Regards from Mexico
[[alternative HTML version deleted]]
2010 Oct 12
1
Help with STL function to decompose
Hi everyone.
I'm having some troubles with STL function to decompose some data.
My issue is that I have monthly data from September 2005 up to August 2010
i. e. 60 observations.
I define it in the following way:
*u<-read.csv("C:/CELEBREX.csv",header = TRUE)
u.ts<-ts(u, start=c(2005,9), frequency=12)
*
The issue is that when I try to use
stl(u.ts, 'per')
Then the
2010 Dec 29
2
Trying to extract an algorithm from a function
Hi, I'm using package "vars" and I'm trying to extract the algorithm that
function "predict" contained in that package in order to understand how does
it work.
When I type function "VAR" then all its algorithm appears in R, however if I
try to do the same with "predict" nothing happens...Is there any possible
way to extract the algorithm?
Thanks a
2007 Nov 14
1
Help with K-means Clustering
Hello, I'm new using R.
I'm trying to develop a K-means Clustering with R for some data I have,
however each time I use that instruction with the same data my cluster
means, clustering vector and within cluster sum of square change and I don't
understand why because I use the same parameters and the same data.
Can anybody explain me why does it happen?
Thank you
Act. Calef
2012 Nov 06
1
Mixed Data Sampling Regression Models
Hi everybody.
I was wondering if there's any package available that can handle Mixed Data
Sampling Regression Models.
Thanks a lot for your help.
[[alternative HTML version deleted]]
2012 Sep 27
1
How does "apply.monthly" function works (xts package)
Hi everybody.
I use to work with monthly data, however this is my first time working with
weekly data.
I have 4 data bases with monthly data and 1 with weekly data, so I want to
convert my weekly to monthly data in order to have the same periodicity in
all of them.
I've read that package xts can help me with this issue, so I have done the
following script:
2011 Jan 04
1
uroot Package and R 2.12.1
Hello friends.
I'm wondering what happened to package uroot. I worked quite well with
older versions of R, however with 2.12.1 version it simply doesn't work.
The worst thing is that I look for it in the contributed packages and it
simply doesn't appear.
I want to develop ADF test with seasonal (centered) dummies, is there any
other possible package that contains this test?
Thanks
2007 Nov 30
1
Help with tables
Hello, I'm new using R and developing tables.
I have a problem in developing a table. In a questionaire I made I ask this
question "Please tell me the first three sympthoms caused by Respiratory
tract infection you've caught this year", then the people answer three
sympthoms, the first mention (Top of mind) is saved in a variable called
"P2_A", the second mention in
2005 Apr 11
1
??
R people,
I'd like to know how can I make inequations with are, specially work
with lineal programming.
Thanks for your unvaluable help
Adri?n
2018 May 22
4
Functional Levels
HI!!
I have one question, in samba 4.8.2 , --forest-level and --domain-level
is worked 2012/2012 R2 ?
samba-tool domain level --help
--forest-level=FOREST_LEVEL
The forest function level (2003 | 2008 | 2008_R2 |
2012 | 2012_R2)
--domain-level=DOMAIN_LEVEL
The domain function level (2003 | 2008 | 2008_R2 |
2018 May 22
1
Functional Levels
Thanks for answers.
Why do you have this option if it is not working yet?
Just out of curiosity...
Regards;
On 22-05-2018 12:52, Rowland Penny via samba wrote:
> On Tue, 22 May 2018 12:39:53 -0300
> Carlos via samba <samba at lists.samba.org> wrote:
>
>> HI!!
>>
>> I have one question, in samba 4.8.2 , --forest-level and
>> --domain-level is worked
2009 Dec 13
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* Bergm (1.0)
Alberto Caimo
http://crantastic.org/packages/Bergm
Functions implementing Bayesian estimation for exponential random
graph models via exchange algorithm
Updated packages
----------------
lmtest (0.9-26), logcondens (1.3.5), MTSKNN (0.0-4), pmml (1.2.21),
r2lUniv (0.9.4), rattle (2.5.11), rgdal (0.6-23),
2009 Jul 23
3
How to pass a character argument which contains expressions to arg.names in barplot?
Hi all
Can anybody help me with this? I am trying to include in an automatic way
the argument in arg.names in a barplot. I generate the labels I want to
appear below the bars with a for loop, and they contain subscripts, so I
need to use expression
anch<-0.05
esp<-4
for (i in 1:dim(Ntot)[1])
{
naux<-Ntot[i,]
naux2<-naux[naux>0]
nind<-which(naux>0)
2004 Apr 13
0
AW: Unable to delete folders in samba shares-SOLVED
>On Tuesday 13 April 2004 17:02, Radio Gong 2000 GmbH & Co. KG [Technik]
wrote:
> Oh, sorry it's not as I told u!!!
>
> IT'S NOT smb:/workgroup/server/share
> BUT smb://server/share
OH GOD.....SASCHA !!!!!!!!!!!!!!!!!!!!!!!!YOU ARE A F******
GENIUS !!!!!!!!!!!!
> If u type smb:/ and press RETURN, konqueror should browse automatically, of
> course u have to
2012 Jun 19
1
STRUCCHANGE DETECTING BREAKPOINTS IN A TIME SERIES
HI
i'm trying to detect breaks points in various flow time series, they all
contains seasonality and trend
my question is :
i have to remove this seasonality and trend before apply the function
breakpoints du package strucchange??
another question, the function breakpoints is similar to de Pettit tests ?
or how does it realy works?
THANKS!!!!
DENISSE
--
View this message in context:
2008 Jan 23
1
Problem with geom_line
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080123/ab90f75d/attachment.pl
2013 May 21
1
Library without malloc
Dear all,
I am trying to use the Speex library pre-processor, I only need the VAD and Echo Canceller.
I am using a STM32F103 processor, but I am using a tiny OS and it doesn't allow to use malloc.
Is there a version of the library that will work without the need of using malloc?
Obviously I will use all the time the same parameters, like 8kHz sampling rate, 160 frame...
I will appreciate
2012 Nov 09
1
Breakpoints and non linear regression
Hello,
I have done some research about breakpoints (I am not a statistician) and I
found out about the breakpoint, strucchange and segmented packages in R
allowing to find breakpoints assuming linear model.
However, I would like to fit a periodic time series with a non linear
(periodic) model, and I was wondering how I could find breakpoints for this
model in R. Is it even possible ?
My model
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
***************************************************************************************************
CISTI'2013 DOCTORAL SYMPOSIUM
8th Iberian Conference on Information Systems and Technologies
Lisbn, Portugal, June 19 - 23, 2013
http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en
2012 Dec 10
2
CISTI'2013 Doctoral Symposium - CFP, Lisbon, June 19 - 23, 2013
***************************************************************************************************
CISTI'2013 DOCTORAL SYMPOSIUM
8th Iberian Conference on Information Systems and Technologies
Lisbn, Portugal, June 19 - 23, 2013
http://www.aisti.eu/cisti2013/index.php?option=com_content&view=article&id=64&Itemid=68&lang=en