forked from lindeloev/mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 861 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(loo,mcpfit)
S3method(plot,mcpfit)
S3method(print,mcpfit)
S3method(summary,mcpfit)
S3method(waic,mcpfit)
export(bernoulli)
export(criterion)
export(fixef)
export(get_segment_table)
export(hypothesis)
export(loo)
export(mcp)
export(ranef)
export(sd_to_prec)
export(waic)
import(patchwork)
importFrom(dplyr,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(loo,loo)
importFrom(loo,waic)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,terms)