Hi, I am trying to access the source code from package GCPM, where I am interested to look into the source code of one function called LGD. So I did below
> LGD standardGeneric for "LGD" defined from package "GCPM" function (this) standardGeneric("LGD") <bytecode: 0x7f9016a683a8> <environment: 0x7f9016a91390> Methods may be defined for arguments: this Use showMethods(LGD) for currently available ones. > showMethods(LGD) Function: LGD (package GCPM) this="GCPM" However I still could not find the source code using above approach. It would be very helpful if you can help to find the complete source code of this function. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.