similar to: Multi-line graph?

Displaying 20 results from an estimated 400 matches similar to: "Multi-line graph?"

2004 Aug 06
2
Any buffering on server?
On Monday 10 February 2003 04:29, Michael Smith shaped the electrons to shout: > Other than the headers, there is no deliberate burst at initial connect > (but there will be an option for this soon). You can try it (48 KB of startup buffers) at: http://mcrg.uib.es:8000/live.ogg and http://mcrg.uib.es:8000/high.ogg The only think I'm still not very convinced is that clients has to
2007 May 07
4
Mardia's multivariate normality test
Dear all, I got this error message > library(dprep) > mardia(Savg) Error in cov(data) : 'x' is empty But with the same data, I got > library(mvnormtest) > mshapiro.test(Savg) Shapiro-Wilk normality test data: Z W = 0.9411, p-value = 0.6739 What does the error message "Error in cov(data) : 'x' is empty" mean? Thanks a lot! Jiao
2010 Nov 02
1
splitting First 10 words in a string
Hi Steven, Thank you for the help. I get an error though when i do this : >lit<-read.csv("litologija.csv", sep=";", dec=".") >sent <-data.frame(sentence=lit$Opis,stringsAsFactors=FALSE) >str(sent) >sentV<-rep(sent,10) >str(sentV) >first=second=third=fourth=fifth=sixth=seventh=eighth=ninth=tenth<-vector(length=10) >DF
2004 Sep 10
3
[st.n@gmx.net: Bug#200435: xmms-flac: doesn't properly support long files]
On Tue, Jul 08, 2003 at 10:11:49PM +0200, Miroslav Lichvar wrote: > On Tue, Jul 08, 2003 at 11:07:09AM -0400, Matt Zimmerman wrote: > > severity 200435 normal > > thanks > > > > I received this bug report from a Debian user. I can't think of any reason > > offhand why the command line tool would work while the xmms plugin would > > fail. > ... >
2005 Nov 21
2
Removing Rows
I have a data frame with the following dimensions 217 x 5 I want to create two data frames from the original. 1) One containing every tenth row of the original data frame 2) Other containing the rest of the rows. How do I do this? I've tried subset() and calling the index. thank you in advance, [[alternative HTML version deleted]]
2017 Mar 29
3
[PATCH v2 00/10] Enable HDMI Stereoscopy
On Mon, Mar 27, 2017 at 05:57:57PM -0400, Alastair Bridgewater wrote: > HDMI 3D mode support, round two. Revisions include no longer dealing > with audio InfoFrames, passing infoframe data to NVKM as bags of bytes > rather than as data pre-packed for the hardware, more-normal return > value checking for drm_hdmi_*_infoframe_from_display_mode() results, > Frame-Packing mode support,
2011 Oct 11
3
Chi-Square test and survey results
An organization has asked me to comment on the validity of their recent all-employee survey. Survey responses, by geographic region, compared with the total number of employees in each region, were as follows: > ByRegion All.Employees Survey.Respondents Region_1 735 142 Region_2 500 83 Region_3 897 78
2003 Apr 26
2
Duplicating Hard Drive Problem
Hello All: My research group recently invested in a 17 node Linux rackmounted cluster. It was delivered recently and, being the lowly graduate student that I am, I was told to 'make sure that it works.' After investigating it, I noticed a problem with two of the hard drives one nodes 14 and 16. On most of the nodes, a 'df -hT' will give you the following: Filesystem Type Size
2007 Apr 20
1
Why duoble digits must be so fast to activate features?
Hi everybody, I'm testing Asterisk 1.2.14(you can say: why such an old version? I say: I'm using Trixbox..). I must be as fast as a flash to press *2 and do an attended transfer. If I wait only a tenth of a second nothing happens. I think it is an issue. I have seen the source code and found nothing bad. Is this a known issue? Many thanks Best regards Mauro
2011 Jan 06
2
Error when trying to open Half-Life 1 in Mac OSX
When trying to open Half Life in Wine on a Mac running OSX 10.5.8, the game opens in a 600 x 800 window and flashes for a tenth of a second, goes to white, and displays this error message: [Image: http://files.myfrogbag.com/bfl1o2/error.png ] Clicking "OK" just repeats the process, and clicking "Cancel" exits out of the program. Is there any way I can get Half-Life to
2006 Nov 07
1
Why dont my messages get through
Hi, My messages to the list don't get through. This must be the tenth message i am trying to send! Please ignore this test message.
2009 Oct 09
1
While we're on the topic
First - Thanks! We''re loving Unicorn. I''m serving about 200K API requests a day on a few linux servers running Unicorn. We have the API calls, and also some admin stuff that has a UI. I have a pair of F5 load balancers in front of the setup with two pools. The API pool passes directly to the unicorns, while the UI pool passes to nginx which passes to unicorn. At
2006 Jun 12
1
r's optim vs. matlab's fminsearch
Hi, I'm having a problem converting a Matlab program into R. The R code works almost all the time, but about 4% of the time R's optim function gets stuck on a local minimum whereas matlab's fminsearch function does not (or at least fminsearch finds a better minimum than optim). My understanding is that both functions default to Nelder-Mead optimization, but what's different about
2004 Apr 22
1
Evidence from Debian's package tracking (Was Re: Size of R user base.)
I have watched the discussions about the size of the R user base with much interest. One more source of data that might help is the voluntary data capture in Debian. If you are a Debian user, you should volunteer information. It's very easy: as root, say: # apt-get install popularity-contest The results are found at: http://popcon.debian.org/main/math/by_inst This shows that of the
2007 Oct 18
2
phone as control interface(was99bottlesofbeer)
Hi All, sorry if I post again this e-mail but I think the first one was lost. I don't know if this is OT but I'm working in my spare time at a small hardware project that match to what's requested below. It's a board with Input/Output capabilities and 10Mbps ethernet interface. It has Microchip software TCP/IP stack on it. Being at a very beginning stage, you can see a little
2004 Oct 12
1
lm#contrasts#one level in factor: bug or feature
(R.1.9.1; win2000) Since it's about the tenth time I had to write an "if" around this to catch the error ... Let's look at the line myfit<-lm(res~groupvar,data=Data) Here res is of numeric type and groupvar is a factor. On first sight, it would be logical that if groupvar had only one (single) level we would get: Error in "contrasts<-"(`*tmp*`, value =
2004 Mar 29
1
Interesting Behavior in plot()
I have a 2 by 226200 table, conveniently read in by read.table(), which exhibits some strange behavior when plotted by plot(V1,V2). The general pattern for the range of windspeeds, [0<V1<50] is as expected -- the wind gust falls in the interval [V1<V2<65] except for certain values of V2. For V2 == c(15,26,37,48,59), the V2 values are positioned at one-tenth of the V1 (i.e., as if I
2004 Aug 06
2
Any buffering on server?
On Monday 10 February 2003 13:25, Michael Smith shaped the electrons to shout: > If it takes this long, then there's something else wrong. It should be > well under a tenth of a second (and probably closer to 1/100). No, nothing wrong, at least darkice is doing very badly. With darkice as encoder at about 30 kbps, there are about 3 buffers per second, which mean that in the worst
2020 Feb 19
3
Sieve junks mail script creating links
My Junk mailbox is still filling up with hard linked emails. There are some junk mails with over 3000 hard linked files and over half a million files in the .Junk/cur folder. I had a handy script to remove them all by doing a find for inodes and sorting the list by age and keeping the olds hard link and removing all the others, but I now can?t find it :/ so I have just taken to periodically
2002 May 09
7
Windows 2000 and Samba
I have a Samba server running on an AIX 4.4.3 RS6000 that has been serving up files without problem. Recently, a pair of machines, both Windows 2000 Pro, haven't been able to gain access to any of the Samba resources on the AIX server though they were both able to previously. Other WinNT and Win2k machines can get to these shared resources fine, just not these two. I haven't found anything