-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
44 lines (43 loc) · 1 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
# Generated by roxygen2: do not edit by hand
S3method(coef,nlme_gastempt)
S3method(coef,stan_gastempt)
S3method(plot,nlme_gastempt)
S3method(plot,stan_gastempt)
S3method(t50,data.frame)
S3method(t50,default)
export(linexp)
export(linexp_auc)
export(linexp_log)
export(linexp_slope)
export(nlme_gastempt)
export(powexp)
export(powexp_log)
export(powexp_slope)
export(run_shiny)
export(simulate_gastempt)
export(stan_gastempt)
export(stan_model_names)
export(t50)
import(assertthat)
import(dplyr)
import(ggplot2)
import(rstan)
import(utf8)
importFrom(methods,new)
importFrom(nlme,nlme)
importFrom(nlme,nlmeControl)
importFrom(nlme,pdDiag)
importFrom(stats,coef)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,setNames)
importFrom(stats,uniroot)
importFrom(stringr,str_match_all)
importFrom(tibble,rownames_to_column)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(gastempt, .registration = TRUE)