Links
Archives
- 01/01/2003 - 02/01/2003
- 02/01/2003 - 03/01/2003
- 03/01/2003 - 04/01/2003
- 05/01/2003 - 06/01/2003
- 06/01/2003 - 07/01/2003
- 09/01/2003 - 10/01/2003
- 10/01/2003 - 11/01/2003
- 11/01/2003 - 12/01/2003
- 01/01/2004 - 02/01/2004
- 02/01/2004 - 03/01/2004
- 05/01/2004 - 06/01/2004
- 06/01/2004 - 07/01/2004
- 07/01/2004 - 08/01/2004
- 10/01/2004 - 11/01/2004
- 11/01/2004 - 12/01/2004
- 12/01/2004 - 01/01/2005
Notes on R statistics and programming language
Wednesday, February 11, 2004
Rescuing the debian dpkg system http://www.linuxworld.com/story/32607.htm
aggregate (equivalent to collapse in Stata).
Use length to get frequencies, sum, mean, var, sd, etc. as expected.
Use length to get frequencies, sum, mean, var, sd, etc. as expected.
Sunday, February 01, 2004
To get access to the "slots" of a class (which is roughly equivalent to the parts of an object), use "@" for example
mymle@vcov, which shows the variance covariance matrix
mymle@details, which shows the list returned from optim
In particular mymle@details$hessian shows the part (hessian) of the object returned by optim.
mymle@vcov, which shows the variance covariance matrix
mymle@details, which shows the list returned from optim
In particular mymle@details$hessian shows the part (hessian) of the object returned by optim.