search for: yun

Displaying 20 results from an estimated 89 matches for "yun".

Did you mean: run
2007 Feb 23
4
How to plot two graphs on one single plot?
...=dnorm(x2, mean=0, sd=1) plot(x1, y1, type='p', xlim=range(x1,x2), ylim=range(y1, y2), xlab='x', ylab='y') plot(x2, y2, type='p', col="red", xlab='x', ylab='y') They just dont show up in one plot. Any hint will be very helpful. Thanks, Yun
2003 Dec 16
2
Fw: [S] plot stacked bar chart in R
posting the question in r-help@ to get more feedback :-) thanks, Yun-Fang ----- Original Message ----- From: "Yun-Fang Juan" <yunfang at yahoo-inc.com> To: <s-news at wubios.wustl.edu> Sent: Tuesday, December 16, 2003 2:04 PM Subject: [S] plot stacked bar chart in R > Hi, > I am trying to plot a stacked bar chart in R but am not able t...
2004 Jan 30
3
memory problem for R
Hi, I try to use lm to fit a linear model with 600k rows and 70 attributes. But I can't even load the data into the R environment. The error message says the vector memory is used up. Is there anyone having experience with large datasets in R? (I bet) Please advise. thanks, Yun-Fang [[alternative HTML version deleted]]
2013 Sep 23
7
Failed to create PVHVM domU in Xen 4.4
Checked out the latest unstable version of Xen 4.4 but failed to create a PVHVM domU Configured Xen with ./configure --prefix=/usr DomU config file: name = "pvhvm" builder=''hvm'' device_model = ''qemu-xen'' memory = ''512'' vcpus = ''4'' pae=1 acpi=1 apic=1 vif = [ ''mac=00:16:3E:51:20:8C, bridge=xenbr0,
2011 Dec 07
5
Help to install horde
Hello, I have install Horde rpm with webmin: Instalando paquete(s) con el comando yum -y install yun grouinstall horde ... Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.intergenia.de * epel: ftp-stud.hs-esslingen.de * extras: centos.intergenia.de * updates: ftp.belnet.be Setting up Install Process No package yun available. No package grouinstall a...
2003 Dec 20
7
error bars around a point
All Is there an R command to produce error bars around a plotted point. Crawley's book uses the command error.bar() but my version of R rejects it. Must be an S+ command(?). Thanks REX [[alternative HTML version deleted]]
2004 Mar 24
2
"==" gives incorrect answers! (PR#6691)
Full_Name: Dong-Yun Kim Version: 1.7.0/1.8.1 OS: WinMe/WinXP Submission from: (NULL) (4.33.147.192) Hi all, It appears that R has a problem with evaluating logical "==" operator. The following are a few examples I found: > 2.1+0.2==2.3 [1] FALSE > 2.7+0.1==2.8 [1] FALSE > 2.7+0.2==2.9 [1] FALSE...
2009 Feb 16
3
Finishing up the contributors list as well
...ors list so we can add core contributors from the contributor list as needed. So here is a multi section email. Core contributors (including the newly added ones), Please vote on individual sections. -------------------------------------------------------------------- Current contributors list: yun,Zhou Yun,20,networking,Networking,2009-02-24 00:32:45 sommerfe,Bill Sommerfeld,20,networking,Networking,2009-02-24 00:32:45 pwernau,Paul Wernau,20,networking,Networking,2009-02-24 00:32:45 mll3k,Michael Lim,20,networking,Networking,2009-02-24 00:32:45 markfen,Mark Fenwick,20,networking,Networking,2...
2008 Jul 15
1
Yun Update problem
Hi, I've just done a clean install of centos-5.2 x86-64. When I do a update I get the following errors ============================================================================= Package Arch Version Repository Size ============================================================================= Updating: yum noarch
2003 Nov 06
2
How to setup proxy in R for windows?
Dear All: I just want to ask how can I setup proxy address in R for win32? I remember I had read a relative topic in R-help before, but I can't find it anymore. Anyhelp would be very appreciated! Yun School of Chemistry University of Bristol
2007 Jun 20
1
How to use "mix" to estimate the parameters for mixture gamma distribution?
...a=c(1,11.18)),"gamma") However, one error message shows up as: "Error in nlm(function(x) f(x, ...), p, hessian, typsize, fscale, msg, : missing value in parameter" Does anybody know what that means and how to fix it to get the estimation? Your help will be much appreciated. Yun ============================================== Yun Wang Research Assistant Department of Family Medicine and Public Health Sciences Wayne State University School of Medicine 177 Shiffman Library 4325 Brush Detroit, MI 48201 Phone: 313-577-0707 Fax: 313-577-1773 =============================...
2007 Mar 27
4
Samba 3.0.24 on AIX
Hi, I just installed Samba 3.0.24 on AIX. I was able to installed it and configure it to share a directory with NT users. However, I can't login to SWAT as root. I am getting 401 bad authorization error. Can anybody help? Thanks, Yun Lee
2007 Sep 27
1
Need some clarifications about "speex_preprocess_run"
...perly?encode part. . .speex_bits_reset(&bits);speex_encode_int(encoder, (spx_int16_t* )bytes, &bits);count = speex_bits_write(&bits, bytes, len);. . .decode part. . .speex_bits_read_from(&bits2, bytes, enc_count);speex_decode_int(decoder, &bits2, bytes);. . .Thanks in advanceHAI YUN TAO _________________________________________________________________ Connect to the next generation of MSN Messenger? http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline -------------- next part -------------- An HTML attachment was scrubbed... URL: http://...
2008 Jan 14
1
How to use the speex AEC
I would like to add AEC to my program. Since the nature of my program is such that its playback and recording are asynchronous. I have no idea whether the testecho.c example will work for me. Anyone here has experience with the AEC in async mode? YUN TAO
2013 Jul 20
0
[LLVMdev] Request to review patch for bug #14792
On Thu, Jul 18, 2013 at 10:31 PM, Yun-Wei Lee <lee2041412 at gmail.com> wrote: > Thank for your suggestion. > > I have tried to use GetAlignedArgumentStackSize. > It is so strange that this function may output uncorrectly. > For example, the StackSize will be 40 when handling the third function call > in main. &...
2013 Jul 18
3
[LLVMdev] Request to review patch for bug #14792
http://llvm.org/bugs/show_bug.cgi?id=14792 Problem: In the i386 ABI Page 3-10, it said that the stack is aligned. However, the two example code show that does not handle the alignment correctly when using variadic function. For example, if the size of the first argument is 17, the overflow_arg_area in va_list will be set to "address of first argument + 16" instead of "address of
2013 May 01
1
[LLVMdev] gsoc 2013
...eory and etc under the instruction of one of the Ph.D in UIUC. After discuss with him, we came up this proposal. I think I can do this well because I am also familiar with many algorithms on graph, such as scc. (I'm a contestant of ACM ICPC in my school.) Wish we can discuss more. Sincerely. Yun-Wei Lee -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130501/4bed4333/attachment.html>
2004 Feb 18
3
ANOVA procedure on the sufficient statistics
...here any existing function in S-plus that would allow me to do aov() with the sufficient statistics? The table is like G1 G2 G3 G5 G6 T1 T2 T3 For cell (Ti, Gj) i have mean, variance and # observations and the factors are unordered. Thanks a lot for helping me on this in advance. Yun-Fang [[alternative HTML version deleted]]
2020 Feb 26
2
llvm/clang documentation i18n ?
...eheartedly support the concept of translating the docs into other languages, the problem with it is that they are likely to rot very quickly as changes are made to the canonical English versions. How would you propose these be kept up-to-date? > > James > > On Wed, 26 Feb 2020 at 00:49, yun xinyi via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi everyone, >> >> I have translated part of the llvm/clang documentation (from English to Chinese). >> I wonder if it's possible to merge them into llvm-project/doc ? >> Or place a link or sh...
2009 Nov 18
1
[LLVMdev] Question about program debugging after code duplication
...dify the debug information at the second step (opt of llvm)? I tried to use llvm-gcc for Step 1, and clang for Step 4. I am able to debug this way, but only at assembly level (.s files), which is not as convenient as debugging at bitcode level. Thank you very much for any suggestion. Thanks, Yun