Skip to content
Prev 138953 / 398506 Next

Non-visible functions are asterisked

It means that the package has not exported it so normally you would
not access it directly.  For example, for summary.princomp you would
normally pass a princomp object to the summary generic.

If you did want to access summary.princomp directly, since it has not been
exported, you can use the form stats:::summary.princomp as just
summary.princomp won't work.  Normally this would not be desirable, though.

On Sat, Mar 8, 2008 at 10:48 AM, Muenchen, Robert A (Bob)
<muenchen at utk.edu> wrote: