-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.5 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
Package: pk4adi
Type: Package
Title: PK for Anesthetic Depth Indicators
Version: 0.1.3
Authors@R: c(
person("Feng","Jiang", role=c("aut","cre"), email="[email protected]"),
person("Hua","Li", role="ctb"),
person("Mengge","Zhang", role="ctb"),
person("Wanlin","Chen", role="ctb"),
person("Warren D","Smith", role="ctb"),
person("Robert C","Dutton", role="ctb"),
person("Ty N","Smith", role="ctb"))
Maintainer: Feng Jiang <[email protected]>
Description: Calculate and compare the Anesthetic Depth Indicators PK values in R language
The prediction probability (PK) is a widely used tool for the anesthetic depth indicators,
which was first proposed by Dr. Warren D. Smith in the paper
Warren D. Smith; Robert C. Dutton; Ty N. Smith (1996) <doi:10.1097/00000542-199601000-00005> and
Warren D. Smith; Robert C. Dutton; Ty N. Smith (1996) <doi:10.1002/(SICI)1097-0258(19960615)15:11<1199::AID-SIM218>3.0.CO;2-Y>.
They provide the Micro xls files to calculate and compare the PK values.
This package provide the easy-to-use API to calculate and compare the PK values using the R language.
The package's name, pk4adi, is short for "PK for Anesthetic Depth Indicators".
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://www.r-project.org, https://github.com/xfz329/rpk4adi
BugReports: https://github.com/xfz329/rpk4adi/issues
RoxygenNote: 7.2.3
Imports:
data.table (>= 1.10),
stats