dotplot.ep: Dotplot of posterior edge probabilities.

Description Usage Arguments See Also Examples

View source: R/post.R

Description

method description

Usage

1
2
  ## S3 method for class 'ep'
 dotplot(ep, head = 30, ...)

Arguments

ep

...

head

...

...

Further arguments passed to method

See Also

levelplot.ep, dotplot.ep.list

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
x1 <- factor(c(1, 1, 0, 1))
x2 <- factor(c(0, 1, 0, 1))
x <- data.frame(x1 = x1, x2 = x2)

exact <- posterior(data = x, "exact")

myep <- ep(exact)
if (require(lattice)){
  dotplot(myep)
}

rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.