| summary.chandwich {chandwich} | R Documentation | 
Summarizing adjusted loglikelihoods
Description
summary method for class "chandwich"
Usage
## S3 method for class 'chandwich'
summary(object, digits = max(3, getOption("digits") - 3L), ...)
Arguments
object | 
 an object of class "chandwich", a result of a call to
  | 
digits | 
 An integer. Used for number formatting with
  | 
... | 
 Additional optional arguments. At present no optional arguments are used.  | 
Value
Returns a numeric matrix with 3 columns and the number of rows
equal to the number of parameters in the current model, i.e.
attr(object, "p_current").
The columns contain: the maximum likelihood estimates (MLE), unadjusted
standard errors (SE) and adjusted standard errors (adjSE).
Examples
See the examples in adjust_loglik.
See Also
adjust_loglik to adjust a user-supplied
loglikelihood function.
plot.chandwich for plots of one-dimensional adjusted
loglikelihoods.
[Package chandwich version 1.1.6 Index]