On 23-08-2013, at 07:40, Marino David <davidmarino...@gmail.com> wrote:
> Hi all R mailing listers: > > I am using the coda package. I tried to view the source of HPDinterval code > by typing fix(HPDinterval), it dispalys as follows: > > function (obj, prob = 0.95, ...) > UseMethod("HPDinterval") > Then I search the answers about this case (see below), it still failed. See http://stackoverflow.com/questions/10782403/show-source-code-for-function-in-r http://stackoverflow.com/questions/3485228/view-source-code-in-r and you could always download the source code of the package (on CRAN). Berend ______________________________________________ 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.