hildaLocalResult: Extract the posterior distributions of the mean differences...

Description Usage Arguments Value Examples

View source: R/hilda_diagnosis.R

Description

Extract the posterior distributions of the mean differences in muational exposures

Usage

1
hildaLocalResult(jagsOutput)

Arguments

jagsOutput

the output jags file generated by the jags function from the R2jags package.

Value

a data frame that contains the posterior distributions of difference.

Examples

1
2
3
inputFile <- system.file("extdata/hildaLocal.rdata", package="HiLDA")
hildaLocal <- readRDS(inputFile)
hildaLocalResult(hildaLocal)

HiLDA documentation built on Nov. 8, 2020, 11:09 p.m.