search for: rame

Displaying 10 results from an estimated 10 matches for "rame".

Did you mean: name
2006 Nov 21
1
Is there any way to know when a field is blank
...CODE fxdata<-read.zoo(file=fxfile,FUN=as.POSIXct,sep=",",col.names=c("date"," bid","ask")) fxdata<-fxdata[( fxdata[,"bid"] > 0.0 ) & ( fxdata[,"ask"] > 0.0 ),] aggfxdata<-as.zoo(aggregatebyminutes(zooobj=fxdata,aggtimeframe=aggtimef rame)) #======================================================================= ==================== Even with the double comma being there, the fxdata<-read.zoo line and the fxdata<-fxdata line still work but then on the aggfxdata<-as.zoo line , I get the error : "Error i...
2009 Sep 13
1
Manage an unknown and variable number of data frames
Hi, In the code below I create a small data.frame (dat) and then cut it into different groups using CutList. The lists in CutList allow to me choose whatever columns I want from dat and allow me to cut it into any number of groups by changing the lists. It seems to work OK but when I'm done I have a variable number of data frames what I need t...
2012 Jan 04
1
[LLVMdev] How can I compile a c source file to use SSE2 Data Movement Instructions?
...-o test.s test.c -march=native -ccc-echo result: "D:/work/trunk/bin/Release/clang.exe" -cc1 -triple i686-pc-win32 -S -disable-fr e -disable-llvm-verifier -main-file-name test.c -mrelocation-model static -mdis ble-fp-elim -masm-verbose -mconstructor-aliases -target-cpu corei7 -momit-leaf- rame-pointer -coverage-file test.s -resource-dir "D:/work/trunk/bin/Release\\.. \lib\\clang\\3.1" -fmodule-cache-path "C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\ lang-module-cache" -internal-isystem D:/work/trunk/bin/Release/../lib/clang/3.1 include -internal-isystem "C:\\Program...
2010 Aug 04
1
Problem using R and Beamer...
...ar [R] and beamer community, I am trying to build a presentation using beamer and [R]. I can Sweave the file; however, when I run pdflatex on the file i get the following error: ! FancyVerb Error: Extraneous input `> a = 123450 > b = -0.69 \end {Sinput} \end {Schunk} \end { beamer at frameslide}\ifbeamer at twoscreenstext \beamer at dosecondscreennow {{fragile} \frametitle {Numbers} \textbf {Numbers} can be represented in a variety of dif ferent formats. For example the number $1.2345\times 10^5$ is written as 1.234e +05 in \texttt {R}. \begin {Schunk} \begin {Sinput} > a = 12345...
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
Hi. I tried several times to encode a wav file with the -V option. Every time FLAC died and printed: 27.34% complete: frame 16256, wrote 149020170 bytes (74912256/273992119 samples), r=0.497 ERROR: mismatch in decoded data, verify FAILED! Please submit a bug report to http://sourceforge.net/bugs/?func=addbug&group_id=13478 Make sure to include an email contact in the comment and/or use the...
2008 Sep 12
2
Creating data frame from existing data frame
I'm new to R, using it for an engineering stats class, and the first project is focused on creating data frames and plotting graphs. So far I have imported a set of data from a text file and saved it as a variable (using the read.table() function). One of the columns of the data consists of years, and I'm supposed to create a data frame that only consists the the date from one given year (ie. I need to...
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
...flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. options: -P 0 -b 4608 -m -l 12 -e -q 0 -r 0,6 -R 0 -V Tangerine_Dream--Ambient_Monkeys-05.Riddle_of_the_Monkey_Tribe.wav: 60.26% complete: frame 1280, wrote 16135014 bytes (5902848/9794904 samples), r=0.683 ERROR: mismatch in decoded data, verify FAILED! Please submit a bug report to http://sourceforge.net/bugs/?func=addbug&group_id=13478 Make sure to include an email contact in the comment and/or use the...
2008 Jul 20
25
Formatting Problem of ZFS Adm Guide (pdf)
ZFS Administration Guide (in PDF format) does not look very professional (at least on Evince/OS2008.05). Please see attached screenshot. This message posted from opensolaris.org -------------- next part -------------- A non-text attachment was scrubbed... Name: zfs_adm_pdf.png Type: image/png Size: 173631 bytes Desc: not available URL:
2010 Sep 20
0
No subject
...5.0.0</div> <div>=A0=A0 =A0 =A0 =A0 =A0inet6 addr: fe80::20c:29ff:fe58:b56b/64 Scope:Li= nk</div><div>=A0=A0 =A0 =A0 =A0 =A0UP BROADCAST RUNNING MULTICAST =A0MTU:15= 00 =A0Metric:1</div><div>=A0=A0 =A0 =A0 =A0 =A0RX packets:21384 errors:0 dr= opped:0 overruns:0 frame:0</div><div> =A0=A0 =A0 =A0 =A0 =A0TX packets:23987 errors:0 dropped:0 overruns:0 carrie= r:0</div><div>=A0=A0 =A0 =A0 =A0 =A0collisions:0 txqueuelen:0</div><div>=A0= =A0 =A0 =A0 =A0 =A0RX bytes:8452737 (8.0 MiB) =A0TX bytes:23819155 (22.7 Mi= B)</div><...
2012 Apr 24
1
Reading Mutt mboxes from Thunderbird
Hi, I'm a user of Mutt, and before moving to Thunderbird I'm trying to share mboxes between them. To do this, I installed Dovecot to create an IMAP server in my local machine, to serve mutt mboxes to be read by Thunderbird. So far, I can read my inbox from /var/mail/%u, but in mutt, I have many folders in ~/mail, like 2010-mails, 2011-mails, mailing-list-x, mailing-list-y, and so on. How