search for: otab

Displaying 3 results from an estimated 3 matches for "otab".

Did you mean: mtab
2003 Jan 14
3
PLS regression?
Hi all, I would like to do some QSAR analysis (quantitative structure activity relationship). I need to use some Partial Least Squares (PLS) regression, but I have not seen this option on the R-project. Is it possible to do this kind of regression on R? thank you in advance best regards, olivier [[alternate HTML version deleted]]
2006 Sep 06
0
Long delay between execution of front & end in same queue
Hello Everyone, I gotta problem that effects 2 of my products. I was wandering if I could get your take on it. Basically, I have 2 parallel effects. First Effect makes things disappear new Effect.Parallel( [ new Effect.Fade(oTab.panel, {duration: 1}), new Effect.Fade(contentId, {duration:1}), new Effect.SlideUp(this.panelContainer, {duration:1}) ], {queue:{position: end, scope: ''tabEffects''}}); Second Effect makes things appear new Effect.Parallel( [ new Effect.Appear(oTab.panel, {duration: 1, queue:{p...
2006 Apr 07
6
ajax loading message
...r - sometimes it disappears, sometimes it doesn''t. This is the javascript I have: ajaxContent: function(iTabPos) { if (isNaN(iTabPos)) return false; var iTabIndex = this._posToIndex(iTabPos); var oTab = this.tabs[iTabIndex]; var oPanel = oTab.panel; //if (str && str.length > 0) oTab.panel.innerHTML = str; var rand = parseInt(Math.random()*99999999); // chache buster...