summary.gee_screenr: An S3 Summary Method for 'screenr' Objects

View source: R/summary-methods.R

summary.gee_screenrR Documentation

An S3 Summary Method for screenr Objects

Description

summary.gee_screenr provides a summary method for gee_screenr-class objects.

Usage

## S3 method for class 'gee_screenr'
summary(object, ..., diagnostics = FALSE)

Arguments

object

an object of class gee_screenr produced by function gee_screenr.

...

optional arguments passed to summary methods.

diagnostics

a logical value; plot model diagnostics if TRUE.

Value

Nothing. Summaries are printed as a side effect.

Examples

attach(uniobj2)
summary(uniobj2)

sgutreuter/screenr documentation built on Nov. 20, 2022, 2:41 a.m.