Dear list members, I need to see the content of the functions in package geepack. It uses some C functions in the computation they are not available in the package directory. How can I see the content of C functions? Kind Regards, Thank you, Aysun Cetinyurek
you can download the source code of the package from: http://cran.r-project.org/web/packages/geepack/index.html and inspect it; you probably want to look at the 'src' directory. I hope it helps. Best, Dimitris Cetiny?rek Aysun wrote:> Dear list members, > I need to see the content of the functions in package geepack. It uses > some C functions in the computation they are not available in the package > directory. > How can I see the content of C functions? > > Kind Regards, > > Thank you, > > Aysun Cetinyurek > > ______________________________________________ > R-help at 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. >-- Dimitris Rizopoulos Assistant Professor Department of Biostatistics Erasmus University Medical Center Address: PO Box 2040, 3000 CA Rotterdam, the Netherlands Tel: +31/(0)10/7043478 Fax: +31/(0)10/7043014
For example, read Ligges, U. (2006): R Help Desk: Accessing the Sources. R News 6 (4), 43-45. http://cran.r-project.org/doc/Rnews/Rnews_2006-4.pdf Best, Uwe Ligges Cetiny?rek Aysun wrote:> Dear list members, > I need to see the content of the functions in package geepack. It uses > some C functions in the computation they are not available in the package > directory. > How can I see the content of C functions? > > Kind Regards, > > Thank you, > > Aysun Cetinyurek > > ______________________________________________ > R-help at 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.
Cetiny?rek Aysun wrote:> Dear list members, > I need to see the content of the functions in package geepack. It uses > some C functions in the computation they are not available in the package > directory. > How can I see the content of C functions?You need to download the source of the package from CRAN. It's in http://cran.r-project.org/src/contrib/geepack_1.0-16.tar.gz. Duncan Murdoch