Displaying 4 results from an estimated 4 matches for "biosun1".
2009 Oct 23
3
How to make R packages?
I found the following document on making R packages. But it is old.
I'm wondering if there is more current ones and hopefully more
complete ones.
http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf
1997 Aug 21
0
R-beta: problem with gee() with singletons
...the working correlation.
This does not affect the (large sample) validity of inferences from GEE,
which doesn't depend on the working correlation matrix. It may mean
lower efficiency in some cases.
A more complete description of the problem is given by the author of the S
library at
http://biosun1.harvard.edu/~carey/gee.html
As soon as the S code stabilises I will redo the port to R.
Thomas Lumley
------------------------------------------------------+------
Biostatistics : "Never attribute to malice what :
Uni of Washington : can be adequately explained by :
Box 357232 : incom...
2004 Feb 25
0
books:
...href="http://www.stat.wisc.edu/~st771-1/slides/wk2-4.pdf">Bates</a> |
<a href="http://www.maths.lth.se/help/R/">Bengtsson</a> |
<a href="http://cm.bell-labs.com/cm/ms/departments/sia/Sbook/">Chambers</a> |
<a href="http://biosun1.harvard.edu/courses/individual/bio271/">Gentleman</a>
|
<a href="http://faculty.washington.edu/tlumley/Rcourse/objects.pdf">Lumley</a> |
<a href="http://maths.newcastle.edu.au/~rking/R/devel/03a/0969.html">Symth</a>
---
Date: Wed, 25...
2009 Mar 01
0
R package.skeleton
...parse may be incomplete
>
I tried to do this
> package.skeleton("ohri")
Creating directories ...
Creating DESCRIPTION ...
Creating Read-and-delete-me ...
Saving functions and data ...
Making help files ...
Done.
I am referring to this document for creating R packages now
http://biosun1.harvard.edu/courses/individual/bio271/lectures/L6/Rpkg.pdf
Could you please let me know how to create the package.
Regards,
Ajay
On Sun, Mar 1, 2009 at 10:54 PM, Ajay ohri <ohri2007@gmail.com> wrote:
> Dear List,
> I am trying to create a R package and having some issues with sett...