computeCorSequentialLine | R Documentation |
Title
computeCorSequentialLine(x, y, bfObject)
method |
x <- rnorm(100)
y <- rnorm(100)
bfObject <- bcor.test(x, y, method="kendall")
computeCorSequentialLine <- computeCorSequentialLine(x, y, bfObject)
graphics::plot(computeCorSequentialLine$nDomain,
log(computeCorSequentialLine$less$sequentialLine),
type="l", xlab="n", ylab=expression(log("BF"[10])))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.