View source: R/run.diploffect.inla.R
run.diploffect.inla.summary.stats | R Documentation |
This function takes a Diploffect.INLA object and estimates the posterior credible intervals of model parameters
run.diploffect.inla.summary.stats(diploffect.object)
diploffect.object |
A Diploffect.INLA summary object. Output from run.diploffect.inla.summary.stats(). Contains credible information for all the model parameters. |
Diploffect.INLA summary object.
library(Diploffect.INLA)
data(exampleCC)
data(locusmatrix)
inla.diploffect <- run.diploffect.inla(formula=y~1+(1|strain)+(1|dose.date), add.on=FALSE, data=exampleCC, K=NULL,
prob.matrix=locusmatrix,
num.draws=10,
use.dip.lincomb=TRUE, seed=1, gamma.rate=1, impute.on="CCline")
inla.diploffect.summary <- run.diploffect.inla.summary.stats(inla.diploffect)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.