aboutsummaryrefslogtreecommitdiff
path: root/index.r
blob: aa82df4651ecd945c7a72174a11c70fbdbe5fe1a (plain) (blame)
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
sd_section(
  "Main functions",
  "Essential functionality",
  c("mkinmod", "mkinfit", "mmkin")
)
sd_section(
  "Show results",
  "Functions working on mkinfit objects",
  c("plot.mkinfit",
    "summary.mkinfit",
    "mkinresplot",
    "mkinparplot",
    "endpoints", 
    "mkinerrmin")
)
sd_section(
  "Work with mmkin objects",
  "Functions working with aggregated results",
  c("[.mmkin", 
    "plot.mmkin")
)
sd_section(
  "Datasets and known results",
  "",
  c("FOCUS_2006_datasets",
    "FOCUS_2006_SFO_ref_A_to_F",
    "FOCUS_2006_FOMC_ref_A_to_F",
    "FOCUS_2006_HS_ref_A_to_F",
    "FOCUS_2006_DFOP_ref_A_to_B",
    "mccall81_245T",
    "schaefer07_complex_case",
    "synthetic_data_for_UBA_2014"
  )
)
sd_section(
  "Helper functions",
  "",
  c("mkin_wide_to_long", 
    "mkin_long_to_wide",
    "mkinsub",
    "mkinpredict",
    "transform_odeparms",
    "ilr",
    "geometric_mean")
)
sd_section(
  "Analytical solutions",
  "Parent only model solutions",
  c("SFO.solution", 
    "FOMC.solution",
    "DFOP.solution",
    "SFORB.solution",
    "HS.solution",
    "IORE.solution"
  )
)
sd_section(
  "Deprecated functions",
  "Functions that have been superseeded",
  c("mkinplot")
)

Contact - Imprint