forked from jlaria/glasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(cox_regression,data.frame)
S3method(cox_regression,default)
S3method(cox_regression,formula)
S3method(cox_regression,matrix)
S3method(cox_regression,recipe)
S3method(linear_regression,data.frame)
S3method(linear_regression,default)
S3method(linear_regression,formula)
S3method(linear_regression,matrix)
S3method(linear_regression,recipe)
S3method(logistic_regression,data.frame)
S3method(logistic_regression,default)
S3method(logistic_regression,formula)
S3method(logistic_regression,matrix)
S3method(logistic_regression,recipe)
S3method(predict,cox_regression)
S3method(predict,linear_regression)
S3method(predict,logistic_regression)
export(binary_cross_entropy)
export(cox_regression)
export(glasp_classification)
export(glasp_cox)
export(glasp_regression)
export(linear_regression)
export(logistic_regression)
export(mean_squared_error)
export(simulate_CEN_logistic_data)
export(simulate_CEN_surv_data)
export(simulate_dummy_linear_data)
export(simulate_dummy_logistic_data)
export(simulate_dummy_surv_data)
import(Rcpp)
import(methods)
import(parsnip)
importFrom("MASS","mvrnorm")
importFrom("stats","approx")
importFrom("stats","rbinom")
importFrom("stats","rexp")
importFrom("stats","rnorm")
importFrom("stats","runif")
importFrom("tibble","as_tibble")
useDynLib(glasp, .registration=TRUE)