-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
67 lines (66 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
S3method(augment,keanu_model)
S3method(logLik,keanu_model)
S3method(plot_coefficients,default)
S3method(plot_coefficients,keanu_model)
S3method(predict,keanu_model)
S3method(print,keanu_model)
S3method(univariate_predictions,keanu_model)
S3method(update,keanu_model)
export(.estimate_summary)
export(.response)
export(get_distribution_params)
export(get_terms_mapping)
export(initialize_par_tbl)
export(modeller_from_loglik)
export(modeller_template)
export(na.warn)
export(optim_from_mc)
export(parse_formulas_list)
export(parse_link)
export(plot_coefficients)
export(prepare_model_components)
export(remove_lhs)
export(roll_par_tbl)
export(univariate_predictions)
export(unroll_par_tbl)
import(dplyr)
import(tidyr)
importFrom(pryr,dots)
importFrom(purrr,flatten_chr)
importFrom(purrr,flatten_dbl)
importFrom(purrr,flatten_lgl)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_df)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,transpose)
importFrom(purrr,walk)
importFrom(purrr,walk2)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,as.formula)
importFrom(stats,delete.response)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,integrate)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.exclude)
importFrom(stats,na.fail)
importFrom(stats,na.pass)
importFrom(stats,reformulate)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(tibble,data_frame)
importFrom(tibble,deframe)