search for: collignon

Displaying 14 results from an estimated 14 matches for "collignon".

2004 Jun 28
1
R client connection OLAP cube (SQL Analysis Services / PivotTable Service)
...special connection parameters (from R) through the RODBC package or do I have to setup an intermediary XL table (pivottable linked to the OLAP cube) and then connect to the XL data source from R? I would appreciate any reference / pointer to OLAP/R configuration instructions. Thanks. Olivier Collignon
2003 Feb 14
3
Change array size
Hi, I would like to know if there is a way to change a vector of arbitrary size to make it fits the nearest upper size multiple of a power of 2. -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2001 Oct 30
2
creating chron object aggregates (e.g. sums by day)
...d 3 07/11/01 1000 4 07/12/01 0 << inserted record 5 07/13/01 1500 6 07/14/01 0 << inserted record 7 07/15/01 0 << inserted record 8 07/16/01 600 9 07/17/01 500 Is there a simple way to do this? Thanks, -- -Olivier -- Olivier Collignon Loudcloud, Inc. olivier at loudcloud.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not...
2003 Apr 08
1
Modeling the trend and eliminate it
...et localised (with x an y) data. I try to fit a linear model to the data: mod.01 <- lm(ff~x+y) I've got so a model. My question is how can I do to subtract the model from the initial f data ? -- Cordialement ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2004 Jul 01
0
MS OLAP -- RODBC to SQL Server "Slice Server" pass-through query to MS OLAP
Olivier Collignon wrote: > I have been doing data analysis/modeling in R, connecting to SQL databases > with RODBC (winXP client with R1.9.0 and win2k SQL server 2000). > > I am now trying to leverage some of the OLAP features to keep the data > intensive tasks on the DB server side and only keep...
2003 Feb 25
1
Wavelets correlation test
...n to perform a cor.test on each level of the wavelet decomposition, say N. So I will have at the end of a first step N results of cor.test. How can I deal with this N results to have an answer globaly ? -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2003 Mar 06
0
loop avoiding on time interval intersects
...(of events defined by their start and end times) that elapsed during time intervals. Any advice on how to improve this code. I searched the email archive and looked at the MASS book but did not find anything specific that relate to that. Not sure how t/sapply could be used here? Thanks Olivier Collignon Principal, Service Level and Risk Management EDS / Loudcloud Automated Operations Here is the non-optimized code: library(chron) # create an object populated with 3 events and their start and end timestamps dts <- dates(c("01/01/2003", "01/02/2003", "01/03/2003"...
2003 Mar 21
0
Postscript PBs
...to print it, I've got a blank page or a black page (fill of black encre) I changed the printer (guessing it was my driver printer), it was the same. Does anyone had the same problem and resolved it ? -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2003 Mar 21
0
Postscript PB
...rint it, I've got a blank page or a black page (fill of black encre) I changed the printer (guessing it was my driver printer), it was the same. Does anyone had the same problem and resolved it ? -- Cordialement ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2010 Jul 23
2
glm - prediction of a factor with several levels
Dear community, I'm currently attempting to predict the occurence of an event (factor) having more than 2 levels with several continuous predictors. The model being ordinal, I was waiting the glm function to return several intercepts, which is not the case when looking to my results (I only have one intercept). I finally managed to perform an ordinal polytomous logisitc regression with the
2010 Jul 26
1
After writing data in MMF using SEXP structure, can i reference in R?
...r <[101]bbolker at gmail.com> To: [102]r-help at stat.math.ethz.ch Subject: Re: [R] glm - prediction of a factor with several levels Message-ID: <[103]loom.20100724T175114-259 at post.gmane.org> Content-Type: text/plain; charset=us-ascii blackscorpio <olivier.collignon <at> live.fr> writes: > I'm currently attempting to predict the occurence of an event (factor) > having more than 2 levels with several continuous predictors. The model > being ordinal, I was waiting the glm function to return several intercepts, >...
2010 Sep 06
3
likelyhood maximization problem with polr
Dear community, I am currently trying to fit an ordinal logistic regression model with the polr function. I often get the same error message : "attempt to find suitable starting values failed", for example with : require(MASS) data(iris) polr(Species~Sepal.Length+Sepal.Width+Petal.Length+Petal.Width,iris) (I know the response variable Species should be nominal but I do as levels
2011 Nov 03
0
L1 penalization for proportional odds logistic regression
Dear community, I am currently attempting to perform a (L1) penalized ordinal logistic regression with proportional odds. For the moment I only found R packages allowing to perform forward or backward continuation ratio model with several penalizations. Does anyone have a clue of what R package I could use ? I am not even quite sure that penalized logistic regression with proportional odds has
1999 Mar 24
0
Broken pipe errors can result in corrupt files ==> please help
Hello all, ever since whe upgraded to samba 2.0.2 we are getting the following error [1999/03/01 19:12:52, 0] lib/util_sock.c:write_data(407) write_data: write failure. Error = Broken pipe This error occurs on almost every write to the server... Sometimes this results in corrupt files. Is there a solution to this problem ?? Thanks, Marc