similar to: (PR#1287) seek was ignoring the `origin' argument (was

Displaying 20 results from an estimated 900 matches similar to: "(PR#1287) seek was ignoring the `origin' argument (was"

2001 Dec 11
1
Using lib Rstreams and gzfile()
Hi all, in the last time I've intensively used Rstreams to read and write from binary files. Now I'm wondering if it is possible to use Rsteams functions with gzipped files. But I haven't found the trick: > p1c.gzip <- gzfile("daten/p1c_all.mea.gz", open="rb") > readBin(p1c.gzip, integer(), n=64,size=2) [1] 84 1 400 1 749 0 0 0
2002 Jan 24
0
File end in binary connection
Hi, I need to read to the file end of a binary file connection. My idea is to do this in a while loop: while(actual.position < file.size) readBin() ... How can I determine the file size? > p9lr description class mode text opened "p9lr_all.mea" "file" "rb" "binary"
2002 Jun 24
1
Covarianz matrix from an aov model
Try vcov() from the MASS library. -----Original Message----- From: Sven Garbade [mailto:garbade at psy.uni-muenchen.de] Sent: Monday, June 24, 2002 11:19 PM To: R-Help Subject: [R] Covarianz matrix from an aov model Hi all, how can I extract the covariance matrix from an object of class aov? Thanks, Sven -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.- r-help
2001 Dec 03
0
Summary on R script editor
Thanks for the advice, folks! Shravan Vasishth <vasishth at ling.ohio-state.edu> Try pico. There's no substitute for/comparison with emacs, though, IMHO. but just to be sure: you don't have to have ESS to use (x)emacs for editing R scripts. Sven Garbade <garbade at psy.uni-muenchen.de> ESS can be installed via rpm on Mandrake. baron at cattell.psych.upenn.edu (Jonathan
2003 Sep 17
0
freebsd-security Digest, Vol 26, Issue 1
Hi, you should also disable the booting from cdrom or better remove the connctor-cable from the cdrom-drive. I be an experienced Admin and I know how to mount bsd-partitions w/o any logging.....use the SuSE-8.2 cdrom and start the rescue-system (i know not if it is possible with the original CD, may i have an modified frm me) this allow you to mount any partition an slice on the disks in the
2011 Sep 16
2
R shell line width
Hi, I want to apologize in advance if this has already been asked. I wasn't able to find any information, either on google or from local list search. I'm running an R shell from a linux command line, in an xterm window. Whenever I print a data frame, only the first couple of columns are printed side-by-side, the others are being repositioned below them. It seems something is limiting the
2013 Jan 30
1
[PATCH v2] xen: print "debug=y|n" during hypervisor startup
So that we can easily figure out whether or not we are running a debug build of Xen (e.g., via `xl dmesg''). Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com> --- Changes from v1: * moved the #ifndef-ery around variable definition; * repositioned the "debug=%c" outside of the ''compiled-by'' section. diff --git a/xen/drivers/char/console.c
2002 Sep 18
2
comparing elements in a vector
How about -- d is a vector as you described it, then define d1 <- d[1:(length(d)-1)] d2 <- d[2:length(d)] d3 <- d1!=0 & d2!=0 & (d1-d2)!=0 I think d3 is the final vector you wanted. I didn't test it, so I'm not sure my logic is right, but I think this is definitely a path you can take... -----Original Message----- From: owner-r-help at stat.math.ethz.ch
2008 Jul 20
3
Order of columns(variables) in dataframe
Dear R experts,   I have a dataframe with 4 columns (variables). I want to redorder (or reposition) these columns on the basis of a value in its last row. e.g.   df1<-data.frame( v1= c(2,3,1,9,5), v2=c(8,5,12,4,11), v3=c(7,8,2,6,9), v4=c(1,4,6,3,6))    > df1    v1 v2 v3 v4 1  2  8  7  1 2  3  5  8  4 3  1 12  2  6 4  9  4  6  3 5  5 11  9  6 I wanto to get the order of df1 on the basis of
2011 Sep 03
2
Screwy guide on the regression testing wiki page
I'm confused by this: > > ... then you need to reset your bisect and use that "Release x.x.xx" as your first good bisect (wine-x.x.xx). This particular bisect output is just a version tag, meaning that no real code was changed (and so cannot have made your problem appear). All the "good" bisects you've set tells GIT that all that code is good, until wine-x.x.xx
2002 Oct 10
0
No subject
Achim Zeileis writes: > Sven Garbade wrote: > > > > Hi, > > > > can I extract the p-values after a pairwise comparision with > > pairwise.t.test()? The object of class "pairwise.htest". > > This is a list with one component being "p.value". You can extract it as > usual with > pairwise.t.test()$p.value Sorry, I
2000 Jul 27
0
Summary: recommended linux environment for R
Some days before I asked about a recommended linux environment for R. Looks like, in principle it runs on all major linux distributions (debian red hat, suse). There was a report of a problem with dynamically loading Fortran on Red Hat 6.2. Someone encountered trouble compiling library mclust with f77 and succeded with f2c, but other people have succeeded compiling mclust with f77, so there is
2013 Sep 06
0
Multi-track Seeking with oggz
Hopefully, this is the correct list for liboggz questions - if not please let me know. If I have multiple logical streams in an ogg file, and I invoke the oggz_seek_units() function, how does it know on which logical stream to seek? Or does it matter? For example, assume: 1. I've opened an ogg file with the correct flags: OGGZ_READ | OGGZ_AUTO 2. My ogg file contains 4 logical streams. 3.
2002 Mar 05
3
Having trouble getting winedbg to be invoked, trying to run sol.exe
Well, I retitled this message several times while writing it, as I discovered more things; the brick wall I ultimately ran into is getting the debugger to work. So, bear with me... I'm trying to get Wine working. Ultimately I have a couple of apps I want to get working, but at the moment I'm trying to run sol.exe to verify that Wine is installed and configured properly and... having
2013 Apr 26
1
Stratified Random Sampling Proportional to Size
Hello R Experts, I kindly request your assistance on figuring out how to get a stratified random sampling proportional to 100. Below is my r code showing what I did and the error I'm getting with sampling::strata # FIRST I summarized count of records by the two variables I want to use as strata Library(RODBC) library(sqldf) library(sampling) #After establishing connection I query the data
2006 Jun 12
0
Knowing the positions of Draggables
Could anyone direct me to a way to easily (without writing my own JavaScript, if possible) track the X and Y positions of Draggable objects moved/placed on a web page? I''d like for users to be able to reposition elements on a page, which I''ll then store the locations of so that I can redisplay them in the correct positions later. Thanks.
2006 Jun 21
0
Feature Request: Drag and Drop support in scale plugin
I've asked for this many times, but this is the first time asking for it on the mailing list. I have totally removed my window list applet from my gnome-panel. It's gone, but not yet forgotten. Despite such great effort to replace it, the thing I miss the most from it is the fact that d&d was easy. I pick up my file or my text or whatever, I hover over an item in my window list applet,
2009 Feb 18
0
Open Source in an Economic Downturn: Asterisk stories
> > >> I'm giving a talk at SCALE 2009 (Southern CAlifornia Linux Expo) on > >> Sunday in Los Angeles, and the topic of my talk is "Open Source in an > >> Economic Downturn". I've got lots of talking points for this talk, > >> but it would be interesting to hear some short anecdotes about how you > >> in the Asterisk community are
2011 Aug 26
0
ask for one ogg test stream with cmml subtitle
On Fri, 26 Aug 2011 18:08:59 +1000 Silvia Pfeiffer <silvia at silvia-pfeiffer.de> wrote: > On Fri, Aug 26, 2011 at 5:33 PM, startx <startx at plentyfact.org> wrote: > > On Thu, 25 Aug 2011 20:01:11 +1000 > > Silvia Pfeiffer <silvia at silvia-pfeiffer.de> wrote: > > > >> Hi BCXA, > >> > >> CMML is deprecated. You should use KATE
2004 Aug 06
0
Update ezstream playlist 'on the fly'
Jappe: I've just added this functionality to ezstream. You can now send ezstream a SIGHUP and it will re-read the currently processing playlist file (it will currently do nothing if you are reading from stdin). In this case ezstream will keep track of the last track played and will reposition to that track (if it exists in the new playlist, otherwise it will just restart at the