Thank you for your reply. My question was how to create Fig. 2? I am using 
UniCox; the aa=uniCoxCV gives list of  aa$ devcvm  aa$ncallcvm aa$se.devcvm, 
aa$devcv, aa$ ncallcv and aa$ folds, which data I should plot here to create 
the graph in Fig. 2?

Many thanks,
Sam


--- On Wed, 8/12/10, jim holtman <jholt...@gmail.com> wrote:

From: jim holtman <jholt...@gmail.com>
Subject: Re: [R] UniCox in R
To: "Samuel Okoye" <samu...@yahoo.com>
Cc: r-help@r-project.org
Date: Wednesday, 8 December, 2010, 5:25

Do a little reading on how to use the graphics commands.  I would look at

plot
lines
segments

a combination of those will let you easily create the output.  It
would seem you need some data object that has the dimensions of the
bar lengths you want to create, but given that, it is not much of a
problem to solve.

On Wed, Dec 8, 2010 at 8:14 AM, Samuel Okoye <samu...@yahoo.com> wrote:
>
>
>
>
> Hello,
>
> I am interested in Figure 2 in
>
> http://www-stat.stanford.edu/~tibs/ftp/cus.pdf
>
> Can anyone tell please how to create this plot?
>
> Many thanks
> Samuel
>
>
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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 commented, minimal, self-contained, reproducible code.
>



-- 
Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?



      
        [[alternative HTML version deleted]]

______________________________________________
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 commented, minimal, self-contained, reproducible code.

Reply via email to