View source: R/mc_S3_methods.R
coef.mcglm | R Documentation |
Extract model coefficients for objects
of mcglm
class.
## 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 |
std.error |
logical. If |
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. |
... |
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.