Learn R Programming

ProbBayes (version 1.1)

spinner_probs: Display probability distribution for a spinner

Description

Display probability distribution for a spinner

Usage

spinner_probs(regions)

Arguments

regions

vector of positive values for the spins 1, 2, ...

Value

Dataframe with variables Region and Prob

Examples

Run this code
# NOT RUN {
  regions <- c(2, 1, 1, 2)
  spinner_probs(regions)
# }

Run the code above in your browser using DataLab