Learn R Programming

bayesnec (version 2.1.3.0)

pull_prior: pull_prior

Description

Extracts the priors from an object of class bayesnecfit or bayesmanecfit.

Usage

pull_prior(object)

Value

A list containing the priors.

Arguments

object

An object of class bayesnecfit or bayesmanecfit returned by bnec.

Examples

Run this code
library(bayesnec)
data(manec_example)
pull_prior(manec_example)

Run the code above in your browser using DataLab