View source: R/summary.copulaSampleSel.r
summary.copulaSampleSel | R Documentation |
It takes a fitted copulaSampleSel
object and produces some summaries from it.
## S3 method for class 'copulaSampleSel'
summary(object, n.sim = 100, prob.lev = 0.05, ...)
## S3 method for class 'summary.copulaSampleSel'
print(x, digits = max(3, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"), ...)
object |
A fitted |
x |
|
n.sim |
The number of simulated coefficient vectors from the posterior distribution of the estimated model parameters. This is used to calculate intervals for the association parameter, dispersion coefficient, for instance It may be increased if more precision is required. |
prob.lev |
Probability of the left and right tails of the posterior distribution used for interval calculations. |
digits |
Number of digits printed in output. |
signif.stars |
By default significance stars are printed alongside output. |
... |
Other arguments. |
print.summary.copulaSampleSel
prints model term summaries.
Maintainer: Giampiero Marra giampiero.marra@ucl.ac.uk
## see examples for gjrm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.