search for: huan

Displaying 20 results from an estimated 33 matches for "huan".

Did you mean: han
2003 Sep 16
7
Retrieve ... argument values
...} x <- rnorm(100) myfunc(x, ylim=c(-0.5, 0.5)) Error in myfunc(x, ylim = c(-0.5, 0.5)) : Object "ylim" not found > I need to retrieve values of "ylim" (if it is defined when function is called) for later use in the function. Can anybody give me some hint? Thanks a lot. Huan This message and any attachments (the "message") is\ intende...{{dropped}}
2004 Oct 18
2
答复: How to draw x-axis time label.
Thank you for helping me! I try the "pretty" funtion to select the x-axis position value.Then I use the "format" funtion. xax.pos <- pretty(as.numeric(x$x.name)) format(xax.pos,'%d %b %y') > xax.pos [1] 1091600000 1091800000 1092000000 1092200000 1092400000 1092600000 1092800000 [8] 1093000000 There are something wrong. I found the xax.pos has been changed to
2004 Oct 19
0
答复: 答复: 答复: How to draw x-axis time label.
...Email: Ivy_Li at smics.com -----orig Hi Li chen, I mean you should run the code I sent you in my first email. It's here again: plot(x$x.name,as.character(x$y.name),pch=26) By running this you should have a graph with time(date) on x-axis. Give it a go? Let me know if it is not working. Huang Huan Internet Ivy_Li at smics.com - 10/19/2004 02:18 AM To: Huan HUANG cc: Subject: ????: [R] How to draw x-axis time label. Put *time* on x-axis? Like this: >plot(time(x$x.name),as.character(x$y.name),pch=26) but the x-axis is not real time , just some number. I forgot your que...
2018 Jun 22
2
Q: how can I request to add an upstream patch to resolve a core dump issue?
UPDATE: It turned out QEMU still dumped core with that patch applied. That said, I'm still interested to know how to report issues with QEMU from centos-virt repo. Thanks, Ray > -----Original Message----- > From: Xiong, Huan > Sent: 2018?6?22? 11:12 > To: 'centos-virt at centos.org' <centos-virt at centos.org> > Subject: Q: how can I request to add an upstream patch to resolve a core > dump issue? > > Hi, > > The latest version of QEMU (qemu-kvm-ev-2.10.0-21.el7_5.3.1) from cento...
2003 Aug 06
1
Standard error of standard deviation: bootstrap or theoretical results?
...the standard deviation I want). I get 0.00024 I tried all above a couple of times and got similar results for each methods I used. The results from the first 3 methods are apparently higher than the bootstrap one. I am a bit confused. Do I miss anything? Which one do you believe? Thanks a lot. Huan This message and any attachments (the "message") is\ intende...{{dropped}}
2003 Jan 15
1
Least Absolute Deviation
...function argument to minimize the sum of the absolute deviation. But for some data it keeps giving out the error message: Error in nlm(absdev, b.start) : non-finite value supplied by nlm. (there is no na in my dataset.) I am wondering if there is some function I can do it directly. Many thanks. Huan This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whol...
2005 Apr 20
2
Package under R 2.1.0: package.rds
...ile and get the wrong information (info about base rather than mine "mag". I was trying to make my own package.rds file. I looked up the manual (writing R extension) and R help archives and can't find relevant information. Can anybody point me the way to it please? Many many thanks, Huan This message and any attachments (the "message") is\ intende...{{dropped}}
2018 Jun 22
0
Q: how can I request to add an upstream patch to resolve a core dump issue?
2018-06-22 9:26 GMT+02:00 Xiong, Huan <huan.xiong at hxt-semitech.com>: > UPDATE: It turned out QEMU still dumped core with that patch applied. > > That said, I'm still interested to know how to report issues with QEMU > from centos-virt repo. > You can open a bug on https://bugzilla.redhat.com/enter_bug.cgi?...
2017 May 30
2
[Gluster-Maintainers] [Gluster-devel] Backport for "Add back socket for polling of events immediately..."
----- Original Message ----- > From: "Zhang Huan" <zhanghuan at open-fs.com> > To: "Raghavendra G" <raghavendra at gluster.com> > Cc: "GlusterFS Maintainers" <maintainers at gluster.org>, "Gluster Devel" <gluster-devel at gluster.org>, "Kaushal Madappa" > <kmadappa a...
2002 Aug 04
5
Pseudo R^2 for logit - really naive question
I am using GLM to calculate logit models based on cross-sectional data. I am now down to the hard work of making the results intelligible to very average readers. Is there any way to calculate a psuedo analoque to the R^2 in standard linear regression for use as a purely descriptive statistic of goodness of fit? Most of the readers of my report will be vaguely familiar and more comfortable with
2005 Apr 21
1
Installing packages from source code
...ML browser interf Type 'q()' to quit R. [Previously saved workspace restored] > The purpose of installing package from source code is that I hope it can create those rds files in meta directory automatically. I wonder if I miss anything here. Can anyone help me out please? Thanks alot, Huan This message and any attachments (the "message") is\ intende...{{dropped}}
2002 Aug 05
3
Formatting POSIXt values in plot axis labels
Hello. I have an XYY series that I would like to graph with matplot() or some other single function that will do the trick. The X in question is a vector of POSIXt values obtained from strptime(). Is it possible to tell matplot() how to handle POSIXt x values? I have examined the examples at http://lark.cc.ukans.edu/~pauljohn/R/statsRus.html#5.22 , but would prefer not have to overlay the
2017 Jun 05
0
[Gluster-Maintainers] [Gluster-devel] Backport for "Add back socket for polling of events immediately..."
On 05/30/2017 08:44 PM, Zhang Huan wrote: >>> * Are there any existing users who need this enhancement? >>> https://bugzilla.redhat.com/show_bug.cgi?id=1358606#c27 >>> >>> Though not sure what branch Zhang Huan is on. @Zhang your inputs are >>> needed >>> here. >>> >&...
2003 Sep 14
1
(no subject)
...ot(rnorm(100)) dev.off() It will speed up quite a lot. But one thing I don't understand is I always get truncated graph (I lost a bit at the right end of the plot). I make up a very long title for the graph and then I get an entire graph. I guess I must miss something here. Hope this helps. Huan Internet schnitzlerj at gmx.de@stat.math.ethz.ch - 09/14/2003 12:43 AM Sent by: r-help-bounces at stat.math.ethz.ch To: r-help cc: Subject: [R] (no subject) Dear all, for an interactive web application i need to produce a lot of graphics (up to 50) on demand. In the moment i...
2004 Aug 24
1
error when unsubscribe (PR#7198)
Full_Name: Huan Huang Version: 1.9.1 OS: Win NT Submission from: (NULL) (155.140.122.227) Traceback: Traceback (most recent call last): File "/scratch/local/app/mailman-sfs/2.1.5/scripts/driver", line 87, in run_main main() File "/scratch/local/app/mailman-sfs/2.1.5/Mailman/Cgi/options.py...
2018 Dec 17
2
why virt-v2v in-place option not support in centos 7?
Hi All, As the in-place help said, --in-place Do not create an output virtual machine in the target hypervisor. Instead, adjust the guest OS in the source VM to run in the input hypervisor. This mode is meant for integration with other toolsets, which take the responsibility of converting the VM configuration, providing for rollback in case of errors, transforming the storage, etc. I want
2002 Nov 25
1
library help files
...I type help(function name) in R command window, the help file will jump out on the screen. I think there must be some introduction somewhere. I couldn't find it in 'Writing R Extension'. Could anybody point out somewhere or some wayI can implement the above two things? Thanks a lot! Huan This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whol...
2018 Dec 17
0
Re: why virt-v2v in-place option not support in centos 7?
On Mon, Dec 17, 2018 at 07:47:45PM +0800, Zhang Huan wrote: > Hi All, > > As the in-place help said, > > --in-place > Do not create an output virtual machine in the target hypervisor. Instead, adjust the guest OS in the source VM to run in the input hypervisor. > > This mode is meant for integration with other toolsets,...
2003 Jan 21
0
FW: Contour Plots
Huan, If you have not already received an answer, try this, it helped me immensely and solved my problem. Mike -----Original Message----- From: Roger Peng [mailto:rpeng at stat.ucla.edu] Sent: Wednesday, January 15, 2003 9:30 AM To: mhoward Cc: 'r-help at lists.R-project.org' Subject: Re: [...
2003 May 09
0
VBA function InStrRev in RCOM
...ust the same as that it doesn't recognize function "Replace"). A solution for frunction Replace has been provided (Ritter, Christian , http://mailman.csd.univie.ac.at/pipermail/rcom-l/2003-May/000005.html). I am wondering if someone has a solution for function InStrRev. Many thanks. Huan This message and any attachments (the "message") is\ intended so... {{dropped}}