[R] Problems with dmvnorm and outer

2010-03-28 Thread Severin Kacianka
Hello, I try to create a persp-plot for the bivariate normal distribution. There are a few solutions online ([1],[2]), but I did not want to hard-code the formula like [2] did or use a kernel density estimate like [1]. My plan was to use dmvnorm, and use outer to calculate the z-dimension

Re: [R] Poisson Lognormal

2010-03-28 Thread Robert Ruser
Chuck thank you very much for help. I will follow your advice and see what happen. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide

Re: [R] R Cmdr memory

2010-03-28 Thread ManInMoon
Is there a 64 bit R - and where can I get hold of it for Windows please? Your sizes function is useful thanks - but is there some R parameter to allow maximum usage of memory? -- View this message in context: http://n4.nabble.com/R-Cmdr-memory-tp1693483p1693978.html Sent from the R help

[R] any quick way to write this label

2010-03-28 Thread Roslina Zakaria
Hi r-users,   Is there any quick way to write this label?   c(0,50,100,150,200,250,300,350,400,450, 500,550,600,650,700,750,800,850,900)   Thank you. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] any quick way to write this label

2010-03-28 Thread Barry Rowlingson
On Sun, Mar 28, 2010 at 8:56 AM, Roslina Zakaria zrosl...@yahoo.com wrote: Hi r-users, Is there any quick way to write this label? c(0,50,100,150,200,250,300,350,400,450, 500,550,600,650,700,750,800,850,900) Not sure what you mean by 'write this label'. But to generate that vector, yes

Re: [R] any quick way to write this label

2010-03-28 Thread Jim Lemon
On 03/28/2010 07:56 PM, Roslina Zakaria wrote: Hi r-users, Is there any quick way to write this label? c(0,50,100,150,200,250,300,350,400,450, 500,550,600,650,700,750,800,850,900) Hi Rosalina, I'm going to take a leap in the dark and guess that you want to use these as axis labels and want

[R] Design of a survey using the survey package

2010-03-28 Thread Tom La Bone
I have looked through the new Complex Surveys book and the documentation for the survey package and it appears to me that there are no functions in survey that help one to design a sampling scheme. For example, in the book section 2.8 discusses the design of stratified samples, but there is no

Re: [R] Design of a survey using the survey package

2010-03-28 Thread Tobias Verbeke
Tom La Bone wrote: I have looked through the new Complex Surveys book and the documentation for the survey package and it appears to me that there are no functions in survey that help one to design a sampling scheme. For example, in the book section 2.8 discusses the design of stratified

Re: [R] Assigning factors probabilistically based on the value of another variable.

2010-03-28 Thread Economics Guy
It is really the same thing. One of many possibilities: theFrame - data.frame(theValues=runif(150,-10,10)) exact - diag(15)[1+ (rank(theFrame$theValues)-1)%/%10,] not.so.exact - diag(15)[1+ (rank(theFrame$theValues+runif(150,0,3))-1)%/%10,] If what you actually wanted was one factor with

Re: [R] Problems with dmvnorm and outer

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 3:19 AM, Severin Kacianka wrote: Hello, I try to create a persp-plot for the bivariate normal distribution. There are a few solutions online ([1],[2]), but I did not want to hard-code the formula like [2] did or use a kernel density estimate like [1]. My plan was

Re: [R] R Cmdr memory

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 4:35 AM, ManInMoon wrote: Is there a 64 bit R - and where can I get hold of it for Windows please? For Windows XP?, Not that I know of. There are proprietary versions for Vista and I believe Professor Ripley is working on an experimental version for the 64 bit

[R] how to make stacked plot?

2010-03-28 Thread sdzhangping
Dear friends: I'm interested to make a stacked plot of cumulative incidence. that's, the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative incidence is in place. I'd like to stack the cuminc plots(line 1: relapse of luekemia and line 2: treatment related mortality, for

[R] survival data with competing risks and time-dependent covariates!

2010-03-28 Thread sdzhangping
Dear friends: I’m very interested in the analysis of survival data of leukemic patients, which involves competing risks and time-dependent covariates (infections or relapse of leukemia after BMT). In my present work, I’d like to estimate the risk of chemotherapy, BMT or gvhd on the onset and

