An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20100706/2c8bdee7/attachment.pl>
accessing underlying code
3 messages · Hodgess, Erin, Matt Shotwell, Simon Urbanek
setup_starma is in src/library/stats/src/pacf.c -Matt
On Tue, 2010-07-06 at 11:04 -0400, Hodgess, Erin wrote:
Dear R Developers: Is there a way to look at the underlying code from such items as R_setup_starma, please? Thanks, Erin Erin M. Hodgess, PhD Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgesse at uhd.edu [[alternative HTML version deleted]]
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Matthew S. Shotwell Graduate Student Division of Biostatistics and Epidemiology Medical University of South Carolina http://biostatmatt.com
On Jul 6, 2010, at 11:04 AM, Hodgess, Erin wrote:
Dear R Developers: Is there a way to look at the underlying code from such items as R_setup_starma, please?
Yes, of course, they are in the R sources (src/library/stats/src/pacf.c) - that's the beauty of open source. Cheers, Simon