bcaPrint {dst}R Documentation

Simple printing of the tt matrix and mass values of a basic chance assignment (bca)

Description

This utility function does a simple printing of a bca

Usage

bcaPrint(x)

Arguments

x

A list of class bcaspec.

Value

A table of subsets with their associated mass. Subsets are identified by row names.

Author(s)

Claude Boivin

Examples

z <- bca(tt = matrix(c(0,1,1,1,1,0,1,1,1),nrow = 3, 
byrow = TRUE), m = c(0.2,0.5, 0.3), 
cnames = c("a", "b", "c"), idvar = 1)
bcaPrint(z)

[Package dst version 1.6.0 Index]