print.jointness: Print an object of class 'jointness'

View source: R/Jointness.R

print.jointnessR Documentation

Print an object of class jointness

Description

Print an object of class jointness. Show the different jointness measurements with a small explanation.

Usage

## S3 method for class 'jointness'
print(x, ...)

Arguments

x

An object of class jointness

...

Additional parameters to be passed

Author(s)

Gonzalo Garcia-Donato and Anabel Forte

Maintainer: <anabel.forte@uv.es>

See Also

See Jointness for creating objects of the class jointness.

Examples


## Not run: 
#Analysis of Crime Data
#load data
data(UScrime)

#Default arguments are Robust prior for the regression parameters
#and constant prior over the model space
#Here we keep the 1000 most probable models a posteriori:
crime.Bvs<- Bvs(formula= y ~ ., data=UScrime, n.keep=1000)

#A look at the results:
jointness(crime.Bvs)

## End(Not run)


BayesVarSel documentation built on March 31, 2023, 9:17 p.m.