Displaying 2 results from an estimated 2 matches for "hdis".
Did you mean:
dis
2014 Jan 16
2
[LLVMdev] Some bugs in x86 disasm (llvm-mc)
I believe I have now fixed the 0x64 0xa1 0x00 0x00 0x00 0x00 bug in r199364.
On Wed, Jan 15, 2014 at 10:53 AM, Craig Topper <craig.topper at gmail.com>wrote:
> To fix it we need to change offset8/offset16/etc to have two suboperands
> and update the printer to understand that. Also update the disassembler to
> add the segment to the MCInst when its creating it. When I did these
2017 Jul 06
0
Bayes Factor
...culate Bayes Factors
library(BayesFactor)
competitionBayesOut <- anovaBF(biomass ~ clipping, data = competition)
# Run mcmc iterations
mcmcOut2 <- posterior(competitionBayesOut, iterations = 10000)
# boxplot of the posteriors for the groups
boxplot(as.matrix(mcmcOut2[,2:6]))
# Show the HDIs
summary(mcmcOut2)
# Calculate the Bayes Factor
competitionBayesOut
# Pairwise "post hoc" tests
library(rjags)
library(BEST)
# competitionare 'r5' vs. 'control'
plot(BESTmcmc(competition[competition$clpping=="r5",2],
competition[competition$clipping==&...