View source: R/blandr.output.text.r
blandr.output.text | R Documentation |
(DEPRECATED) Displays results of Bland-Altman analysis in a nicer text format. Relies on the blandr.statistics function in the package.
blandr.output.text(method1, method2, sig.level = 0.95)
method1 |
A list of numbers. |
method2 |
A list of numbers. |
sig.level |
(Optional) Two-tailed significance level. Expressed from 0 to 1. Defaults to 0.95. |
Deepankar Datta deepankar.datta@gmail.com
# Generates two random measurements
measurement1 <- rnorm(100)
measurement2 <- rnorm(100)
# Displays basic statistics for the two measurements in a readable form
blandr.output.text( measurement1 , measurement2 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.