This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
forked from jonathon-love/blandr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: blandr
Title: Bland-Altman Method Comparison
Version: 0.5.1
Date: 2018-05-09
Description: Carries out Bland Altman analyses (also known as a Tukey
mean-difference plot) as described by JM Bland and DG Altman in
1986 <doi:10.1016/S0140-6736(86)90837-8>. This package was created in
2015 as existing Bland-Altman analysis functions did not calculate
confidence intervals. This package was created to rectify this,
and create reproducible plots. This package is also available as a module
for the 'jamovi' statistical spreadsheet (see <https://www.jamovi.org>
for more information).
Depends: R (>= 3.2.0)
Authors@R: person("Deepankar", "Datta", email = "[email protected]",
role = c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/deepankardatta/blandr/
BugReports: https://github.com/deepankardatta/blandr/issues
Imports: glue, ggplot2, knitr, stringr, jmvcore (>= 0.8.5), R6, rmarkdown
Suggests: testthat
SystemRequirements: pandoc (>=1.12.3)
VignetteBuilder: knitr
Collate:
'blandr.data.preparation.r'
'blandr.dataset.fibre.r'
'blandr.dataset.sbp.r'
'blandr.dataset.o2sats.r'
'blandr.dataset.pefr.r'
'blandr.dataset.load.r'
'blandr.plot.ggplot.r'
'blandr.plot.rplot.r'
'blandr.plot.limits.r'
'blandr.statistics.r'
'blandr.draw.r'
'blandr.output.text.r'
'blandr.display.and.draw.r'
'blandr.display.and.plot.r'
'blandr.method.comparison.r'
'blandr.output.report.r'
'blandr.plot.normality.r'
'blandr.plot.qq.r'
'blandr.plot.r'
'jamovibaanalysis.b.R'
'jamovibaanalysis.h.R'
'jamovibaplothistogram.b.R'
'jamovibaplothistogram.h.R'
'jamovibaplotqq.b.R'
'jamovibaplotqq.h.R'
'jamovibastats.b.R'
'jamovibastats.h.R'
'print.blandr.R'
RoxygenNote: 6.1.0