-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
S3method(fixef,moultmcmc)
S3method(loo,moultmcmc)
S3method(moult_plot,moult)
S3method(moult_plot,moultmcmc)
S3method(predict,moultmcmc)
S3method(ranef,moultmcmc)
S3method(residual_plot,moult)
S3method(summary,moultmcmc)
S3method(summary_table,moult)
S3method(summary_table,moultmcmc)
export(compare_plot)
export(consolidate_moult_records)
export(fixef)
export(moult_plot)
export(moultmcmc)
export(ranef)
export(residual_plot)
export(summary_table)
import(Rcpp)
import(methods)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(loo,extract_log_lik)
importFrom(loo,loo)
importFrom(loo,relative_eff)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowQuantiles)
importFrom(nlme,asOneFormula)
importFrom(nlme,fixef)
importFrom(nlme,ranef)
importFrom(rlang,.data)
importFrom(rstan,sampling)
importFrom(rstan,summary)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
useDynLib(moultmcmc, .registration = TRUE)