-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
64 lines (63 loc) · 1.69 KB
/
NAMESPACE
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
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
S3method(apache2_score,aa_grad)
S3method(apache2_score,admit)
S3method(apache2_score,age)
S3method(apache2_score,default)
S3method(apache2_score,gcs)
S3method(apache2_score,hco3)
S3method(apache2_score,hct)
S3method(apache2_score,hr)
S3method(apache2_score,map)
S3method(apache2_score,pao2)
S3method(apache2_score,ph)
S3method(apache2_score,potassium)
S3method(apache2_score,rr)
S3method(apache2_score,scr)
S3method(apache2_score,sodium)
S3method(apache2_score,temp)
S3method(apache2_score,wbc)
S3method(apache3_score,aa_grad)
S3method(apache3_score,admit)
S3method(apache3_score,age)
S3method(apache3_score,albumin)
S3method(apache3_score,bili)
S3method(apache3_score,bun)
S3method(apache3_score,default)
S3method(apache3_score,glucose)
S3method(apache3_score,hct)
S3method(apache3_score,hr)
S3method(apache3_score,map)
S3method(apache3_score,pao2)
S3method(apache3_score,ph)
S3method(apache3_score,rr)
S3method(apache3_score,scr)
S3method(apache3_score,sodium)
S3method(apache3_score,temp)
S3method(apache3_score,uop)
S3method(apache3_score,wbc)
S3method(saps2_score,admit)
S3method(saps2_score,age)
S3method(saps2_score,bili)
S3method(saps2_score,bun)
S3method(saps2_score,comorbidity)
S3method(saps2_score,default)
S3method(saps2_score,gcs)
S3method(saps2_score,hco3)
S3method(saps2_score,hr)
S3method(saps2_score,pao2)
S3method(saps2_score,potassium)
S3method(saps2_score,sbp)
S3method(saps2_score,sodium)
S3method(saps2_score,temp)
S3method(saps2_score,uop)
S3method(saps2_score,wbc)
export(F_to_C)
export(aa_gradient)
export(apache2)
export(apache2_score)
export(apache3)
export(apache3_neuro)
export(apache3_score)
export(saps2)
export(saps2_score)
importFrom(magrittr,"%>%")