Description Usage Arguments Examples
View source: R/summary.copreg.gamma.R
Summary method for class "copreg.gamma
"
1 2 3 4 5 6 |
object |
An object of class " |
... |
Further arguments passed to or from other methods. |
x |
An object of class " |
digits |
The number of significant digits to use when printing. |
1 2 3 4 5 | mod <- copreg.gamma(f1 = y1 ~ x1+x2,
f2 = y2 ~ x1+x2,
copula = gumbelCopula(dim=2),
data = simdat.mcgr)
summary(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.