Skip to content
Prev 22015 / 63424 Next

Help for methods

If R can save the novice user a couple of steps in their search for
help, why not do it?

Getting documentation on what the summary of an mle object does is
another example.  I tried:

 * summary.mle and summary.mle-class (of course I knew those wouldn't
work, but nothing in the documentation of mle suggests that it
wouldn't)

 * mle?summary and then summary?mle in case I had gotten it back to front

 * I finally run the example in mle and used ?summary(fit)
In my one year of teaching R I have.  How do you teach people how to use help?

Hadley