predplot: Plot of predictive distribution for binomial sampling with a...

Description Usage Arguments Author(s) Examples

Description

For a proportion problem with a beta prior, plots the prior predictive distribution of the number of successes in n trials and displays the observed number of successes.

Usage

1
predplot(prior,n,yobs)

Arguments

prior

vector of parameters for beta prior

n

sample size

yobs

observed number of successes

Author(s)

Jim Albert

Examples

1
2
3
4
prior=c(3,10)  # proportion has a beta(3, 10) prior
n=20   # sample size
yobs=10  # observed number of successes
predplot(prior,n,yobs)

Example output



LearnBayes documentation built on May 1, 2019, 7:03 p.m.