coef.robmixglm: Coefficients for a robmixglm object

View source: R/coef.robmixglm.R

coefR Documentation

Coefficients for a robmixglm object

Description

Returns coefficients for a robmixglm object. Only the coefficients for the linear part of the model are returned. Additional coefficients may be obtained using summary().

Usage

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

Arguments

object

robmixglm object

...

additional argument; currently none is used.

Value

coef

Author(s)

Ken Beath

Examples


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

robmixglm documentation built on Sept. 30, 2024, 9:34 a.m.