Description Usage Arguments Value Examples
View source: R/hilda_diagnosis.R
Extract the posterior distributions of the mean differences in muational exposures
1 | hildaLocalResult(jagsOutput)
|
jagsOutput |
the output jags file generated by the jags function from the R2jags package. |
a data frame that contains the posterior distributions of difference.
1 2 3 | inputFile <- system.file("extdata/hildaLocal.rdata", package="HiLDA")
hildaLocal <- readRDS(inputFile)
hildaLocalResult(hildaLocal)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.