coef.mglm4twin: Model Coefficients

View source: R/mt_S3_methods.R

coef.mglm4twinR Documentation

Model Coefficients

Description

Extract model coefficients for objects of mglm4twin class.

Usage

## S3 method for class 'mglm4twin'
coef(object, std.error = FALSE, model, response = NULL, ...)

Arguments

object

an object of mglm4twin class.

std.error

logical. If TRUE returns the standard errors for the estimates. Default is FALSE.

model

Type of the fitted model. Options are E, AE, CE, ACE and ADE.

response

For which response regression coefficients are extracted. Default = NULL. It means all estimates are returned including dispersion estimates for all responses.

...

additional arguments affecting the summary produced. Note that there is no extra options for mglm4twin object class.

Value

A data.frame with parameters names, estimates, response variable number and parameters type.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br


wbonat/mglm4twin documentation built on Oct. 14, 2023, 9:37 p.m.