coef.mcglm: Model Coefficients

Description Usage Arguments Value Author(s)

View source: R/mc_S3_methods.R

Description

Extract model coefficients for objects of mcglm class.

Usage

1
2
3
4
## S3 method for class 'mcglm'
coef(object, std.error = FALSE, response = c(NA,
  1:length(object$beta_names)), type = c("beta", "tau", "power",
  "correlation"), ...)

Arguments

object

an object of mcglm class.

std.error

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

response

a numeric vector specifyng for which response variable the coefficients should be returned.

type

a string vector (can be 1 element length) specifying which coefficients should be returned.
Options are "beta", "tau", "power", "tau" and "correlation".

...

additional arguments affecting the summary produced. Note that there is no extra options for mcglm 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/mcglm documentation built on June 23, 2020, 11:06 a.m.