search for: tenths

Displaying 20 results from an estimated 145 matches for "tenths".

Did you mean: tenth
2010 Oct 15
2
Multi-line graph?
Hi, I am relatively new to R but not to graphing, which I used to do in Excel and a few other environments on the job. I'm going back to school for a PhD and am teaching myself R beforehand. So I hope this question is not unacceptably ignorant but I have perused every entry level document I can find and so far I'm out of luck. I'm trying to graph some simple music psychology data.
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 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
2002 Dec 27
1
Vorbisgain in ogg123
I'm considering patching my copy of ogg123 to support vorbisgain tags. Is there any interest in folding this sort of patch into the main line ogg123? Has anyone done this already (or to another command line ogg player)? John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2019 Aug 02
0
index failed
.../path/to/mail,S=4248,W=4349) failed: Cached message size larger than expected (4248 > 1182, box=test, UID=1) (read reason=mail stream) In this case, the message was an unimportant test message with no content, so I simply removed it, but had it been important what would I need to do? -- Nine-tenths of the universe is the knowledge of the position and direction of everything in the other tenth. Every atom has its biography, every star its file, every chemical exchange its equivalent of the inspector with a clipboard. It is unaccounted for because it is doing the accounting for the rest of it....
2005 Apr 01
1
Vernier Caliper function vernier()
...d be, done. I have therefore implemented, and hereby donate to the R community, a new function vernier() which implements the Venier Caliper. Its definition is below. Test it by entering vernier(pi+sqrt(.182)) By following the instructions you should find that the result is x = 3 Units + 5 Tenths + 7 Hundredths which is good enough for anyone. It generalises to non-decimal Vernier Calipers (change the default "n=10", but I leave it to you to work out how to deal with the texts). All best wishes, Ted. vernier <- function(x,n=10) { dS<-1/n; dV<-((n-1)/n)*dS U<-flo...
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]]
2010 Mar 29
1
getting CI's for certain y of nls fitted curve
hello, i managed to get CI's for my curve - but now I need the intervall for a certain y point (y_tenth) of the curve.. can anyone help me with this? #####data: por<-data.frame(list(structure(list(run = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 3L, 3L, 3L, 3L), .Label = c("1", "3", "4"), class = "factor"), press = c(15, 21, 24, 29.5, 15, 21,
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
2020 Feb 19
1
Sieve junks mail script creating links
...tion: piped message to program `sa-learn-spam.sh?? and " sieve: left message in mailbox ?Junk'" (140 thousand this week on my non-list account, where maybe only 50 messages were moved/copied to Junk). My account has a .active_sieve file. But it makes no mention of Junk. -- Nine-tenths of the universe is the knowledge of the position and direction of everything in the other tenth. Every atom has its biography, every star its file, every chemical exchange its equivalent of the inspector with a clipboard. It is unaccounted for because it is doing the accounting for the rest of...
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. > ... >
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,
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
2004 Aug 06
3
more on default values....
...latency will depend on the bit rate. I am > constantly frustrated at shoutcast's 1 meg buffer, which runs to several > minutes at 16kbps for example. Since we know the bitrate of the stream, is there a reason to have the buffer size config parameter be in bytes? I should probably be in tenths of a second or some such more appropriate unit. Let the code do the math, instead of the humans. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org&...
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
2004 Aug 06
0
No subject
...SoundExchange proposed in the arbitration? A. While SoundExchange continues to negotiate deals tailored to individual needs, it has asked an arbitration panel to set the industry rate for webcasters as follows: * Webcasters (including AM/FM webcasters) may choose to pay either $0.004 (four-tenths of one cent) per performance (e.g., if 10 people listen to a recording, then there would be 10 performances) or 15% of the service's gross revenues from such transmissions. * Webcasters who syndicate their service through 3rd party Web sites (e.g., a webcaster who offers music t...
2006 May 23
1
Unpacking of archive failed??
Greetings, I have just been given a VPS with a fresh, minimal Centos 4.2 installation. When I ran "yum update" it went on updating some tenths of packages and signalled this error: Updating : perl ####################### [24/88] Updating : rpm-python ####################### [25/88] Updating : MAKEDEV ####################### [26/88] error: unpacking of archive failed...
2003 Jan 11
1
acessing hard drive continuously
My hard drive on a Dell Latitude keeps being accessed every 5 seconds for a couple tenths of a second. Is there a way yo shut this off. I suspect it might be related to journaling? Thanks in advance. -- David I. Sommers, Ph.D. Kensington, MD
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.
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