Displaying 20 results from an estimated 1000 matches similar to: "Zero is not zero"
2011 Apr 27
1
read.table: fill=T for header?
Dear ExpeRts,t
I am trying to read tab delimted data produced by somewhat brain dead
software that seems to think it's a good idea to have an extra tab
character after the last column - except for the header line. As
explained in the help page, read.delim now assumes that the first
column contains the row.names (which is not even wrong) but now and all
col.names get shiftet by one column.
2010 Dec 19
2
Replacing the for loop for time series buid-up
Hi,
is there a function that replaces the following code?
n=200
boot.x[1]=odhad+boot.res[1] #(boot.x[0]=1)
for (j in 1:(n-1)) {
boot.x[j+1]=odhad*boot.x[j]+boot.res[j+1]
}
This is nested in two other loops, and I am looking for some way to improve
code performance
I tried sapply and cumprod but no success.
Thanks
Jan
--
View this message in context:
2013 May 10
1
opustools_0.1.6
downloaded opustools_0.1.6 workspace but It buid failed, gives error
showing some files missing e.g:ogg.h how can I fix it. if you have any idea
please send me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20130510/2db6ebbc/attachment.htm
2011 Aug 04
1
Tinn-R problem: unable to send code to R
The problem mentioned in the 06 Dec 2010 email below still occurs with
Tinn-R (v.2.3.7.1) when highlighting a string of code, copying to the
clipboard, and trying to send to Rgui via Shift+Ctrl+Q.
I can copy 1 line of code to the clipboard and send it to Rgui with
Shift+CTRL+Q. This fails with 2 or more lines of code, generating the
error:
Error in source(.trPaths[5], echo = TRUE,
2015 Mar 11
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Thanks for the answer.
> Did you got errors during the classicupgrade?
I didn't do classicupgrade. My Samba AD DC was installed from scratch some
months ago using the instructions from this page
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO and everything had been
working well. I just upgraded some deb-packages with samba to the same version
but different buid-release. Regarding
2003 Oct 02
6
how calculate mean for each group
Hello, R experts:
I got data like this:
group duplicate treatment
A Y 5
A Y 3
A N 6
B Y 2
B N 4
B Y 1
How to sort the data and calculate the average treatment value for each group
in two level of duplicate. Results like this:
group duplicate treatment
A Y 4
A N
2005 Mar 03
5
ESS
Hi all,
I am running R 2.0.1 under Windows XP in German. I configured my path as
follows:
C:\Programme\R\rw2001\bin;C:\Programme\xemacs-packages\lib-src\;C:\Programme\XEmacs-21.4.13\i586-pc-win32
I can not start R proccess or ESS from within XEmacs. What is going wrong?
I can not start S. M-x S gives "no matching"
How can I configure XEmacs for STATA 8?
Thanks for your help.
M
2004 Oct 12
2
Why I can't retrieve GO identifier correctly?
Hello, R experts,
I tried to retrieve all biological process GO terms at level 3 starting
"biological process" as level 1 using the code as bellows:
1 library(GO)
2 library(GOstats)
3 level2<-getGOChildren("GO:0008150")$"GO:0008150"$Children
4 for ( i in 1:length(level2)) {
5 level3 <- getGOChildren(level2[i])$level2[i]$Children
6 for ( j in
2004 Aug 24
2
how to in XML on windows XP for R 1.9.1
Dear R experts:
I tried two ways to install Package:XML on windows xp for R 1.9.1, all failed.
Messages are given as bellows:
1> download from CRAN
> install.packages("XML", CRAN = getOption("CRAN"),
+ contriburl = contrib.url("http://cran.r-project.org"),
+ available = NULL, destdir = NULL,
+ installWithVers = FALSE)
trying URL
2004 Jan 15
3
how to overlap plots
Dear R experts:
Can you help me to overlap a histogram and theoretical density curve of poison
distribution? for example data like this:
The numbers of sanils found in each of 100 sampling quadrats in an area were
as follows:
number of snails, r 0 1 2 3 4 5 8 15
f=frequency of r 69 18 7 2 1 1 1 1
apparently this is not Poison but near to Poison, How to overlap the
theoretical desity curve to
2000 Nov 06
3
Problems compiling vorbis.lib in MS Land
Hey all...for whatever reason when opening up the vorbis_vc6 project in Dev
Studio bitwise.c and framing.c are still in the project. From my
understanding these files are only in the ogg library now. If I try to
compile the project as is, it fails because it can't find the files. Simple
solution: Delete the two files.
I just thought I'd give somebody a heads up....
Keep up the great
2003 Sep 13
2
what does this error mean?
Dear R-users:
I am runing R 1.6.2 with Windows XP. I try to calculate Pearson correlation
and Spearman correlation of any pairwise columns of 8000 x 80 data matrix with
missing values and randomize the matix 1000 times and calculate this two
correlations again. The code bellow for Pearson is working fine but for
Spearman got the error bellow for randomized data matrix and R console is stop
2010 Sep 09
2
[LLVMdev] install llvm-tv on ubuntu
Does anybody install llvm-tv on ubuntu9.04? please share how to do it. Thanks very much!
My problem is as followed:
I follow the instruction of README in source of llvm-tv.
First, I installe wxWidgets and graphviz, and then download the source of llvm from http://llvm.org/svn/llvm-project/llvm/trunk and download poolalloc from http://llvm.org/svn/llvm-project/poolalloc/trunk. Second, I compile
2010 Oct 04
3
Loop too slow for Bid calc - BUT cannot figure out how to do with matrix
Hi,
I am trying to create Bid/Ask for each second from a high volume stock and
the only way I have been able to solve this is using loops to create the
target matrix from the source tick data matrix. Looping is too slow and
not practical to use on multiple stocks. For example:
Bids Matrix (a real one is 400,000++ length):
Bid Time
10.03 11:05:03.124
10.04 11:05:03.348
10.05
2003 Jun 23
7
How can I do a spinning plot in R?
I have found XLispStat's spinning plots illuminating.
I'd like to do the same thing in R.
A dozen or so probes with help, help.search, apropos
haven't turned up anything, and I've even resorted to
grepping through the entire R source distribution
looking for 'spin.*plot', to no avail.
Either the feature is called something else in R (what?),
or it's in some other
2006 Aug 24
1
how to constrast with factorial experiment
Hello, R users,
I have two factors (treat, section) anova design experiment where
there are 3 replicates. The objective of the experiment is to test if
there is significant difference of yield between top (section 9 to 11)
and bottom (section 9 to 11) of the fruit tree under treatment. I
found that there are interaction between two factors. I wonder if I
can contrast means from levels of
2019 Jul 26
2
Some xcode schemes not appearing now in Xcode after cmake install (??)
Hi all
In order to get ready for the upcoming final 9.0 release code I have now switched to the 'release/9.x' branch that I pulled from github.
Unfortunately, after running cmake in the usual way, I found that many xcode schemes are missing on the resulting project.
Particularly, I added -DLLVM_ENABLE_PROJECTS=clang to the terminal command line. The logs correctly state that ‘clang
2008 Oct 30
3
why does sample(x, n) give the same n items in every separate runs?
Hello R users,
I have gene expression data of two groups of genes (large and small). Gene expression intensities of those genes are classified into 1 to 10 levels. What I want is to make a random set of genes that have the same levels as the small group from large group using sample().
I used smallvec to hold the number of genes in each levels (1 to 10) for small group, largevec for large group.
2008 Jun 13
2
Importing data with different delimters
All,
I have a data file with 56 entries that looks like this:
City State JanTemp Lat Long
Mobile, AL 44 31.2 88.5
Montgomery, AL 38 32.9 86.8
Phoenix, AZ 35 33.6 112.5
Little Rock, AR 31 35.4 92.8
Los Angeles, CA 47 34.3 118.7
San Francisco, CA 42 38.4 123.0
I would like to "read" this data into a dataframe. Is it possible to
do without editing the datafile?
D.
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I