I'm looking for well-commented versions of various functions comprising
mgcv,
Commented versions are available e.g. in mgcv_*.*-**.tar.gz from CRAN
(unzip and look in mgcv/R). Well commented versions is another matter...
best,
Simon
--
Simon Wood, Mathematical Science, University of Bath BA2
It turns out that commented versions of the source code are available on
GitHub:
https://github.com/cran/mgcv/blob/master/R/mgcv.r
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http:
You can download the source code for the package with
download.packages("mgcv", type="source", destdir="/tmp")
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Fri, May 2, 2014 at 7:15 PM, Andrew Crane-Droesch wrote:
> Dear List,
>
> I'm looking for well-commented versions of various function
Read the Posting Guide, which points out that this list is for plain text
emails so you should set your email program appropriately.
Read the Writing R Extensions document, which tells you how packages are
constructed, and from which it will become clear that you want the tar.gz
package file fo
Dear List,
I'm looking for well-commented versions of various functions comprising
mgcv, so that I can modify a piece of it for a project I'm working on.
In particular I'm looking for
* testStat
* summary.gam
* liu2
* simf
Obviously I can find these by typing mgcv:::whatever. But the
5 matches
Mail list logo