-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
S3method(print,PSTR)
export(EstPSTR)
export(EvalTest)
export(LinTest)
export(NewPSTR)
export(WCB_HETest)
export(WCB_LinTest)
export(WCB_TVTest)
export(plot_coefficients)
export(plot_response)
export(plot_target)
export(plot_transition)
export(version)
import(tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(magrittr,"%>%")
importFrom(plotly,add_surface)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(snowfall,sfExport)
importFrom(snowfall,sfInit)
importFrom(snowfall,sfSapply)
importFrom(snowfall,sfStop)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,quantile)