Re: [R] R Cmdr memory

2010-03-28 Thread Duncan Murdoch
On 28/03/2010 9:03 AM, David Winsemius wrote: On Mar 28, 2010, at 4:35 AM, ManInMoon wrote: Is there a 64 bit R - and where can I get hold of it for Windows please? For Windows XP?, Not that I know of. There are proprietary versions for Vista and I believe Professor Ripley is working on

Re: [R] how to make stacked plot?

2010-03-28 Thread Stefan Grosse
Am 28.03.2010 15:06, schrieb sdzhangping: Dear friends: I'm interested to make a stacked plot of cumulative incidence. that's, the cuminc model is fitted [fit=cuminc(time, relapse)] and cumulative incidence is in place. I'd like to stack the cuminc plots(line 1: relapse of

Re: [R] Problems with dmvnorm and outer

2010-03-28 Thread Severin Kacianka
Hello David and Dennis, thank you two for your replies. You not only helped me solve my problem, but also helper me to understand my problem better. Here is my -now working- code: x-y-seq(-4,4,len=40) g-function(a,b) { dmvnorm(x=cbind(a,b),sigma=matrix(c(4,2,2,3), ncol = 2)) }

Re: [R] survival data with competing risks and time-dependent covariates!

2010-03-28 Thread Stefan Grosse
Am 28.03.2010 15:08, schrieb sdzhangping: I??m very interested in the analysis of survival data of leukemic patients, which involves competing risks and time-dependent covariates (infections or relapse of leukemia after BMT). In my present work, I??d like to estimate the risk of

Re: [R] R Cmdr memory

2010-03-28 Thread Uwe Ligges
On 28.03.2010 15:20, Duncan Murdoch wrote: On 28/03/2010 9:03 AM, David Winsemius wrote: On Mar 28, 2010, at 4:35 AM, ManInMoon wrote: Is there a 64 bit R - and where can I get hold of it for Windows please? For Windows XP?, Not that I know of. There are proprietary versions for Vista and

Re: [R] any quick way to write this label

2010-03-28 Thread Rainer Hurling
On 28.03.2010 13:33 (UTC+1), Jim Lemon wrote: On 03/28/2010 07:56 PM, Roslina Zakaria wrote: Hi r-users, Is there any quick way to write this label? c(0,50,100,150,200,250,300,350,400,450, 500,550,600,650,700,750,800,850,900) If it is not for graphics, perhaps this helps?

Re: [R] Matching pairs of values

