Learn R Programming

GJRM (version 0.2-6.5)

summary.SemiParTRIV: SemiParTRIV summary

Description

It takes a fitted SemiParTRIV object and produces some summaries from it.

Usage

# S3 method for SemiParTRIV
summary(object, n.sim = 100, prob.lev = 0.05, ...)

# S3 method for summary.SemiParTRIV print(x, digits = max(3, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ...)

Arguments

object

A fitted SemiParTRIV object.

x

summary.SemiParTRIV object produced by summary.SemiParTRIV().

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 and other measures. 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.

Author

Maintainer: Giampiero Marra giampiero.marra@ucl.ac.uk

Details

print.summary.SemiParTRIV prints model term summaries.

Examples

Run this code
## see examples for gjrm

Run the code above in your browser using DataLab