summary.cmdlr: S3 Generic for model summary

View source: R/summary.R

summary.cmdlrR Documentation

S3 Generic for model summary

Description

A generic summary function for a model object of class 'cmdlr'

Usage

## S3 method for class 'cmdlr'
summary(object, robust = FALSE, ...)

Arguments

object

A model object of class 'cmdlr'

robust

A boolean equal to TRUE if you want to return a robust variance covariance matrix based on a simple sandwich estimator. The default value is FALSE

...

Other arguments passed to the function


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.