2010-03-28 Thread Bert Gunter
Sorting is unnecesssary. If column order is unimportant, identical() is unnecessary. foo - function(x,lookfor)apply(x,1,function(x)all(lookfor %in% x will do. If column order is important, apply(x,1,identical,lookfor) will do. Bert Gunter Genentech Nonclinical Statistics -Original

Re: [R] Problems with dmvnorm and outer

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 9:36 AM, Severin Kacianka wrote: Hello David and Dennis, thank you two for your replies. You not only helped me solve my problem, but also helper me to understand my problem better. Here is my -now working- code: x-y-seq(-4,4,len=40) g-function(a,b) {

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread Jannis
Hallo, have a look at the documentation of the different output functions (write(),cat(),write.table()). Most of them have an argument like append. If you set this to TRUE, your command adds the lines you are writing into the file to the lines already existent in that file. So if you run this

Re: [R] Calculate variance/covariance with complex numbers

2010-03-28 Thread Ben Bolker
Gang Chen gangchen6 at gmail.com writes: Thanks a lot for the help, Ben Bolker and Chuck! Chuck, it seems your version needs a little modification. Instead of this: xri - matrix(rnorm(1)+1i*rnorm(1),nc=2) crossprod(xri-colMeans(xri))/(nrow(xri)-1) it seems to me it should

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread Muhammad Rahiz
Dear Jannis, Thanks for the tip. It works but I'd like to improve on the way I did it. x - array(1:50,dim=c(10,10)) # data h1 - c(ncols180) # header, line 1 h2 - c(nrows 290) # header, line 2 h3 - c(xllcorner -20) # header, line 3 h4 - c(yllcorner

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 12:51 PM, Muhammad Rahiz wrote: Dear Jannis, Thanks for the tip. It works but I'd like to improve on the way I did it. x - array(1:50,dim=c(10,10)) # data h1 - c(ncols180) # header, line 1 h2 - c(nrows 290) # header, line 2 h3 -

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread Muhammad Rahiz
Yes, it works. Just wondering if the technique can be optimized... David Winsemius wrote: On Mar 28, 2010, at 12:51 PM, Muhammad Rahiz wrote: Dear Jannis, Thanks for the tip. It works but I'd like to improve on the way I did it. x - array(1:50,dim=c(10,10)) # data h1 - c(ncols

[R] Coding of categorical variables for logistic regression?

2010-03-28 Thread Ravi Kulkarni
Hello, I am trying to do a logistic regression and have one predictor variable (x) that is ratio and two predictor variables (y and z) that are categorical. These have three levels each which I have called High, Medium and Low. My question: do I need to use a numerical coding scheme for the

Re: [R] Calculate variance/covariance with complex numbers

2010-03-28 Thread Charles C. Berry
On Sun, 28 Mar 2010, Gang Chen wrote: Thanks a lot for the help, Ben Bolker and Chuck! Chuck, it seems your version needs a little modification. Instead of this: xri - matrix(rnorm(1)+1i*rnorm(1),nc=2) crossprod(xri-colMeans(xri))/(nrow(xri)-1) it seems to me it should be this

Re: [R] Assigning factors probabilistically based on the value of another variable.

2010-03-28 Thread Charles C. Berry
On Sun, 28 Mar 2010, Economics Guy wrote: It is really the same thing. One of many possibilities: theFrame - data.frame(theValues=runif(150,-10,10)) exact - diag(15)[1+ (rank(theFrame$theValues)-1)%/%10,] not.so.exact - diag(15)[1+ (rank(theFrame$theValues+runif(150,0,3))-1)%/%10,] If what

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 1:11 PM, Muhammad Rahiz wrote: Yes, it works. Just wondering if the technique can be optimized... IN WHAT WAY -- David. David Winsemius wrote: On Mar 28, 2010, at 12:51 PM, Muhammad Rahiz wrote: Dear Jannis, Thanks for the tip. It works but I'd like to

Re: [R] Coding of categorical variables for logistic regression?

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 1:15 PM, Ravi Kulkarni wrote: Hello, I am trying to do a logistic regression and have one predictor variable (x) that is ratio and two predictor variables (y and z) that are categorical. These have three levels each which I have called High, Medium and Low. My

[R] Preserving both yearmon and numeric data in an xls object

2010-03-28 Thread Marshall Feldman
Hi R gourmets, I am trying to convert an HTML table into an xts object. The table has six columns, with the data of interest in a single row with each cell containing a long, \n-delimited character string. Initially, I work with these strings as elements in a list. This is necessary because

Re: [R] R Cmdr memory

2010-03-28 Thread Prof Brian Ripley
On Sun, 28 Mar 2010, Duncan Murdoch wrote: On 28/03/2010 9:03 AM, David Winsemius wrote: On Mar 28, 2010, at 4:35 AM, ManInMoon wrote: Is there a 64 bit R - and where can I get hold of it for Windows please? For Windows XP?, Not that I know of. There are proprietary versions for Vista

Re: [R] Coding of categorical variables for logistic regression?

2010-03-28 Thread Johannes Huesing
Ravi Kulkarni ravi.k...@gmail.com [Sun, Mar 28, 2010 at 07:15:52PM CEST]: [...] I am trying to do a logistic regression and have one predictor variable (x) that is ratio and two predictor variables (y and z) that are categorical. These have three levels each which I have called High, Medium

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread Muhammad Rahiz
something like this... x1 - as.matrix(read.table(input.txt))[1:6,] # reads only header x2 -array(1:6,dim=c(2,3)) write(x,output.txt) write.table(x3,output.txt,row.names=FALSE,col.names=FALSE,append=TRUE) But the results print; ncols nrows xllcorner yllcorner cellsize NODATA_value 180.00

Re: [R] insert/copy skipped lines to output

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 2:41 PM, Muhammad Rahiz wrote: something like this... x1 - as.matrix(read.table(input.txt))[1:6,] # reads only header x2 -array(1:6,dim=c(2,3)) write(x,output.txt) write() will process the matrix elements in their natural vector order. write

Re: [R] Trouble loading package

2010-03-28 Thread Peter Ehlers
I haven't seen an answer to this yet. Your problem may stem from having defined a variable T. I can replicate your error messages with: T - hello library(RMark) So methinks that this probably indicates that there may be a problem with using T for TRUE (when will Rusers finally stop doing

Re: [R] Calculate variance/covariance with complex numbers

2010-03-28 Thread Ben Bolker
Rolf Turner wrote: On 28/03/2010, at 11:50 AM, Ben Bolker wrote: Gang Chen gangchen6 at gmail.com writes: Anybody knows what functions can be used to calculate variance/covariance with complex numbers? var and cov don't seem to work: How about: y - complex(real=5:1,imag=2:6) z -

[R] Fwd: col.axis

2010-03-28 Thread Enio Jelihovschi
I need a help in the following code. I could not find any hint at the help files m - c( 58, 47, 51, 57, 48) plot(1:5, m, pch=19, col=1:5, axes=FALSE) axis(1, at=1:length(m), labels=LETTERS[1:5], col.axis=2) The labels A B C D E appear in this case with the red color. What I really want is

[R] Renumbering

2010-03-28 Thread Val
HI all, Is there a renumbering function in R? I would like to renumber the following id numbers *Input file * Id Father Mother 123 0 0 124 0 0 125 123 124 126 123 0 127 125 126 128 0 127 130 123 125 *Output* Id Father Mother 1 0 0 2 0 0 3 1 2 4 1 0 5 3 4 6 0 7 7 1 2 Any help is

Re: [R] Fwd: col.axis

2010-03-28 Thread Lukas Schefczyk
Hi you can use mtext() m - c( 58, 47, 51, 57, 48) plot(1:5, m, pch=19, col=1:5, axes=FALSE) axis(1, at=1:length(m), labels=LETTERS[1:5], col.axis=FALSE) # color =FALSE to make them disappear at - axTicks(1) # get Ticks from Axis 1 mtext(side = 1, text = at, at = at, col = (1:5), line = 1)

Re: [R] Renumbering

2010-03-28 Thread jim holtman
This is not really a renumbering and there is no builtin function. This is a case where you want to do some special remapping of numbers and you have to decide what it is in your case. Also use 'dput' to put data in email since what you sent was not parseable. Also I think the last two lines of

Re: [R] grid graphics - concatenating gLists - is there a function?

2010-03-28 Thread Paul Murrell
Hi Mark Heckmann wrote: I have to gList objects containing several grobs. Now, I want to combine them into a single gList object as e.g. gTree() does not take a nested gList as children argument. gl1 - gList(rectGrob(), rectGrob()) gl2 - gList(textGrob(Text 1)) Now I want to combine gl1

Re: [R] grid graphics - concatenating gLists - is there a function?

2010-03-28 Thread Mark Heckmann
Hi Paul, unfortunately this did not work out. I use the following now: childgrobs - c(gl1, gl2) class(childgrobs) - gList This seems to work for me. Bests, Mark Am 28.03.2010 um 23:44 schrieb Paul Murrell: Hi Mark Heckmann wrote: I have to gList objects containing several grobs. Now, I

Re: [R] Renumbering

2010-03-28 Thread Val
Thank you for your quick response. You are right the ls two rows were not correct. Typ error. Is it possible to add the original ID number as a cross reference as well Like, Id Father Mother Original ID [1,] 1 0 0 123 [2,] 2 0 0 124 [3,]

Re: [R] grid graphics - concatenating gLists - is there a function?

2010-03-28 Thread David Winsemius
On Mar 28, 2010, at 5:59 PM, Mark Heckmann wrote: Hi Paul, unfortunately this did not work out. I use the following now: childgrobs - c(gl1, gl2) class(childgrobs) - gList This seems to work for me. What about?: gl3 - gl1 gl3[length(g1)+1] - gl2 -- David Bests, Mark Am 28.03.2010 um

[R] Ellipse that Contains 95% of the Observed Data

2010-03-28 Thread Tom La Bone
I can take the results of a simulation with one random variable and generate an empirical interval that contains 95% of the observations, e.g., x - rnorm(1) quantile(x,probs=c(0.025,0.975)) Is there an R function that can take the results from two random variables and generate an empirical

[R] CRAN (and crantastic) updates this week

2010-03-28 Thread Crantastic
CRAN (and crantastic) updates this week New packages Updated packages Amelia (1.2-16), AMORE (0.2-12), Bolstad (0.2-17), CADStat (2.2-4) This email provided as a service for the R community by http://crantastic.org. Like it? Hate it? Please let us know:

Re: [R] Renumbering

2010-03-28 Thread jim holtman
This should do it: x - read.table(textConnection( Id Father Mother + 123 0 0 + 124 0 0 + 125 123 124 + 126 123 0 + 127 125 126 + 128 0 127 + 130 123 125), header=TRUE) # convert to matrix x - as.matrix(x) closeAllConnections() # map numbers to a new sequence allNums -

Re: [R] Calculate variance/covariance with complex numbers

2010-03-28 Thread Jim Lemon
On 03/29/2010 04:17 AM, Charles C. Berry wrote: ... Argh! Sorry for the 'thinko' (like a 'typo', but a misapplication of the brain rather than the fingers)! Well, a typo is the _result_ of a misapplication of the fingers to a keyboard, so I would expect that if the result of thinking can be

Re: [R] tapply syntax

2010-03-28 Thread Jeff Brown
What is the function set()? Is that a typo? When I type ?set I get nothing, and when I try to evaluate that code R tells me it can't find the function. -- View this message in context: http://n4.nabble.com/tapply-syntax-tp1692503p1694586.html Sent from the R help mailing list archive at

Re: [R] tapply syntax

2010-03-28 Thread Rolf Turner
On 29/03/2010, at 1:27 PM, Jeff Brown wrote: What is the function set()? Is that a typo? When I type ?set I get nothing, and when I try to evaluate that code R tells me it can't find the function. Yeah, it's a typo. (S)he meant ``subset''. cheers, Rolf Turner

Re: [R] tapply syntax

2010-03-28 Thread jim holtman
The message tells you everything - there is no function 'set' in the workspace you are using. Did you forget to load a library? What is the context in which you are trying to use it? On Sun, Mar 28, 2010 at 8:27 PM, Jeff Brown dopethatwantsc...@yahoo.comwrote: What is the function set()? Is

Re: [R] Heirarchical tree data structure

2010-03-28 Thread Jeff Brown
When I tried ??tree, I found something called dendrogram that looks like it might be what you want. -- View this message in context: http://n4.nabble.com/Heirarchical-tree-data-structure-tp1692838p1694575.html Sent from the R help mailing list archive at Nabble.com.

[R] Page width figures in Latex

2010-03-28 Thread Jim Lemon
bRotheRs sisteRs, I am once again attempting to learn enough Latex voodoo to get something done, and failing comically. The document RJAuthorguide.pdf mentions that one can get page width figures through the use of the figure* or table* environments, but despite considerable searching through

Re: [R] tapply syntax

2010-03-28 Thread David Freedman
sorry - I use many abbreviations and I try to remove them before I post questions/answers - 'set' is my abb. for subset david On 3/28/2010 8:27 PM, Jeff Brown [via R] wrote: What is the function set()? Is that a typo? When I type ?set I get nothing, and when I try to evaluate that code R

[R] Question on entry exit tabulating in any R finance package

2010-03-28 Thread rtist
I asked the question in Rmetrics subforum, but for some reason, almost two weeks later, it keeps saying I haven't been approved to post yet there. I'll try again here on the open forum. I wanted to have a script that tabulates results by trade. I.e. instead of tabulating each day as a trade

Re: [R] Coding of categorical variables for logistic regression?

2010-03-28 Thread Ravi Kulkarni
How do I use the extra information that two of my predictors are ordinal? (I did not know I could do that.) Thanks, Ravi -- View this message in context: http://n4.nabble.com/Coding-of-categorical-variables-for-logistic-regression-tp1694250p1694644.html Sent from the R help mailing list

Re: [R] Ellipse that Contains 95% of the Observed Data

2010-03-28 Thread Ben Bolker
Tom La Bone booboo at gforcecable.com writes: I can take the results of a simulation with one random variable and generate an empirical interval that contains 95% of the observations, e.g., x - rnorm(1) quantile(x,probs=c(0.025,0.975)) Is there an R function that can take the

Re: [R] Coding of categorical variables for logistic regression?

2010-03-28 Thread C.H.
?polr of the MASS package. On Mon, Mar 29, 2010 at 10:39 AM, Ravi Kulkarni ravi.k...@gmail.com wrote: How do I use the extra information that two of my predictors are ordinal? (I did not know I could do that.) Thanks,  Ravi -- View this message in context:

Re: [R] Page width figures in Latex

2010-03-28 Thread Sharpie
Jim Lemon wrote: bRotheRs sisteRs, I am once again attempting to learn enough Latex voodoo to get something done, and failing comically. The document RJAuthorguide.pdf mentions that one can get page width figures through the use of the figure* or table* environments, but despite

Re: [R] Page width figures in Latex

2010-03-28 Thread Rolf Turner
On 29/03/2010, at 4:21 PM, Sharpie wrote: SNIP There are a bunch of caveats such as the figure/table will only appear at the top or bottom of a page and will not appear on the same page as the point at which it was declared in the source. That is to say, when you declare a figure*

Re: [R] Page width figures in Latex

2010-03-28 Thread Mike Prager
On Mon, 29 Mar 2010 12:21:40 +1100, Jim Lemon j...@bitwrit.com.au wrote: bRotheRs sisteRs, I am once again attempting to learn enough Latex voodoo to get something done, and failing comically. The document RJAuthorguide.pdf mentions that one can get page width figures through the use of the

Re: [R] Page width figures in Latex

2010-03-28 Thread Sharpie
Rolf Turner wrote: On 29/03/2010, at 4:21 PM, Sharpie wrote: SNIP There are a bunch of caveats such as the figure/table will only appear at the top or bottom of a page and will not appear on the same page as the point at which it was declared in the source. That is to say,

Re: [R] large dataset

2010-03-28 Thread kMan
This was *very* useful for me when I dealt with a 1.5Gb text file http://www.csc.fi/sivut/atcsc/arkisto/atcsc3_2007/ohjelmistot_html/R_and_la rge_data/ Two hours is a *very* long time to transfer a csv file to a db. The author of the linked article has not documented how to use scan() arguments

Re: [R] Page width figures in Latex

2010-03-28 Thread Duncan Mackay
Hi All you need to know to get started with figures (and even up to intermediate level)- Keith Reckdahl's Using Imported Graphics in LATEX and pdfLATEX Regards Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England ARMIDALE NSW 2351 Email home:

Re: [R] Page width figures in Latex

2010-03-28 Thread Jim Lemon
On 03/29/2010 02:34 PM, Mike Prager wrote: ... \begin{figure}[!th] \begin{center} \includegraphics[width=\textwidth]{myfig.eps}\\ \end{center} \end{figure}% Hi Mike, I wrote too soon, for there was one combination that I had not tried: \begin{figure*}[!th]

Re: [R] Coding of categorical variables for logistic regression?

2010-03-28 Thread David Winsemius
Just because a covariate is ordered does not ensure that the relationship will be monotonic. -- David. On Mar 28, 2010, at 11:09 PM, C.H. wrote: ?polr of the MASS package. On Mon, Mar 29, 2010 at 10:39 AM, Ravi Kulkarni ravi.k...@gmail.com wrote: How do I use the extra information

Re: [R] Help with assigning a value based on existing numbers

2010-03-28 Thread Petr PIKAL
Hi Jessica Cathro jcat...@london.edu napsal dne 26.03.2010 15:33:19: Hi Can you explain what the purpose of the cut function is, and how I would use it? ?cut x-runif(100)*300 cut(x, breaks=seq(0,300,50), labels=letters[1:6]) Regards Petr Thanks Jessica