Learn R Programming

meta4diag (version 2.1.1)

table_var: The example table prior for variance.

Description

An example of a table prior density for the variance parameter.

Usage

data(table_var)

Arguments

Format

A data frame with 2 columns named "x" and "y". The first column indicates the value of variance points, usually in [0, some positive value]. The second column indicates the density of the corresponding points.

Examples

Run this code
# NOT RUN {
  data(table_var)
  plot(table_var)
# }

Run the code above in your browser using DataLab