View source: R/mt_S3_methods.R
| coef.mglm4twin | R Documentation | 
Extract model coefficients for objects
of mglm4twin class.
## S3 method for class 'mglm4twin'
coef(object, std.error = FALSE, model, response = NULL, ...)
object | 
 an object of   | 
std.error | 
 logical. If   | 
model | 
 Type of the fitted model. Options are   | 
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   | 
A data.frame with parameters names, estimates,
response variable number and parameters type.
Wagner Hugo Bonat, wbonat@ufpr.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.