Size: 1161
Comment:
|
← Revision 3 as of 2008-06-05 12:19:27 ⇥
Size: 1307
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl HlpLabGroup:read,write,delete,revert All:read | #acl HlpLabGroup,TanenhausLabGroup:read,write,delete,revert,admin All:read |
Line 13: | Line 13: |
=== Simulation, sampling, and prediction === * {{{MCMCpack}}} {{{HPDint()}}} * {{{simulate(), predict()}}} |
Session 7: R wrap-up
This is an idea that I'm just throwing out there. If folks are interested, great; if not, NBD. We don't need to decided whether we'll do this or precisely what we'll cover until later in the course. -- AustinFrank DateTime(2008-05-20T20:27:46Z)
Following our mini-course on regression methods in R, it may be useful to dive into some more advanced topics in R. I'm listing some ideas here, but this meeting can really be used for whatever people think is useful.
Topics
Simulation, sampling, and prediction
MCMCpack
HPDint()
simulate(), predict()
Graphics
- Basic graphics
plot(), lines(), curve(), etc.
- Trellis graphics
xyplot(), dotplot, barchart(), etc. BR custom panel functions
ggplot2 graphics
qplot(), aes(), ggplot(), etc.
Database backends
DBI
RSQLiteDF
Data manipulation
Reshape
melt(), cast(), recast()
Authoring with R
- RWeave
Interfacing with external samplers
RBugs
RJags