This help topic is for R version 3.1.1. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/stats4/html/show-methods.html
show-methods {stats4}R Documentation

Methods for Function show in Package stats4

Description

Show objects of classes mle and summary.mle

Methods

signature(object = "mle")

Print simple summary of mle object. Just the coefficients and the call.

signature(object = "summary.mle")

Shows call, table of coefficients and standard errors, and -2 \log L.


[Package stats4 version 3.1.1 ]