View source: R/mc_S3_methods.R
| coef.mcglm | R Documentation |
Extract regression, dispersion and correlation parameter estimates
from objects of class mcglm.
## S3 method for class 'mcglm'
coef(
object,
std.error = FALSE,
response = c(NA, 1:length(object$beta_names)),
type = c("beta", "tau", "power", "correlation"),
...
)
object |
An object of class |
std.error |
Logical indicating whether standard errors should be returned
alongside the parameter estimates. Default is |
response |
Integer vector indicating for which response variables the
coefficients should be returned. If |
type |
Character vector specifying which type of coefficients should be
returned. Possible values are |
... |
Additional arguments. Currently ignored and included for
compatibility with the generic |
A data.frame with one row per parameter, containing:
Estimates: parameter estimates;
Std.error: standard errors (if requested);
Parameters: parameter names;
Type: parameter type;
Response: response variable index.
Wagner Hugo Bonat, wbonat@ufpr.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.