search for: ordr

Displaying 7 results from an estimated 7 matches for "ordr".

Did you mean: order
2004 Feb 04
1
arima function
Hello, I am a beginner user of R and I would like to estimate a model with AR errors. I use arima function: modele <-arima(conso,xreg=var.exogenes,order=c(ordre,0,0),include.mean=TRUE,method ="CSS") My inputs are dummies for each month except one, and the same thing for each day and each hour. I have this error message: Warning message: possible convergence problem: optim gave code= 1 in: arima(as.ts(conso), xreg = table, order = c(10, 0, 0),...
2007 Aug 23
1
ordered factors in data.frame
Hello I need a tiny peace of help. (PPC Mac Os X 10.4.10; R 2.5.1) I have a data.frame with numeric and factor variables. I would like to convert same of the factors to ordered factors. I tried with: attach (table) as.ordered (V3) but this gives me only the V3 Vector as ordred back but in the data.frame (str(Table)) it is still not ordered. How can I do that? Thanks for your help. I am still a beginner. Greetings Birgit Now I would like to Birgit Lemcke Institut für Systematische Botanik Zollikerstrasse 107 CH-8008 Zürich Switzerland Ph: +41 (0)44 634 8351 birg...
2007 Dec 22
1
odfWeave cross-reference
How can I insert cross-references to odfWeave generated figures in my source odf before the graphic has been created with odfWeave? Many thanks, Chris
2011 Aug 31
0
QUANSTRAT: error with applySignal
...rtf("daniel",symbol="IEF",initDate=periodicity(IEF)$start,currency('EUR')) # initialise le compte initAcct("daniel", portfolios="daniel",initDate=periodicity(IEF)$start) # on initialise les ordres initOrders(portfolio="daniel",initDate=periodicity(IEF)$start) # on construit un objet de type strategy s=strategy("intraday") # on initialise un indicateur technique, (les arguments sont en format list)...
2009 Jul 30
1
stepwise variable selection method wanted
Hi List, I am looking for a variable selection procedure with a forward-backward selection method. Firstly, it is meant to work with the cophenetic correlation coefficient (CPCC) and intended to find the variable combination with the highest cophenetic correlation. Secondly, it is aimed at Gower metric with wards method (though this could be easily extended) aimed at categorical data. What I
2013 May 09
4
[PATCH] mini-os: eliminate duplicated definition of spin_unlock_wait
Signed-off-by: Chen Baozi <baozich@gmail.com> --- extras/mini-os/include/spinlock.h | 2 +- extras/mini-os/include/x86/arch_spinlock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h index 70cf20f..6604e3c 100644 --- a/extras/mini-os/include/spinlock.h +++
2007 Jul 20
8
Wx::StaticText
Salut alex. J''ai une question a propos de wx::statictext(wxruby2) est-il possible de mettre les accents pour la langue française?, car pour l''instant je ne peut pas mettre l''accentuation alors que ça marche bien avec "wxruby". merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org