Re: [R] Displaying Results in Two Columns

2010-08-18 Thread Tal Galili
You could find several good examples on the first several results here: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=plot.ci+R Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talga

[R] Displaying Results in Two Columns

2010-08-18 Thread R Newbie
Could I have some suggestions as to how (various ways) I can display my confidence interval results? rm(list = ls()) set.seed(1) func <- function(d,t,beta,lambda,alpha,p.gamma,delta,B){ d <- c(5,1,5,14,3,19,1,1,4,22) t <- c(94.32,15.72,62.88,125.76,5.24,31.44,1.048,1.048,2.096,10.

Re: [R] displaying results

2009-05-15 Thread Wacek Kusnierczyk
Duncan Murdoch wrote: > On 5/15/2009 8:33 AM, deanj2k wrote: >> Hi everyone, can anyone tell me how i can change how i display >> mean(age), i >> want it to say The mean age of patients within the sample is mean(age) > > I think you want something like this: > > cat(sprintf("The mean age of patient

Re: [R] displaying results

2009-05-15 Thread Duncan Murdoch
On 5/15/2009 8:33 AM, deanj2k wrote: Hi everyone, can anyone tell me how i can change how i display mean(age), i want it to say The mean age of patients within the sample is mean(age) I think you want something like this: cat(sprintf("The mean age of patients within the sample is %.1f.\n", me

Re: [R] displaying results

2009-05-15 Thread Simon Pickett
Absolutely no idea what you mean, Try reconstructing your question in concise English with reproducible code. Simon. - Original Message - From: "deanj2k" To: Sent: Friday, May 15, 2009 1:33 PM Subject: [R] displaying results Hi everyone, can anyone tell me how i can

Re: [R] displaying results

2009-05-15 Thread stephen sefick
Read the posting guide please. Self-contained, minimal, reproducible code. On Fri, May 15, 2009 at 8:33 AM, deanj2k wrote: > > Hi everyone, can anyone tell me how i can change how i display mean(age), i > want it to say The mean age of patients within the sample is mean(age) > -- > View this mes

[R] displaying results

2009-05-15 Thread deanj2k
Hi everyone, can anyone tell me how i can change how i display mean(age), i want it to say The mean age of patients within the sample is mean(age) -- View this message in context: http://www.nabble.com/displaying-results-tp23558890p23558890.html Sent from the R help mailing list archive at Nabbl