search for: mismanagement

Displaying 20 results from an estimated 29 matches for "mismanagement".

2018 Dec 13
2
Documentation examples for lm and glm
Hello, something that has been on my mind for a decade or two has been the examples for lm() and glm(). They encourage poor style because of mismanagement of data frames. Also, having the variables in a data frame means that predict() is more likely to work properly. For lm(), the variables should be put into a data frame. As 2 vectors are assigned first in the general workspace they should be deleted afterwards. For the glm(), the data frame d.AD...
2007 Mar 16
1
Invalidating inaccessible SEXP?
Is there a (C or R) function to invalidate the relevant parts of SEXP / data that are inaccessible? My problem is in tracking down protection and other memory mismanagement bugs, where I have to rely on luck to invalidate or overwrite data to trigger a detectable error. This makes it hard to track down a bug (it sometimes doesn't occur), or to know that a patch fixes the problem. Thanks, Martin -- Martin Morgan Bioconductor / Computational Biology http://biocon...
2014 Nov 25
2
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...ucceed, but, at this moment, trying to > retrieve the official gnu-efi master head will fail. Update: after several days, the gnu-efi master head is now available again. I do not discard the possibility of seeing it disappearing again in the future, as this seems to be a misunderstanding / mismanagement of the git repo / git commands. Regards, Ady.
2018 Dec 14
7
Documentation examples for lm and glm
...ata frame with those variables in it > directly ... > > On 2018-12-13 3:26 p.m., Thomas Yee wrote: > > Hello, > > > > something that has been on my mind for a decade or two has > > been the examples for lm() and glm(). They encourage poor style > > because of mismanagement of data frames. Also, having the > > variables in a data frame means that predict() > > is more likely to work properly. > > > > For lm(), the variables should be put into a data frame. > > As 2 vectors are assigned first in the general workspace they > > should...
2007 Feb 16
8
term vector blues
I have a lot of crashes when I try to use term vectors. Here''s an example, which crashes pretty consistently. This problem seems to be somewhat sensitive to platform... people on other OS''s and ruby versions have reported no error. I have seen this with ferret 0.10.13 and 0.10.14 on debian stable using ruby 1.8.2, but I have observed the same problem on various other systems as
2018 Dec 15
2
Documentation examples for lm and glm
...... >>> >>> On 2018-12-13 3:26 p.m., Thomas Yee wrote: >>>> Hello, >>>> >>>> something that has been on my mind for a decade or two has >>>> been the examples for lm() and glm(). They encourage poor style >>>> because of mismanagement of data frames. Also, having the >>>> variables in a data frame means that predict() >>>> is more likely to work properly. >>>> >>>> For lm(), the variables should be put into a data frame. >>>> As 2 vectors are assigned first in the gener...
2005 Jun 14
5
HT-488 vs. SPA-3000?
Hello, Just want to tap the collective wisdom of this list as to experiences pertaining to the Handytone HT488 and the Sipura SPA-3000 adapters... Basically I'm looking for a FXO/FXS/LAN ATA and these two seems to be the top of the pick..Any comments and experiences esp. with Asterisk compatibility would be great, before I plonk in the bucks. TIA. /wai-sun
2018 Dec 13
0
Documentation examples for lm and glm
Agree. Or just create the data frame with those variables in it directly ... On 2018-12-13 3:26 p.m., Thomas Yee wrote: > Hello, > > something that has been on my mind for a decade or two has > been the examples for lm() and glm(). They encourage poor style > because of mismanagement of data frames. Also, having the > variables in a data frame means that predict() > is more likely to work properly. > > For lm(), the variables should be put into a data frame. > As 2 vectors are assigned first in the general workspace they > should be deleted afterwards. >...
2014 Nov 25
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...e systems already have gnu-efi packaged/installed. It makes sense to use it. > Update: after several days, the gnu-efi master head is now available > again. > > I do not discard the possibility of seeing it disappearing again in the > future, as this seems to be a misunderstanding / mismanagement of the > git repo / git commands. > > Regards, > Ady. > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux
2003 Apr 21
3
Installing FreeBSD-Stable and Upgrading to FreeBSD-Stable
I am a newbie trying to get the most current Stable version of FreeBSD running. I have been using CVS to update my system, but things don't work after an update. For example KDE 3.1 (from KDE 3.0) doesn't start using startkde. I am looking for instructions on the best way to Install the lastest version of FreeBSD-Stable and how to Upgrade the system in the future. Thanks.
2018 Dec 15
0
Documentation examples for lm and glm
...t; > directly ... > > > > On 2018-12-13 3:26 p.m., Thomas Yee wrote: > > > Hello, > > > > > > something that has been on my mind for a decade or two has > > > been the examples for lm() and glm(). They encourage poor style > > > because of mismanagement of data frames. Also, having the > > > variables in a data frame means that predict() > > > is more likely to work properly. > > > > > > For lm(), the variables should be put into a data frame. > > > As 2 vectors are assigned first in the general workspa...
2002 Aug 28
2
Tru64 patch won't make it into 3.5 due to lack of interest.
Tru64 patch will not make it into 3.5 (this is final) due to lack of willing people to test. I have given the Tru64/osf1 community almost a month to test it. And *ONE* person came forward to give me verification. And don't give me shit about "I don't have time." The person who tested it was LEAVING his employer with Tru64. He found time. IT IS YOUR GAWD DAMN PLATFORM. IF
2006 Aug 31
1
Xen, Dual Core, Windows and QNX
I''m fairly new to both Xen and Linux, my boss wants me to try and get Xen working on a new dual core running both Windows and QNX (we need to do some real time processing). Ideally he wants Windows to be a host (although from what I have read this isn''t possible yet?) and QNX as a guest. I''m guessing a Linux Dom0 will be needed and then the others run as guests. Does
2006 Oct 31
9
Problems with mongrel dying
Hi One of the two mongrel processes has died in the middle of the night four times in the past 9 days, and I need help debugging this. Each time the symptoms are the same: * Each time I can restart the process via cap -a restart_app. * Before the restart, there is nothing unusual in production.log or mongrel.log. * During the restart, about 100 repetitions of an error message are generated in
2018 Dec 17
0
Documentation examples for lm and glm
...>>>> On 2018-12-13 3:26 p.m., Thomas Yee wrote: > > Hello, >>>>> >>>>> something that has been on my mind for a decade or >>> two has > > been the examples for lm() and glm(). They >>> encourage poor style > > because of mismanagement of data >>> frames. Also, having the > > variables in a data frame >>> means that predict() > > is more likely to work properly. >>>>> >>>>> For lm(), the variables should be put into a data >>> frame. > > As 2 vectors are...
2014 Nov 25
0
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
> The build would be failed and exit if build-gnu-efi.sh is failed, so > we'd better not suppress the output of build-gnu-efi.sh, which is good > for debugging. > > Signed-off-by: Robert Yang <liezhi.yang at windriver.com> > --- > efi/check-gnu-efi.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/efi/check-gnu-efi.sh
2018 Dec 16
3
Documentation examples for lm and glm
...-13 3:26 p.m., Thomas Yee wrote: >>>>>> Hello, >>>>>> >>>>>> something that has been on my mind for a decade or two has >>>>>> been the examples for lm() and glm(). They encourage poor style >>>>>> because of mismanagement of data frames. Also, having the >>>>>> variables in a data frame means that predict() >>>>>> is more likely to work properly. >>>>>> >>>>>> For lm(), the variables should be put into a data frame. >>>>>> As...
2018 Dec 15
0
Documentation examples for lm and glm
...gt;>>>On 2018-12-13 3:26 p.m., Thomas Yee wrote: >>>>>Hello, >>>>> >>>>>something that has been on my mind for a decade or two has >>>>>been the examples for lm() and glm(). They encourage poor style >>>>>because of mismanagement of data frames. Also, having the >>>>>variables in a data frame means that predict() >>>>>is more likely to work properly. >>>>> >>>>>For lm(), the variables should be put into a data frame. >>>>>As 2 vectors are assigned fi...
2018 Dec 17
0
Documentation examples for lm and glm
...:26 p.m., Thomas Yee wrote: > > Hello, >>>>>>> >>>>>>> something that has been on my mind for a decade or >>>>> two has > > been the examples for lm() and glm(). They >>>>> encourage poor style > > because of mismanagement of data >>>>> frames. Also, having the > > variables in a data frame >>>>> means that predict() > > is more likely to work properly. >>>>>>> >>>>>>> For lm(), the variables should be put into a data >>>&gt...
2018 Dec 17
0
Documentation examples for lm and glm
...as Yee wrote: >>>>>>> Hello, >>>>>>> >>>>>>> something that has been on my mind for a decade or two has >>>>>>> been the examples for lm() and glm(). They encourage poor style >>>>>>> because of mismanagement of data frames. Also, having the >>>>>>> variables in a data frame means that predict() >>>>>>> is more likely to work properly. >>>>>>> >>>>>>> For lm(), the variables should be put into a data frame. >>>&...