-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
95 lines (94 loc) · 2.48 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
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
# Generated by roxygen2: do not edit by hand
S3method(AIC,breathtestnlmefit)
S3method(augment,breathtestfit)
S3method(cleanup_data,breathtest_data)
S3method(cleanup_data,breathtest_data_list)
S3method(cleanup_data,data.frame)
S3method(cleanup_data,list)
S3method(cleanup_data,matrix)
S3method(cleanup_data,simulated_breathtest_data)
S3method(coef,breathtestfit)
S3method(coef_by_group,breathtestfit)
S3method(coef_by_group,breathtestfit_1)
S3method(coef_by_group,breathtestfit_2)
S3method(coef_diff_by_group,breathtestfit)
S3method(plot,breathtestfit)
S3method(sigma,breathtestnlmefit)
S3method(sigma,breathtestnlsfit)
S3method(sigma,breathtestnullfit)
S3method(summary,breathtestfit)
S3method(tidy,breathtestfit)
export(breathtest_data)
export(breathtest_read_function)
export(btcore_file)
export(cleanup_data)
export(coef_by_group)
export(coef_diff_by_group)
export(cum_exp_beta)
export(dob_to_pdr)
export(exp_beta)
export(extract_id)
export(nlme_fit)
export(nls_fit)
export(null_fit)
export(read_any_breathtest)
export(read_breathid)
export(read_breathid_xml)
export(read_breathtest_excel)
export(read_iris)
export(read_iris_csv)
export(simulate_breathtest_data)
export(subsample_data)
export(t50_bluck_coward)
export(t50_maes_ghoos)
export(t50_maes_ghoos_scintigraphy)
export(tlag_bluck_coward)
export(tlag_maes_ghoos)
import(assertthat)
import(dplyr)
import(ggplot2)
import(multcomp)
import(readr)
import(stringr)
importFrom(MASS,mvrnorm)
importFrom(broom,augment)
importFrom(broom,tidy)
importFrom(ggfittext,geom_fit_text)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(methods,is)
importFrom(nlme,fixef)
importFrom(nlme,nlme)
importFrom(nlme,nlmeControl)
importFrom(nlme,nlsList)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,modify_if)
importFrom(readxl,read_excel)
importFrom(signal,interp1)
importFrom(stats,AIC)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,deviance)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,residuals)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,sigma)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,spread)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_attrs)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)