search for: hallucinating

Displaying 20 results from an estimated 26 matches for "hallucinating".

2011 Mar 18
1
Help with setting the y-axis in a plot.
Hi all. I'm working on an assignment for a psychology class and I am not sure how to adjust the y-axis so it displays the range: 0, 5, 10, 15 The code below is almost ideal: lsd = c(3, 5, 13) mar = c(1, 2, 3) g_range <- range(0, lsd, mar) plot(lsd, type="o", col="blue", ylim=g_range, axes=FALSE, ann=FALSE) axis(1, at=1:3,
2006 Sep 10
2
formatting data to be analysed using multinomial logistic regression (nnet)
I am looking into using the multinomial logistic regression option in the nnet library and have two questions about formatting the data. 1. Can data be analysed in the following format or does it need to be transformed into count data, such as the housing data in MASS? Id Crime paranoia hallucinate toc disorg crimhist age 1 2 1 0 1 0 1 25 2 2 0 1 1 1 1 37 3 1 1 0 1 1 0 42 4 3 0
2010 Nov 19
2
Function call on every prompt
...for 'hook', 'event', 'signal', and various combinations of those with 'console', 'prompt', 'after' and 'before' with no joy. I'm sure other people have asked this on R-help before, but I can't find those messages either. Have I been hallucinating or is my search-fu week this Friday? Barry
2007 Nov 05
2
Free T1 Card?
Gang, I recall several months ago that there was a company that was giving away a free 1-port T1 card, with some specific conditions. Do any of you recall who that was? My Google searches are coming up empty and now I'm wondering if I was hallucinating... Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071105/93ed48ae/attachment.htm
2004 Nov 25
5
newnotsyn responsible for sporadic delays?
...OUT=eth0 SRC=12.158.80.10 DST=139.142.66.152 LEN=40 TOS=0x00 PREC=0x00 TTL=49 ID=17793 DF PROTO=TCP SPT=80 DPT=3599 WINDOW=6432 RES=0x00 ACK FIN URGP=0 So, although the docs indicate I shouldn''t need to, I set NEWNOTSYN=Yes and restarted. So far, things *seem* to have improved. Am I hallucinating? Has anyone else seen this? Is this implying a "broken IP stack" as in the docs, either at the remote end, or local? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Shawn Wright, I.T. Manager Shawnigan Lake School http://www.sls.bc.ca swright@sls.bc.ca
2002 Mar 14
1
list function objects only
I use R and SPlus intensely, yet sporadically, and always seem to forget something essential....even if I keep logs. Anyway, I thought I used to use a command in R to list or identify only those objects that were functions.....eg to create a list for filing. Am I hallucinating? I can't seem to find the function I want in SEARCH. In a related way, is there an R package that provides object management utilities similar to the Object Browser in SPLUS? Thanks, Bob Porter, Tampa -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...
2006 Feb 10
1
Creating multiple copies of rows in data frames
...C 3 5 C 3 6 C 3 For the life of me, I can't remember what that function was called, nor can I find it using help.search or RSiteSearch on terms like "duplicate" or "copy". Perhaps it had another primary purpose, but this was a side-effect or secondary capability. Was I hallucinating, or does this exist as a function in base R? Or, will I have to make one with "rep"? Thanks in advance! e. -- Eric Archer, Ph.D. NOAA-SWFSC 8604 La Jolla Shores Dr. La Jolla, CA 92037 858-546-7121,7003(FAX) eric.archer at noaa.gov "Lighthouses are more helpful than churches.&...
2005 May 13
1
firstboot? CentOS 3.4
...shouldn't worry about it and just bomb around it?????? I also noticed right after installing and logging in level 5 that it seemed that after choosing to log out, that it wouldn't log out. There appeared to be the rhn-applet running in the background holding things up. Maybe I'm just hallucinating, I've installed 3.x several times now and don't remember running into this, or have forgotten.
2019 May 15
0
[PATCH 10/10] virtio/s390: make airq summary indicators DMA
On Wed, 15 May 2019 15:43:23 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > > Hm, where is airq_areas_lock defined? If it was introduced in one of > > the previous patches, I have missed it. > > There is no airq_areas_lock defined currently. My assumption is that > this will be used in context with the likely race condition this > part of the patch is
2006 Jul 20
2
Why is my rxml view being wrapped by the rhtml template in views/layouts?
Why is my rxml view being wrapped by the rhtml template in views/ layouts? I was experimenting with REST, I had a nice little test program with one table: ''resources''. Here''s what the show method looks like: def show @resource = Resource.find(params[:id]) respond_to do |accepts| accepts.html accepts.xml end end I have a show.rhtml
2023 Dec 07
0
option to silence/quieten stats::confint.glm ?
...ssage off without resorting to suppressMessages() (finer/more specific control is always preferable ...) -- but on the basis of looking back at archived versions of MASS, and at this Stack Overflow post: https://stackoverflow.com/questions/43847705/how-do-i-silence-confint-in-r I think I was hallucinating. Do people think this would be a reasonable minor feature request/would a patch suggestion be considered? What would the best name for the argument be? (scan() has "quiet") pos <- tail(search(), 1) ## base package tt <- lapply(c(lsf.str(pos = pos)), \(x) names(formals(x))) |...
2003 Aug 26
2
x100P: Ring/off-hook in strange state 6 on channel1
All of a sudden I am getting the following warning "Ring/off-hook in strange state 6 on channel1" from chan_zap.c and I cannot answer calls. I can place calls out without a problem though. Any ideas what can be the problem. I have checked zapata.conf and zaptel.conf and they both seem fine. Thanks in advance. Dan -------------- next part -------------- An HTML attachment was
2007 Jun 12
2
No auto-conversion of .customflags?
Hello, I'm in the process of migrating 0.99 dovecot maildir boxes to a pair of new machine. These servers were running the stable (etch) 1.0rc15 package of dovecot until yesterday and existing .customflags files were correctly converted to dovecot-keywords. Yesterday I upgraded to the (finally, thanks to who did this) 1.0.0 etch backports package and since then freshly migrated boxes get
2019 May 13
3
[PATCH 10/10] virtio/s390: make airq summary indicators DMA
On Fri, 26 Apr 2019 20:32:45 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > Hypervisor needs to interact with the summary indicators, so these > need to be DMA memory as well (at least for protected virtualization > guests). > > Signed-off-by: Halil Pasic <pasic at linux.ibm.com> > --- > drivers/s390/virtio/virtio_ccw.c | 24 +++++++++++++++++------- > 1
2019 May 13
3
[PATCH 10/10] virtio/s390: make airq summary indicators DMA
On Fri, 26 Apr 2019 20:32:45 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > Hypervisor needs to interact with the summary indicators, so these > need to be DMA memory as well (at least for protected virtualization > guests). > > Signed-off-by: Halil Pasic <pasic at linux.ibm.com> > --- > drivers/s390/virtio/virtio_ccw.c | 24 +++++++++++++++++------- > 1
2000 Jun 12
2
problems with scp
I have an openssh server running on solaris 7 and the client running on a clean RH linux 6.1 box. I am using the latest release (2.1.1p1 -- i had the known solaris utmp problem and the read_key problem when using 2.1.0p2 so i upgraded). scp from the linux machine to solaris machine gives a "lost connection" message [root at dog /root]# scp foo.bar solmachine:/tmp/ lost connection the
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following configure flags OBJECT_MODE=64 CC="gcc -maix64" CXX="g++ -maix64" F77="gfortran -maix64" FC="gfortran -maix64" CFLAGS="-g -O3" CXXFLAGS="-g -O3" FFLAGS="-g -O3" FCFLAGS="-g -O3" LDFLAGS="-L/$HOME/usr/local/lib/ppc64
2005 Nov 28
3
Mini-HOWTO: Fixing rsync on Tiger (Mac OS X 10.4.x)
...reported to Apple. What's next: Getting rsync-on-X to play nice with rsync-on-Linux. Porting all patches to rsync-2.6.6. DISCLAIMER: No warranties whatsoever. Do not ever trust a backup system you haven't thoroughly tested. I know that I claim it's working, but I might be lying or hallucinating (or missing important bits). I have tried to include all information which I'd hoped to find in one place when I started this journey a few days ago. Hope it's of some use to others. JDB [as they say: you'll get experience right after you needed it] -- LART. 250 MIPS under one Wa...
2006 Apr 18
6
Best Practice for Returning to Calling Page?
I have a partial, it''s a shopping cart display, it''s designed to appear on several different pages of my site. One of the buttons on the shopping cart empties the cart, and then I want the calling page to redisplay. In other words, the cart controller needs to return the visitor to the same page -- however since the cart could appear on any given page, this has to be
2003 Sep 24
3
FreeBSD Security Advisory FreeBSD-SA-03:14.arp
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-03:14.arp Security Advisory The FreeBSD Project Topic: denial of service due to ARP resource starvation Category: core Module: sys Announced: