summary.robmixglm: summaryficients for robmixglm object

View source: R/summary.robmixglm.R

summary.robmixglmR Documentation

summaryficients for robmixglm object

Description

Returns summary for a robmixglm object.

Usage

## S3 method for class 'robmixglm'
summary(object,  ...)

Arguments

object

robmixglm object

...

additional argument; currently none is used.

Value

summary

Author(s)

Ken Beath

Examples


library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
summary(forbes.robustmix)

robmixglm documentation built on May 9, 2022, 9:08 a.m.