computeCorRobustnessLine | R Documentation |
Title
computeCorRobustnessLine(bfObject)
method |
bfObject <- bcor.testSumStat(n=34, stat=0.3)
result <- computeCorRobustnessLine(bfObject)
xLine <- result$kappaDomain
yLine <- result$two.sided$robustnessLine
yMax <- result$two.sided$robustnessMaxBf
plot(xLine, yLine, ylim=c(0, yMax), type="l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.