[R] code for functions in base package

Tamas Papp tpapp at axelero.hu
Tue May 25 19:01:37 CEST 2004


On Tue, May 25, 2004 at 05:22:44PM +0200, Qamruz Zaman wrote:

> Hello
> My name is qamruz zaman and i want to see the codes of Kaplan meier and 
> Bootstrap. Is it possible, if yes then please guide me step by step and 
> also show me how to write my own functions.
> Bye
>
> PLEASE do read the posting guide! 
> http://www.R-project.org/posting-guide.html

Please read the posting guide, and the Introduction to R.  It will
provide a very detailed introduction to writing your own functions
(and to R in general).

Simply typing the function name at the R prompt will display the
source code of the function (unless it was not exported, then use
getAnywhere).

Best,

Tamas

-- 
Tamás K. Papp
E-mail: tpapp at axelero.hu
Please try to send only (latin-2) plain text, not HTML or other garbage.




More information about the R-help mailing list