-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathNAMESPACE
29 lines (28 loc) · 806 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
# Generated by roxygen2: do not edit by hand
S3method(create_l1,glmerMod)
S3method(extract_eq,default)
S3method(extract_eq,forecast_ARIMA)
S3method(extract_eq,glmerMod)
S3method(extract_eq,lmerMod)
S3method(extract_eq,model_fit)
S3method(extract_eq,workflow)
S3method(format,equation)
S3method(knit_print,equation)
S3method(print,equation)
export(eqOutput)
export(extract_eq)
export(renderEq)
importFrom(knitr,asis_output)
importFrom(knitr,is_html_output)
importFrom(knitr,is_latex_output)
importFrom(knitr,knit_print)
importFrom(shiny,createRenderFunction)
importFrom(shiny,helpText)
importFrom(shiny,htmlOutput)
importFrom(shiny,installExprFunction)
importFrom(shiny,withMathJax)
importFrom(stats,coef)
importFrom(stats,formula)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(utils,tail)