search for: fomat

Displaying 20 results from an estimated 23 matches for "fomat".

Did you mean: format
2007 Oct 09
1
Read in date fomat while colClasses="character"
Hi R users, I am using xlsReadWrite to read a particular excel file. In one of the columns I have dates ( say col=5). Now date column is read by default as numeric. So I used dateTimeAs= "isodatetime". This enables reading in the date format. However in the earlier column (say col=1) I have data which however starts from row 10. So to read data from column one I use
2014 Sep 24
2
what is the xml fomat about memory-backend-file
Hi, I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. How to write the XML file?
2014 Sep 24
0
Re: what is the xml fomat about memory-backend-file
On 09/24/2014 02:05 AM, Linhaifeng wrote: > Hi, > > I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I see several instances of "-object memory-backend-file...", so look at the counterpart .xml
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
On 09/28/2014 01:38 PM, Linhaifeng wrote: > > On 2014/9/25 2:05, Eric Blake wrote: >> On 09/24/2014 02:05 AM, Linhaifeng wrote: >>> Hi, >>> >>> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. >> Looking at
2012 Jun 02
0
Fwd: Additional ogg audio fomats (speex, flac, PCM)
[Woops, forgot to reply to the list ; just sent the following to Ralph] Thankyou guys. > All Speex files (.spx) are encoded in Ogg, so speexenc is all you need for that. > The standard "flac" utility will encode into Ogg with the --ogg switch. D'oh! Have been RTFM'ing an awful lot lately, but I completely missed that flac has an --ogg switch > You may also wish to
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
On 2014/9/25 2:05, Eric Blake wrote: > On 09/24/2014 02:05 AM, Linhaifeng wrote: >> Hi, >> >> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. > > Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I > see several instances of
2005 Jan 21
2
Need help to transform data into co-occurence matix
Dear R experts, I have the data in the following fomat(from some kind of card sorting process) ID Category Card numbers 1 1 1,2,5 1 2 3,4 2 1 1,2 2 2 3 2 3 4,5 I want to transform this data into two co-occurence matrix (one for each ID) -- For ID 1 1 2 3 4 5 1 1 1...
2012 Jun 02
4
Additional ogg audio fomats (speex, flac, PCM)
Hi After much googling, am struggling to find either: a) a command-line utility that allows me to encode to non-vorbis ogg audio (*nix) b) example files of the above Am building a program part of which reads stream meta from uploaded audio files, and so have written a lightweight getid3-like set of classes that do this. Am handling ogg vorbis perfectly well already and would like to test it
2005 Aug 06
1
problems with function-formating, please help
...ctionterm <- "- 1.60638946783994e-05 + 384.649339378693 * x1 - 168.920548209815 * x2 - 693.51261768584 * x3 + 479.305764753298 * x1 * x3" how on earth can i use that automatically generated functionterm (see line above), unfortunately inclusive their quotes, in order to get a correct fomated function? if i try to convert it into a function like: > result <- as.function(alist(x1=,x2=,x3=, functionterm)) and give some example input-data eg.: > result(0.6270023, 0.2464946, 0.5074781) i always get that stupid functionterm in quotes returned [1] "- 1.60638946783994e-05 +...
2012 Aug 09
1
POSIXct to ts
Hi, I have a dataframe (try.1) with  date/time and temperature columns, and the date/time is in POSIXct fomat. Sample included below. I would like to to try decompose () or stl() to look at the trends and seasonality in my data, eventually so that  I can  look at autocorrelation.  The series is 3 years of water temperature with clearly visible seasonal periods. Right now, if I try decompose, I get the...
2013 Jan 28
1
Setting inline hook to a function identical to default in knitr turns of exponential formatting
...with a questin of 'xiaodao' ( http://r.789695.n4.nabble.com/Problem-with-large-small-numbers-in-knitr-tp4653986.html) I noticed that copying the default inline hook function obtained by knit_hooks$get("inline") into a knit_hook$set(inline = <...>) call turns off exponential fomatting in the resulting .tex file. I used a stripped version of 'xiaodao's example: \documentclass{article} \begin{document} <<>>= a<-1e-13 b<-2.5e-10 ssrr<-123456.12 ssru<-123400.00 @ $ c=\Sexpr{a}/\Sexpr{b} f=\Sexpr{ssrr-ssru}/\Sexpr{ssru} $ \end{document} so: kn...
2004 Oct 14
3
Samba 3.0.7 / AD Domain Group Resolving
Hello List, currently we have Samba 3.0.7 running on SLES8 systems with AD integration. We?re using the SerNet RPM?s (ftp.sernet.de) Everything works fine so far, we just have a problem with resolving domain groups. wbinfo -g works fine, the domain groups are correctly resolved. But when inserting a "valid users = @AD_DOMAIN_GROUP" statement in the smb.conf we get the following error:
2008 Jan 16
1
Probability weights with density estimation
...nchs/about/major/nhanes/nhanes2005-2006/demo_d.xpt http://www.cdc.gov/nchs/about/major/nhanes/nhanes2005-2006/hdl_d.xpt http://www.cdc.gov/nchs/about/major/nhanes/nhanes2005-2006/tchol_d.xpt Thank you to the R authors and the foreign package authors in particular. Importing from the SAS export fomat file was a snap. It consists of demographic data linked to laboratory measurements. Each subject has an associated sampling weight. I have gotten informative displays following the examples using kde2d() in V&R MASSe2 (more thanks), but these were unweighted analyses. The ratio of total ch...
2008 Jul 14
14
Can''t install Windows 2003 on SLES10SP1
I finally have a xen server to play with stuff that''s causing me problems on my production servers. One of those problems is simply installing Windows 2003. Here''s what I do: Open virt-manager set up a new install: full virt 512 ram 20 gig sparse file boot off /dev/cdrom The install starts as you''d expect. When it gets to the formatting I tell it to format in NTFS.
2008 Apr 22
2
[LLVMdev] RFC: PowerPC tail call optimization patch
...lectionDAG& > DAG) const { > + // Variable argument functions > + // are not supported. > > Why two separate lines? there once was some text ... done. > So many blank lines... :-) done :) you wouldn't have by any chance an evan awk script that checks for my stupid fomatting mistakes :) > + // Check whether CALL node immediatly preceeds the RET node and > whether the > + // return uses the result of the node or is a void return. > + unsigned NumOps = Ret.getNumOperands(); > + if ((NumOps == 1 && > + (Ret.getOperand(0) == S...
2004 Sep 10
1
PCM format
....net] I'm working with the seekable streem encoder library and I wanted to clarify the format expected for the audio data. I'm assuming that all audio data is signed with 0 as the median? This is in contrast with 8-bit PCM data which is unsigned with median of 0x80. I didn't see the fomat for the audio data documented where I could find it. - -- Russell O'Connor <http://math.berkeley.edu/~roconnor/> Work to ensure that Iraq is run by Iraqis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (SunOS) iQCVAwUBPve4tk0+aO5oRkNZAQKXIQP/SNYP/ar...
2011 Aug 29
2
Plot history
Dear R group, I am trying to plot uisng a for loop. Here is the script: for (i in unique(cfn$ID)){ plot(cfn$TIME[cfn$ID==i],cfn$DV[cfn$ID==i],pch=16)} I could access only the last plot of the series and cannot go back to see all the plots. I appreciate your help in resolving this issue and also please suggest how I can export the plots as a pdf or other format files for publication purposes.
2003 Jun 30
4
french map
Hello, I would like to know if (as the usa map with Splus), it is possible with R to plot the french map and to add points (representing towns for instance) on the figure in the appropriate (x,y) system. Thank you. Nathalie Peyrard
2008 Apr 22
0
[LLVMdev] RFC: PowerPC tail call optimization patch
...+ // Variable argument functions >> + // are not supported. >> >> Why two separate lines? > there once was some text ... done. > >> So many blank lines... :-) > done :) > > you wouldn't have by any chance an evan awk script that checks for my > stupid fomatting mistakes :) :-) > > >> + // Check whether CALL node immediatly preceeds the RET node and >> whether the >> + // return uses the result of the node or is a void return. >> + unsigned NumOps = Ret.getNumOperands(); >> + if ((NumOps == 1 && >&gt...
2007 Dec 06
2
Implementation of rest in ROR
Hi all, I am new to ROR world. I know the REST conceptually but find the difficulties in implementation can anybody guide me that which is the best book which i have to read. also some good links of implementation of rest in ROR. If anybody made a small application to restful in rails please forward me that application. i found some demo but i didn''t understand for what purpose they