search for: guide_

Displaying 9 results from an estimated 9 matches for "guide_".

Did you mean: guide
2008 Nov 14
1
configuring graphics device in Linux
greetings, i'm trying plot() from Owen's _The R Guide_ and having trouble with being able to view the result. the Graphics Device 2 draws an image i can only see the top part of and when i try to manipulate the window to see the image, the window then says: "...ure margins too lar..." in large letters. i guess it says something about picture...
2008 Dec 09
2
Better way to find distances between points in a set?
I was playing around a bit to see how I could find the two points in a set of points (or ordered pairs) furthest from each other. Here's what I did: 1) created a Nrow by 2col matrix, so each row contains an x,y coordinate pair. 2) fed the matrix to a nested mapply (cv is my matrix): mapply(function(k,l) mapply(function(x,y,a,b) +
2008 Dec 22
2
How can I avoid nested 'for' loops or quicken the process?
Hi All, I'm still pretty new to using R - and I was hoping I might be able to get some advice as to how to use 'apply' or a similar function instead of using nested for loops. Right now I have a script which uses nested for loops similar to this: i <- 1 for(a in Alpha) { for (b in Beta) { for (c in Gamma) { for (d in Delta) { for (e in Epsilon) { Output[i] <-
2008 Feb 01
3
Phase Shift
Is there any implementation in R for finding the phase shift between two continuous signals. I would like to find the average phase shift for tow signals over two years. thanks Stephen -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted
2010 Jan 23
2
About LU decomposition in R
Hi, How can I find and download a function in R to do the LU decompostion for finding the upper and lower triangular matrix.  Thank you so much. Joe ___________________________________________________ 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! [[alternative HTML version deleted]]
2005 Jan 12
0
Come join the Asterisk Bookclub
...hony, drivers, and the related technology an Asterisk developer should know about. The general interest book will be something fiction or nonfiction that is interesting to the folks who hang around here :-). To get things rolling, here are our books for January: Users: _Ethernet: The Definitive Guide_, from O'Reilly. ISBN 1565926609 Developers: _Secure Programming Cookbook for C and C++_, also from ORA. ISBN 0596003943** General Interest: _Cuckoo's Egg_, by Cliff Stoll. ISBN 0743411463 So, head out to your favorite bookstore and join #asterisk-bookclub! See ya on IRC, Nick (IRC hermi...
2008 Nov 06
2
replacing characters in formulae / models
Dear all, How can I replace text in objects that are of class "formula"? y="a * x + b" class(y)="formula" grep("x",y) y[1] Suppose I would like to replace the "x" by "w" in the formula object "y". How can this be done? Somehow, the methods that can be used in character objects do not work 1:1 in formula objects... Many
2008 Dec 11
3
Resampling physiological data using R?
Dear all R users, I am going to use R to process some of my physiological data about eye. The problem is the recording machine does not sample in a reliably constant rate: the time intervals between data sampled can vary from 9msec to ~120msec, while most around in the 15-30msec range. The below is a fraction of a single data file of a trial: Time CursorX CursorY Pupilsize 1811543 -1 -1 -1
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...ght be able to get > some advice as to how to use 'apply' or a similar function instead of using > nested for loops. Unfortunately, you have given nothing that is reproducible. The details of MyFunction and the exact structure of the list objects are crucial. Check out the _Posting Guide_ for hints on how to formulate a question that will elecit an answer that helps you. HTH, Chuck > > Right now I have a script which uses nested for loops similar to this: > > i <- 1 > for(a in Alpha) { for (b in Beta) { for (c in Gamma) { for (d in Delta) { > for (e in Epsil...