forked from datalorax/equatiomatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
S3method(add_coefs,clm)
S3method(add_coefs,default)
S3method(add_coefs,polr)
S3method(add_greek,clm)
S3method(add_greek,default)
S3method(add_greek,polr)
S3method(create_eq,clm)
S3method(create_eq,default)
S3method(create_eq,glm)
S3method(create_eq,polr)
S3method(create_l1,glmerMod)
S3method(create_l1,lmerMod)
S3method(create_term,default)
S3method(create_term,forecast_ARIMA)
S3method(extract_eq,default)
S3method(extract_eq,forecast_ARIMA)
S3method(extract_eq,glmerMod)
S3method(extract_eq,lmerMod)
S3method(extract_lhs,clm)
S3method(extract_lhs,glm)
S3method(extract_lhs,glmerMod)
S3method(extract_lhs,lm)
S3method(extract_lhs,lmerMod)
S3method(extract_lhs,polr)
S3method(extract_rhs,default)
S3method(extract_rhs,glmerMod)
S3method(extract_rhs,lmerMod)
S3method(format,equation)
S3method(knit_print,equation)
S3method(modify_lhs_for_link,clm)
S3method(modify_lhs_for_link,glm)
S3method(modify_lhs_for_link,polr)
S3method(print,equation)
S3method(wrap_rhs,clm)
S3method(wrap_rhs,default)
S3method(wrap_rhs,glm)
S3method(wrap_rhs,polr)
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)