Skip to content
Prev 166329 / 398502 Next

VCOV Source Code

Hello,

You can do

stats:::vcov.lm

to see the source code for that particular method. In order to see which
are the methods supported by vcov, write

methods("vcov")

Best regards,

Carlos J. Gil Bellosta
http://www.datanalytics.com
On Wed, 2009-01-07 at 21:37 -0600, Yang Wan wrote: