forked from tidymodels/tidypredict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
73 lines (72 loc) · 2.11 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
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
S3method(acceptable_formula,glm)
S3method(acceptable_formula,lm)
S3method(as_parsed_model,list)
S3method(knit_print,tidypredict_test)
S3method(parse_model,cubist)
S3method(parse_model,earth)
S3method(parse_model,glm)
S3method(parse_model,lm)
S3method(parse_model,model_fit)
S3method(parse_model,party)
S3method(parse_model,randomForest)
S3method(parse_model,ranger)
S3method(parse_model,xgb.Booster)
S3method(print,tidypredict_test)
S3method(tidy,pm_regression)
S3method(tidypredict_fit,"_xgb.Booster")
S3method(tidypredict_fit,cubist)
S3method(tidypredict_fit,earth)
S3method(tidypredict_fit,glm)
S3method(tidypredict_fit,lm)
S3method(tidypredict_fit,model_fit)
S3method(tidypredict_fit,party)
S3method(tidypredict_fit,pm_regression)
S3method(tidypredict_fit,pm_tree)
S3method(tidypredict_fit,pm_xgb)
S3method(tidypredict_fit,randomForest)
S3method(tidypredict_fit,ranger)
S3method(tidypredict_fit,xgb.Booster)
S3method(tidypredict_interval,data.frame)
S3method(tidypredict_interval,glm)
S3method(tidypredict_interval,list)
S3method(tidypredict_interval,lm)
S3method(tidypredict_test,"_xgb.Booster")
S3method(tidypredict_test,default)
S3method(tidypredict_test,model_fit)
S3method(tidypredict_test,party)
S3method(tidypredict_test,randomForest)
S3method(tidypredict_test,ranger)
S3method(tidypredict_test,xgb.Booster)
export(acceptable_formula)
export(as_parsed_model)
export(parse_model)
export(tidy)
export(tidypredict_fit)
export(tidypredict_interval)
export(tidypredict_sql)
export(tidypredict_sql_interval)
export(tidypredict_test)
export(tidypredict_to_column)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(generics,tidy)
importFrom(knitr,knit_print)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,transpose)
importFrom(stats,binomial)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(utils,head)