-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_pkgdown.yml
More file actions
142 lines (141 loc) · 3.94 KB
/
Copy path_pkgdown.yml
File metadata and controls
142 lines (141 loc) · 3.94 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
url: https://r.ubiquity.tools
template:
#math-rendering: mathjax
math-rendering: katex
bootstrap: 5
params:
bootswatch: united
reference:
- title: "System Basics"
desc: "Building systems, setting options, access workshop elements etc."
- contents:
- build_system
- system_new
- system_new_list
- workshop_fetch
- system_fetch_parameters
- system_fetch_iiv
- system_fetch_set
- system_fetch_template
- system_fetch_TSsys
- system_view
- system_check_requirements
- system_set_option
- system_set_parameter
- system_set_iiv
- title: "Simulation"
desc: "Individual and population simulations"
- contents:
- run_simulation_ubiquity
- simulate_subjects
- system_load_data
- system_select_set
- som_to_df
- system_check_steady_state
- system_zero_inputs
- system_set_parameter
- system_set_bolus
- system_set_rate
- system_set_covariate
- run_simulation_titrate
- system_new_tt_rule
- system_set_tt_cond
- system_set_tt_rate
- title: "Estimation"
desc: "Naive-pooled parameters estimation"
- contents:
- system_estimate_parameters
- system_fetch_guess
- system_set_guess
- system_plot_cohorts
- system_clear_cohorts
- system_define_cohort
- system_define_cohorts_nm
- system_simulate_estimation_results
- system_od_general
- title: "Reporting"
desc: "The following functions are used to create, modify and save Word and PowerPoint reports"
- contents:
- starts_with("system_rpt_")
- starts_with("system_fetch_rpt_")
- starts_with("system_set_rpt_")
- title: "NCA"
desc: "The following functions are used to run NCA and summarize results"
- contents:
- system_fetch_nca
- system_fetch_nca_columns
- starts_with("system_nca_")
- title: "General Functions"
desc: ""
- contents:
- calculate_halflife
- check_deps
- gg_axis
- gg_log10_xaxis
- gg_log10_yaxis
- estimate_parameters
- linspace
- logspace
- pad_string
- prepare_figure
- vp
- var2string
- system_log_debug_save
- system_log_init
- tic
- toc
- title: "In development"
desc: "The following are under development"
- contents:
- system_glp_init
- system_glp_scenario
navbar:
left:
- text: Tutorials
icon: fas fa-chalkboard-teacher
menu:
- text: "--------------------------"
- text: "Getting Started"
- text: "Individual and Population Simulations"
href: articles/Simulation.html
- text: "ubiquity Modeling Language"
href: articles/Language.html
- text: "Naive-Pooled Parameter Estimation"
href: articles/Estimation.html
- text: "--------------------------"
- text: "Other Analysis Options"
- text: "Deploying Your Models in a Shiny App"
href: articles/Deployment.html
- text: "Trial/Rule-Based Simulations"
href: articles/Titration.html
- text: "Estimation of In Vitro/Static Systems"
href: articles/In_Vitro.html
- text: "Non-Compartmental Analysis"
href: articles/NCA.html
- text: "Integrated Word and PowerPoint Reporting"
href: articles/Reporting.html
- text: "--------------------------"
- text: "More Help"
- text: "Howtos"
href: articles/Howto.html
- text: Screencasts
icon: fas fa-video
menu:
- text: "--------------------------"
- text: "Modeling"
- text: "Individual and Population Simulations"
href: https://vimeo.com/382859445
- text: "Model Deployment"
href: https://vimeo.com/382860283
- text: "Naive-Pooled Parameter Estimation"
href: https://vimeo.com/manage/videos/382829588
- text: "--------------------------"
- text: "Other Tools"
- text: "Tabula: Extracting Tabular Data from PDFs"
href: https://vimeo.com/650643574
- text: "Functions"
icon: fas fa-hat-wizard
href: reference/index.html
- text: "News"
icon: fas fa-rss
href: news/index.html