similar to: stack overflow using step()

Displaying 20 results from an estimated 5000 matches similar to: "stack overflow using step()"

2009 Nov 02
1
for parameter 'keep' in 'step'
Hello Lady or Sir, I want to do model selection with 'step' function. But there is a trouble to me. For example, there are 5 independent variables, X0,X1,X2,X3 and X4; and 1 dependent variable y. I want to run stepwise regression y ~ X0 + X1 + X2 + X3 + X4, and I want to keep X0 always in the model. Every time when I run command 'step' with 'keep', error information
2008 May 30
5
color management spec
As part of my GSoC project I have to work out a spec that covers how applications should communicate color management related properties between each other and the compositing manager. The main idea of the project is to let the compositing manager do the color management on behalf of the applications. But before that can happen, the applications have to tell the compositing manager how they want
2006 Nov 15
1
compiz does not group windows
hello I am using compiz in fc6 and have this problem (tryed 0.3.2 and still have the same issue): When a window that have subwindows like gets minimized and I klick on it on the panels taskbar onle the subwindow shows up, but not the main window. I have to use alt+tab to open it. it also happens with floating buttonbars in openoffice so I add a list in openoffice it shows the bar with the
2001 Aug 12
2
WND structures
hi all, executing a certain program with wine, we get several crashes, in the RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the program itself. the program always crashes after the creation of a subwindow, and the problem appears to be the same, that is, somewhere before the crash the window tree structure gets corrupted. in order to find the exact point in which this
2010 Apr 17
2
Keyboard problem
I've had a Logitech cordless desktop on my primary desktop for the last few years, and every once in a while the number pad would just "go out" - the <enter> key and num-lock would still work, but of all the others would do nothing except the 5, which would pop-up a subwindow in some app on the screen that didn't have the focus. I thought this was aproblem with the
2005 Nov 11
2
array.each() on associative array?
Hi List! Is there a way to iterate through an associative array when prototype.js is used? arrayname.each(function (i) { alert(i); }); seems to work only for numeric arrays. Thanks, Josef Stich _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2012 Nov 28
2
output data by date?
Dear Helpers, I have a dataset X, with no missing values, everything is in order, R reads it correctly, and I have already done some statistical analyses on the dataset. The data are in order by date (six sampling dates in one year, earliest to latest) and I now want to generate boxplots for each parameter for each date. However, R outputs the boxplots in some order that I do not understand (eg.
2010 Jul 26
1
Optimization problem with nonlinear constraint
Dear all, I'm looking for a way to solve a simple optimization problem with a nonlinear constraint. An example would be max x s.t. y = x * T ^(x-1) where y and T are known values. optim() and constrOptim() do only allow for box or linear constraints, so I did not succedd here. I also found hints to donlp2 but this does not seem to be available anymore. Any hints are welcome,
2011 Jul 08
1
need help with metadata plugin
Hello, I've downloaded the metadata plugin from http://hg.intevation.org/kolab/dovecot-metadata-plugin compiled it without errors, made the entries as described in README in dovecot.conf. Only ANNOTATEMORE or anything else additional doesn't show up in the capabilties. Is there anything wrong with my configuration? What I see is: telnet localhost 143 Trying 127.0.0.1... Connected to
2015 Jun 11
1
how to doveadm search from "<>" (null sender)?
Hi, I tried to search for mailer daemon messages but can't find a syntax for the null sender. all these does not work: doveadm -u xxx from "<>" doveadm -u xxx from <> doveadm -u xxx from "" any ideas? Thank you Daniel
2018 Apr 26
2
Character encoding mystery
Hi everyone, I have a very annoying character encoding problem. Have a look to this: # ls -l M*mo-1.* -rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif -rwxr--r-- 1 hope hope 8417218 6 sept. 2013 Mémo-1.aif -rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a -rwxr--r-- 1 hope hope 363175 6 sept. 2013 Mémo-1.m4a Yes, it looks like two files have exactly the same name, but
2007 May 19
2
Crash in blur.c (SIGSEGV)
Hello. System info: OS: FC6 x86_64 video: Nvidia GF 7900 GT, driver version 97.55 compiz version: git config backend used: ccp I can reproduce this crash every time on my system. When blur plugin is active and I try to access any right-click menu, regular application menu or drop-down list, compiz crashes. Backtrace produced by crashhandler plugin shows crash in blur.c in function
2010 Jul 21
1
new bug in install.packages()
Hi, install.packages() seems to be broken in latest R-devel snapshot (2010-07-19 r52561) if you are using an R/R.version$platform-library/x.y directory. > .libPaths() [1] "/home/hpages/R/x86_64-unknown-linux-gnu-library/2.12" [2] "/home/hpages/R-2.12/library" > install.packages("car") Error in sprintf(gettext(fmt, domain = domain), ...) : too
2002 Mar 21
2
New version of setup.exe broken when running with WINE
Hi, When run with WINE, setup.exe 2.194.2.15 displays stranges characters in the window title (non-blocking problem), but stops function after choosing the mirror. (the only one that appears is the last used when running the previous version). A subwindow is apparently tried to be open. I have put a screenshot at http://membres.lycos.fr/lhshepherd/screenshots/2002_03_21_170601_shot.jpg Please
2011 Jan 30
1
Re: Run Command (or option) to disable Wine Title Bar
vitamin wrote: > > Mawk wrote: > > I couldn't find any information regarding how to disable the title bar for applications running in Wine > > There isn't one. win32api doesn't allow this. Sorry, that's not true: Please have a look at Winamp in Windows, you'll see that Winamp does not have a title bar there. The equalizer window which can be opened from
2013 Apr 16
1
Spatial Ananlysis: zero.policy=TRUE doesn't work for no neighbour regions??
Hello, I'm new to R and to Spatial Analysis and got a problem trying to create a Spatial Weights Matrix. *I us the following code to create the Neighbourslist:* >library(maptools) >library(spdep) >library(rgdal) >location_County<- readShapePoly("....") >proj4string(location_County)<- CRS("+proj=longlat ellps=WGS84") >location_nbq<-
2007 Apr 25
0
Redcloth bug - Stack overflow in regexp matcher
Hi, I''ve been using the rassmalog static blogging engine and have encountered a stack overflow inside the redcloth regexp matcher. I don''t seem to suffer this error on my Ubuntu (Feisty Fawn) box (with Ruby 1.8.4??), but I do get it on my Gentoo system. Running the following line will generate it (I''ve attached the YAML/redcloth file to this message). $ ruby -ryaml
2005 Nov 21
0
chmlib: Major security fix for stack overflow vulnerability
http://www.sven-tantau.de/public_files/chmlib/chmlib_20051126.txt Should be described in VuXML. And there was other major security fixes between 0.35 and 0.36. -- Sem.
2005 Jun 14
1
protection stack overflow??
Hi dear Rers, I am using SSOAP package to access SOAP service at NCBI. I followed the example code in SSOAP but failed. > z <- .SOAP("http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/soap_adapter.cgi", method="run_eInfo", db="pubmed", action = I("einfo")) Error: protect(): protection stack overflow what's wrong? Thanks very much. Regards
2007 Sep 29
0
Stack overflow in Internet Explorer
I tried the prototype example in Internet Explorer 7 in Windows XP SP2 and Internet Explorer 6 in Windows XP SP2. Sometime after both browsers give stack overflow erros and stop receiving messages but still I could send messages and they get delivered. Why is this happening? Is there a way to fix it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are