Learn R Programming

SemiParBIVProbit (version 3.7-1)

summary.SemiParTRIVProbit: SemiParTRIVProbit summary

Description

It takes a fitted SemiParTRIVProbit object produced by SemiParTRIVProbit() and produces some summaries from it.

Usage

"summary"(object, n.sim = 100, prob.lev = 0.05, ...)
"print"(x, digits = max(3, getOption("digits") - 3), signif.stars = getOption("show.signif.stars"), ...)

Arguments

object
A fitted SemiParTRIVProbit object as produced by SemiParTRIVProbit().
x
summary.SemiParTRIVProbit object produced by summary.SemiParTRIVProbit().
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.

Value

Very similar to what obtained when using summary.SemiParBIVProbit().

Details

This function is very similar to summary.SemiParBIVProbit().

print.summary.SemiParTRIVProbit prints model term summaries.

See Also

plot.SemiParBIVProbit, predict.SemiParBIVProbit

Examples

Run this code
## see examples for SemiParTRIVProbit

Run the code above in your browser using DataLab