Displaying 20 results from an estimated 4000 matches similar to: "About duplicates"
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 to find the
> documentation.
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
> 3.1+0.2==3.3
[1] FALSE
Thanks.
Dong-Yun Kim
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
2009 Feb 16
3
Finishing up the contributors list as well
Guys,
OK, now that we have the new core contributors squared away, we
can go back to finishing the contributors list.
There were some people who got added and then there is existing
contributors list. I think Darren''s suggestion to wait to add new
core contributors is fine (let the new constitution settle down
and we can in the meanwhile have a more inclusive look at both
rather than
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]]
2007 Feb 23
4
How to plot two graphs on one single plot?
Hi,
I am trying to plot two distribution graph on one plot. But I dont know
how. I set them to the same x, y limit, even same x, y labels.
Code:
x1=rnorm(25, mean=0, sd=1)
y1=dnorm(x1, mean=0, sd=1)
x2=rnorm(25, mean=0, sd=1)
y2=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',
2009 Nov 18
1
[LLVMdev] Question about program debugging after code duplication
Hi,
I am not sure where I should submit the question to. But I think it is llvm related.
I ran into a problem when debugging my code. Here is the problem:
my optimization (a pass in LLVM) takes bitcode file as input, duplicate part of the original code, put the duplicated code in a separate function, then run both of them. I took the steps:
1. use llvm-gcc to compile .c files to bitcode files
2007 Jun 20
1
How to use "mix" to estimate the parameters for mixture gamma distribution?
Dear R users,
Please help me on using "mix" function under package "mixdist".
My data distribution shows there are two components for the mixture distribution: left part is an exponential and right part is a normal. So I plan to use "gamma" mixture distribution to estimate the parameters. Here is what I am using for the "mix" function.
Test<-mix(x,
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
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.
> If I modified the this function, it will fail one test.
2007 Sep 27
1
Need some clarifications about "speex_preprocess_run"
Simple questions:1. when this method is called for each frame, do I have to call them twice for both the encode process and the decode process?2. does preprocessor do preprocessing on raw PCM data or on encoded speex data? I need to clarify this because i want to know when should I call this function, before the encoding process (i.e. preprocess the pcm data) or after the encoding process (i.e.
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
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
2013 May 01
1
[LLVMdev] gsoc 2013
Hello, it may a bit too late.
I want to join gsoc 2013 and my proposal is to do static analyze on gpu
programming, such as CUDA.
Recently, I have been studying materials relating to SSA, data flow
analysis, fixed point theory 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
2004 Feb 18
3
ANOVA procedure on the sufficient statistics
Hi,
I have a two-way anova with unequal cell numbers that I want to analyze.
The problem is I don't have individual observations of the data.
I only have the sufficient statistics (mean, variance, # of observations) for each cell.
Is there 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
2020 Feb 26
2
llvm/clang documentation i18n ?
Hi James,
Yes, documents changes over the time.
And keeping them up-to-date would takes a lot of efforts.
I tried years ago (2013~2015) with clang v3.4 , and finally I gave up.
It's too much for one person to complete.
The reason I come up again with this idea is that I saw people still
referencing the partial complete Chinese docs and sharing it among
others.
And there's other people
2014 Apr 14
3
Opus on MIPS performance
Hi All,
First time poster to this group, please ignore my ignorance?
I?m trying to use Opus 1.1 on a 400MHz MIPS 24k CPU (AR9331, specifically, like in the Arduino Yun).
I?ve successfully built (I think) opus-1.1 and opus-tools-1.8 and they run, but are dog slow.
opus-1.1 does have the ?enable-fixed-point option set, as this chip only has soft-float.
My short test file (less than one
2003 Jun 26
1
Bagged clustering and fuzzy c-means
Dear All:
I'm a newbie to R and chemometrics.
Now I'm trying apply bclust on fuzzy c-means like this:
>bc1 <- bclust(iris[,1:4], 3, base.centers=20,iter.base=100,
base.method="cmeans")
Committee Member:
1(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)Erro
r in bclust(iris[, 1:4], 3, base.centers = 20, iter.base = 100, base.method
=
2014 Sep 18
1
mirrorlist returns wrong servers
Hi,
We're using CentOS on various servers in Japan.
Recently, I found that mirrorlist.centos.org returns servers in China.
It makes "yum update" slow.
This problem occurs on "update" repo.
Our tries and results are follows:
## "os" repository
$ curl "http://mirrorlist.centos.org/?release=6.5&arch=x86_64&repo=os"
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,